Oct 30, 2012
06:56 AM
Hello David, I am afrid that the custom messages cannot be wrriten during uninstall time. Regards SunnyBoy
... View more
Oct 30, 2012
06:46 AM
Hello Bing, Refer the below community link. http://community.flexerasoftware.com/showthread.php?t=198407&highlight=date+time Regards SunnyBoy
... View more
Oct 30, 2012
06:43 AM
Hello Sreekanth, Follow the steps mentioned in the below article where variables can have their values set during build time through build time variables. http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q201360 Hope this helps. Regards SunnyBoy
... View more
Oct 16, 2012
06:05 AM
InstallAnywhere 2012 supports the Windows 8 and Windows Server 2012 operating systems. I would suggest you to migrate from IA 2008 to IA 2012. Regards SunnyBoy
... View more
Oct 16, 2012
05:59 AM
In custom code panel, in panelIsDisplayed method you can use setExitButtonEnabled. Below is the sample code for your reference. public void panelIsDisplayed() { GUIAccess gui = (GUIAccess) customCodePanelProxy .getService(GUIAccess.class); // gui.getFrame().setTitle("new title"); gui.setExitButtonEnabled(false); } Regards SunnyBoy
... View more
Oct 16, 2012
05:01 AM
I guess most of us are not relying on the IA Registry due to this. In your case, you may totally delete the IA registry file and perform a new installation. But if some other installed products are made by InstallAnywhere, you may 'corrupt' them as well .... Otherwise you will need to edit the file line by line which may be a lot of headache. Suggestion would be to not use IA registry by checking Project/Info/"Do not update the product registry", then create your own registry file so you will have better control in it. Regards SunnyBoy
... View more
Oct 16, 2012
04:49 AM
You can use DatabaseAction custom code action to verify the database in the below link under Files & Utilities tab > Custom Code. http://www.flexerasoftware.com/products/installanywhere/files-utilities.htm The custom code action connects to a database, reads SQL from a file, executes the queries, and closes the database. Regards SunnyBoy
... View more
Oct 16, 2012
04:45 AM
Hello Tracy, I have followed the below steps and was able to localize a license agreement file 1. Add a license agreement action on the pre install sequence. 2. Under Project->Locales, select all locales which will be supported by the install 3. Select a default agreement file (for example English) and call it agreement_en.txt. Place the file in the IA project directory. 4. Create a localized version for each language you want to support in the same directory as default agreement file. It is recommend that the files are placed in the IA project directory, and that the the files are named in an easy to identify format such as agreement_en.txt, agreement_fr.txt ,agreement_nl.txt etc etc. 5. On the install panel add each agreement_xx.txt file to the installer. For the destination folder select the magic folder "DO NOT INSTALL" in the drop down list. This indicates that the files will be bundled with the installer (so that it is included and can be shown when the user selects a language), but the file will not actually be installed onto the machine during the install. 6. Save your project 7. Go to the locales folder. 8. For each country edit the custom_xx file and search for the string LicenseAgrAction 9. You should see two lines that look similar to the following: # LicenseAgrAction.33aad7069579.resourceName=agreement_en.txt LicenseAgrAction.33aad7069579.resourceName=agreement_en.txt 10. For each custom_xx file, change the second line (the one WITHOUT the #) to the license file name which reflects the language code of the custom_xx file. For instance, in the file custom_fr , the second line would be changed to: LicenseAgrAction.33aad7069579.resourceName=agreement_fr.txt 11. Repeat this change for each locale. 12. Build your project. Regards SunnyBoy
... View more
Oct 16, 2012
04:38 AM
InstallAnywhere 2012 supports the Windows 8 and Windows Server 2012 operating systems. I am afraid that there is no patch for InstallAnywhere 2010 that supports the Windows 8 and Windows Server 2012. Regards SunnyBoy
... View more
Oct 16, 2012
04:28 AM
Refer the below KB article. http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q201360 I hope this helps you. Regards SunnyBoy
... View more
Sep 12, 2012
05:55 AM
These values cannot be changed. Regards SunnyBoy
... View more
Jul 17, 2012
06:11 AM
Peter, The previously installed information can be retrieved using Find Component Registry action or using Get Windows Registry action. Regards SunnyBoy
... View more
Jun 29, 2012
02:50 AM
Below are the steps to configure the uninstall log. Step 1: Navigate to Install task. Step 2: Expand Uninstall_$PRODUCT_NAME$ tree. Step 3: Select Uninstall $PRODUCT_NAME$. Step 4: In Properties section, click on “Edit Properties”, Uninstaller properties windows opens. Step 5: Under “lax.stderr.redirect” property, provide the location of the log. Step 6: Under “lax.stdout.redirect” property, provide the location where the logs have to be generated. Step 7: Click on OK. Regards SunnyBoy
... View more
Jun 29, 2012
02:42 AM
Hello Feras, Could you run only install.exe -i silent and check if the installer is running? or try providing the complete path of the response file in the command line and check if the installer works? Regards SunnyBoy
... View more
Jun 19, 2012
07:12 AM
You can use Execute Command action to launch installer from another installer. Regards SunnyBoy
... View more
Latest posts by SunnyBoy
Subject | Views | Posted |
---|---|---|
788 | Oct 30, 2012 06:56 AM | |
1080 | Oct 30, 2012 06:46 AM | |
758 | Oct 30, 2012 06:43 AM | |
1042 | Oct 16, 2012 06:05 AM | |
875 | Oct 16, 2012 05:59 AM | |
1116 | Oct 16, 2012 05:01 AM | |
710 | Oct 16, 2012 04:49 AM | |
657 | Oct 16, 2012 04:45 AM | |
718 | Oct 16, 2012 04:38 AM | |
905 | Oct 16, 2012 04:28 AM |
Activity Feed
- Posted Re: Writing own messages to log during uninstallation on InstallAnywhere Forum. Oct 30, 2012 06:56 AM
- Posted Re: Timestamp during pre-install on InstallAnywhere Forum. Oct 30, 2012 06:46 AM
- Posted Re: changing InstallerTitle at run time on InstallAnywhere Forum. Oct 30, 2012 06:43 AM
- Posted Re: Windows server 8 and InstallAnywhere 8 compatibility clarification. on InstallAnywhere Forum. Oct 16, 2012 06:05 AM
- Posted Re: Is it possible to remove the Cancel button install section screens? on InstallAnywhere Forum. Oct 16, 2012 05:59 AM
- Posted Re: .com.zerog.registry.xml file corruption on InstallAnywhere Forum. Oct 16, 2012 05:01 AM
- Posted Re: Confirm database connection on InstallAnywhere Forum. Oct 16, 2012 04:49 AM
- Posted Re: Unable to localize license agreement on InstallAnywhere Forum. Oct 16, 2012 04:45 AM
- Posted Re: Generated installers and Windows 8 on InstallAnywhere Forum. Oct 16, 2012 04:38 AM
- Posted Re: build time environment available at install time on InstallAnywhere Forum. Oct 16, 2012 04:28 AM
- Posted Re: Changing properties of Self Extracting installer exe file on InstallAnywhere Forum. Sep 12, 2012 05:55 AM
- Posted Re: Check for existing installation on InstallAnywhere Forum. Jul 17, 2012 06:11 AM
- Posted Re: InstallAnywhere Uninstall Log location on InstallAnywhere Forum. Jun 29, 2012 02:50 AM
- Posted Re: Silent installation is not working on InstallAnywhere Forum. Jun 29, 2012 02:42 AM
- Posted Re: launching one installer from another installer on InstallAnywhere Forum. Jun 19, 2012 07:12 AM
- Posted Re: ProductVersion on InstallAnywhere Forum. Jun 13, 2012 06:35 AM
- Posted Re: Can i customerize the backgroud image when running pre-install actions on InstallAnywhere Forum. May 16, 2012 10:54 AM
- Posted Re: Unable to set installer icon on InstallAnywhere Forum. May 16, 2012 10:52 AM
- Posted Re: ConsoleUtils doc on InstallAnywhere Forum. May 16, 2012 10:50 AM
- Posted Re: ClassNotFoundException for custom code on InstallAnywhere Forum. May 14, 2012 05:36 AM