Aug 01, 2011
05:07 AM
Hi Krishna, Request you to either post a sample project replicating your configuration or mention your configuration. We are not able to reproduce this. Steps: 1. Create a Console project 2. Navigate to Project-->Log settings and enabled install and uninstall log 3. At install phase added some file as payload 4. Build the console project 5. Installed it silently install.exe -i silent 6. Navigate Product installed location and tried uninstalling it silently and uninstallation was successful. Could you also mention which Version of windows operating system your facing this problem? I Also request you to clean up your local temp as well as .com.zerog.registry.xml file from C:\Program Files\Zero G Registry\ prior to running your installer. Thanks, Madhav Pai Installanywhere-Engineering Flexera Software.
... View more
Jul 13, 2011
04:10 AM
Hi, You can also achieve this using "Execute Script/Batch file action" At Pre-Install "Add Action" --> "Execute Script/Batch file action" Add the script in the Text Area set path=%path%; echo %path% Where is the absolute/relative path of your C++ library. To confirm whether the path is set ,the result is re-directed to the variables in "Execute Script/Batch file action" and hence can be displayed in "Display Message Panel" and then execute your "custom code Panel" action. Hope this helps? Thanks, Madhav Pai Engineering-InstallAnywhere Flexera Software
... View more
Jul 09, 2011
03:02 AM
Hi peczes, I Wanted to know which location your placing these files. Are you modifying the existing custom_xx files or creating your own custom_xx files. I strongly recommend you to use the External resource Bundling for your requirement. Please read the Installanywhere Guide for more details on this. Thanks, Madhav Pai Engineering-Installanywhere Flexera software.
... View more
Jul 08, 2011
03:44 AM
Hi, Request you to let me know which flavor of Linux your using. Thanks, Madhav Pai
... View more
Jul 07, 2011
01:37 PM
Hello sameena, Please install the respective package or if the package is already installed check using command "locale -a" and change your terminal session locale accordingly. Hope this helps. Thanks, Madhav Pai Installanywhere Engineering Flexera software
... View more
Jun 11, 2011
03:16 AM
Hi, Yes,We have to use x64 bit Jre for RHEL 6.1 64 bit. Thanks, Madhav Pai InstallAnywhere Engineering Flexera software
... View more
Jun 09, 2011
12:43 PM
Hi bearcc, Sharing your project prototype where the issue is reproducible should be beneficial. Thanks, Madhav Pai InstallAnywhere Engineering Flexera Software
... View more
Jun 09, 2011
12:38 PM
Hi saphen, Install Anywhere 2011 is available. I Request you to evaluate the latest Version and Check the Configuration your currently trying out in Install Anywhere 2010 SP1. We have enhanced this specific feature. Please Try out the following link "http://www.flexerasoftware.com/resources/trials.htm#installanywhere" Thanks, Madhav Pai InstallAnywhere Engineering Flexera software
... View more
Jun 09, 2011
12:31 PM
Hi nchristi, Assuming that your using a migrated project i.e a project created from a version lower then 2010 and then importing it to 2010. 1.Now open your project in 2010 2.Navigate to Project->Advanced and enable the Maintenance Mode As per your requirement please check uninstall Here by you also Activate instance management -Build your project with your other requirements and Now while you try to install your binary you will be prompted with a Dialog to either 1.Install a new instance or 2. modify the existing instance Provided that u have already installed your product once on the same target machine Now Your choice should be option 2 This will help you traverse through Maintenance mode where your selected option is only Uninstall Via GUI Thus going ahead with the wizard you will be directed towards uninstallation of your previous installation. The naming convention should not make a difference i.e "Change Product_Name Installation.exe".It can be customized at install phase in the Installanywhere designer.Its only a default name given to uninstaller launcher. I think this should resolve your issue. Hope it helps. Thanks, Madhav Pai InstallAnywhere Engineering Flexera software
... View more
Jun 06, 2011
07:19 AM
Hi bearcc, Could you please let me know your configuration. Please see the screenshot attached.The Strings for uninstall in Tradtional Chinese appears as expected. Thanks, Madhav Pai InstallAnywhere Engineering Flexera Software.
... View more
Jun 06, 2011
07:03 AM
Hi bearcc, Could you please elaborate more on your configuration.I tried with basic configuration and was not able to see the error you are talking about both at the time of installation as well as uninstallation. Thanks, Madhav Pai InstallAnywhere Engineering Flexera Software
... View more
Jun 06, 2011
02:12 AM
Hi atulmaurya, Install Anywhere 2011 is available. I Request you to evaluate the latest Version and Check the Configuration your currently trying out in Install Anywhere 2010 Evaluation. Please Try out the following link http://www.flexerasoftware.com/resources/trials.htm#installanywhere Thanks, Madhav Pai
... View more
Jun 02, 2011
05:06 AM
hi atulmaurya, Please use this script i have tuned it up. import com.installshield.wizard.service.ServiceException; import com.installshield.wizard.service.security.SecurityService; import com.zerog.ia.api.pub.CustomCodeRule; public class AdminWizardBeanRule extends CustomCodeRule { public boolean evaluateRule() { boolean isAdmin = true; try { SecurityService service = (SecurityService) ruleProxy.getService(SecurityService.class); isAdmin = service.isCurrentUserAdmin(); } catch (ServiceException e) { System.out.println("Exception occured: " + e); return false; } return isAdmin; } } Please Make sure your IAClasses.zip and services.jar are in the path before you create the your own custom jars for the above rule. Kindly let me know if this works. Thanks, Madhav Pai
... View more
May 31, 2011
01:35 PM
Hi peczes, The registry file in case of Unix/Linux in General will be available /var/.com.zerog.regisrty.xml Thanks, Madhav Pai Engineering Installanywhere Flexera Software
... View more
May 31, 2011
01:29 PM
Hi atulmaurya, I recommend you to do the following. Check how a custom rule is written from the sample templates which Installanywere offers you in location where you have installed it. 1.create a .jar file of the compiled class file 2.Navigate to Project-->Rules in the Advanced Designer view 3.Select the Custom Rule and Add the .jar file you created along with its main class name 4.Now Build the project along with your other requirement and try installing it If you have logged in as admin the rules evaluates to true and the installer proceeds with its execution else terminates Thanks, Madhav Pai Engineering InstallAnywhere Flexera Software
... View more
- « Previous
- Next »
Latest posts by madhavbantwal
Subject | Views | Posted |
---|---|---|
725 | Aug 01, 2012 11:40 PM | |
791 | May 24, 2012 12:27 AM | |
611 | May 11, 2012 10:18 AM | |
2448 | Apr 27, 2012 12:09 AM | |
2448 | Apr 25, 2012 12:05 AM | |
590 | Apr 24, 2012 11:39 PM | |
2448 | Apr 23, 2012 04:25 AM | |
1084 | Apr 23, 2012 01:53 AM | |
2448 | Apr 22, 2012 09:00 PM | |
479 | Apr 13, 2012 04:08 PM |
Activity Feed
- Posted Re: Automate Build Process on InstallAnywhere Forum. Aug 01, 2012 11:40 PM
- Posted Re: Test if Build Target includes embedded jre on InstallAnywhere Forum. May 24, 2012 12:27 AM
- Posted Re: Expand Archive Return Value on InstallAnywhere Forum. May 11, 2012 10:18 AM
- Posted Re: ClassNotFoundException for custom code on InstallAnywhere Forum. Apr 27, 2012 12:09 AM
- Posted Re: ClassNotFoundException for custom code on InstallAnywhere Forum. Apr 25, 2012 12:05 AM
- Posted Re: What is the best way to out data to the install log? on InstallAnywhere Forum. Apr 24, 2012 11:39 PM
- Posted Re: ClassNotFoundException for custom code on InstallAnywhere Forum. Apr 23, 2012 04:25 AM
- Posted Re: Standalone uninstaller on InstallAnywhere Forum. Apr 23, 2012 01:53 AM
- Posted Re: ClassNotFoundException for custom code on InstallAnywhere Forum. Apr 22, 2012 09:00 PM
- Posted Re: Windows Service Stop - Shutdown hook not triggered on InstallAnywhere Forum. Apr 13, 2012 04:08 PM
- Posted Re: Creating Registry entry in 64bit windows machine on InstallAnywhere Forum. Apr 13, 2012 03:59 PM
- Posted Re: Custom Code depending on jars, which are part of the installation on InstallAnywhere Forum. Apr 13, 2012 02:59 AM
- Posted Re: USS Install Error on InstallAnywhere Forum. Apr 13, 2012 02:16 AM
- Posted Re: Windows 7 dll file copying and registration permission issue on InstallAnywhere Forum. Mar 16, 2012 01:17 PM
- Posted Re: Signon to the system Window at installing on InstallAnywhere Forum. Mar 16, 2012 01:09 PM
- Posted Re: how many people in the world using this software? on InstallAnywhere Forum. Mar 16, 2012 01:06 PM
- Posted Re: How to upgrade from Installshield 12 to IA 11 ? on InstallAnywhere Forum. Mar 16, 2012 12:57 PM
- Posted Re: Windows 8 support on InstallAnywhere Forum. Mar 16, 2012 12:54 PM
- Posted Re: Can't set working directory of an Execute Command Action? on InstallAnywhere Forum. Mar 12, 2012 01:26 PM
- Posted Re: Root Privilege command can Not be executed in Console install/uninstall mode on InstallAnywhere Forum. Mar 12, 2012 01:14 PM