Hi Everyone,
We installed the development license of the TekRF Software and done some changes on the scripting code, the application is working as per the consideration Now we need to create the standard build setup for the recent patch.
Kindly share the relevant document for designing the build if available and let me know if we need any add-on utility requires for creating the build.
Thanks in advance.
Regards
Shobhit Kr Singh
Hi Shobhit:
Well depending on what you need to do, the simplest approach is to copy all the the .TRX and .TRS fiIes from you development machine to the production machine. If you use Active Dialog, you'll need to copy the .ADX files. If you use Active GUI, you'll need to copy .AGR files. If you created new IDoc metadata, you'll need to copy the (new) .MTX files.
The target is (typically) the Data sub-directory of the MIS installation. Which again is typically C:\Program Files\MIS\Data (or C:\Program Files (x86)\MIS\Data on a 64-bit operating system). You can get the data directory from the registry from key [HKEY_LOCAL_MACHINE\SOFTWARE\Teklogix TekRF\Configuration.Global] and value 'DatabaseDir'. If this value is not set, then you need to use key: [HKEY_LOCAL_MACHINE\SOFTWARE\Teklogix TekRF\Install] and value 'Installed' - appending '\Data' to path returned.
Typically we use the Inno Setup (http://www.jrsoftware.org/isinfo.php) tool to build customer setup.
Please let me know if you need a "template" using Inno Setup to deploy your solution to production.
Regards,Bruce Irschick