Mar 24, 2010
04:59 PM
I am getting this excpetion in win2008, when trying to setEnvironmentVariable. ServiceException: (error code = 200; message = "isWinNTor2K"; severity = 0; exception = [java.lang.UnsatisfiedLinkError: isWinNTor2K]) at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:73) at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:41) at com.installshield.wizard.service.system.GenericSystemUtilService.setEnvironmentVariable(GenericSystemUtilService.java:56) at com.nortel.ia.ActionMAS_JavaWin32Registry.install(Unknown Source) at com.zerog.ia.installer.actions.CustomAction.installSelf(DashoA8113) at ZeroGzy.run(DashoA8113)
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Apr 14, 2009
10:20 AM
even after rollback using rollbackHandler, i see the product in add/remove programs and in zero G registry. how do we handle this.
... View more
Apr 14, 2009
10:10 AM
I tried and running uninstaller silently did not work well. i have to only use the rollback handler. but in this case, install can be cancell only duing install task. even after that it leaves entry in Zero G registry and add/remove programs.
... View more
Mar 19, 2009
09:59 AM
I have also raised this issue long back and they have added that as enhancement and does not look like they are working on any enhancement.
... View more
Mar 19, 2009
09:54 AM
I have done this and I do see both the products in Zero G Registry. Ask question to IA support.
... View more
Mar 19, 2009
09:43 AM
I want to rollback based on any failure that occurs during installation. so, I have user IA variable to set success, failure. at the end of installation during post install, based on this variable, if failure, i want to run the uninstaller silently of the installer that is being installed. Will this work?
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Nov 26, 2008
10:06 AM
Sometimes the uninstall does not really uninstall files. it only does the pre and post install actions..This is very serious Why does this happen and how to avoid it?
... View more
Labels
- Labels:
-
InstallAnywhere <2008
Nov 26, 2008
10:02 AM
we have ANT environment and command line build also. we build 3 IA projects. I want this particular setting to continue build without missing files for only one project build I want the setting back to (do not continue to build if missing resources) for the other 2 project command line build how to set for one project and unset for other two in my command line build batch file?
... View more
Nov 26, 2008
09:59 AM
when does the code go to roll back handler? Is it when pressing cancel? I want to rollback if the any failure occurs during my install/postinstall actions..how do i handle that.?
... View more
Nov 03, 2008
10:43 AM
If we want to build installer evenif there are missing files, we set the option by opening IA and go to Edit->Preferences menu. At the “General Settings” tab change “Command line Builds” to “Continue without including missing files”. Is there a way to set this in the command line before building. Our build scripts uses build.exe to build installer from the command line. How to set the build to continue without including missing file? it is property that we need to set for one of our installer.
... View more
Labels
- Labels:
-
InstallAnywhere <2008
Oct 29, 2008
01:31 PM
Have anyone done a successfull rollback when install is failed? if so, pl explain how?.
... View more
Labels
- Labels:
-
InstallAnywhere <2008
Oct 09, 2008
09:55 AM
I install redist exe but i leave it on the system during uninstallation. you have to uninstall redist exe yourself when uninstalling the product. set up a registry that you installed redist successfully. during uninstall, check registry and findout if you should call unisntall of redist. Hope it helps.
... View more
Sep 24, 2008
01:31 PM
the file is the iap_xml. the advantage of clear case is that 2 people can work on their development stream and merge to the integration stream. when clearcase merges, we see merge conflicts and list 500 of them. i am not sure is it was same line or diff. line/action as it depends on how long /how many changes a person is work on.
... View more
Sep 24, 2008
10:40 AM
We are maintaining install anywhere files in the clear case. one persons started with windows installer using installanywhere. Another person from different location worked on the same project file to add changes for linux. when checking in, we face merge conflicts. how to solve this problem?
... View more
Labels
- Labels:
-
InstallAnywhere <2008
Jul 08, 2008
04:09 PM
i have a installer that is written for windows platform. we want to use the same project for linux also. For windows, we have set of binaries. how do we go about including linux binaries. i need 2 installers out of one project but windows installer should only include windows binaries and linux installer should only include linus binaries. i dont want 2 installers to have both set and installs accordingly during install. this is because our binaries size is big. what i am asking is like conditional compilation of installers that includes appropriate set of binaries when building installers. is that possible?
... View more
Labels
- Labels:
-
InstallAnywhere <2008
Latest posts by ramalaks
Subject | Views | Posted |
---|---|---|
4460 | Mar 24, 2010 04:59 PM | |
1039 | Apr 14, 2009 10:20 AM | |
622 | Apr 14, 2009 10:10 AM | |
705 | Mar 19, 2009 09:59 AM | |
508 | Mar 19, 2009 09:54 AM | |
2061 | Mar 19, 2009 09:43 AM | |
4741 | Nov 26, 2008 10:06 AM | |
654 | Nov 26, 2008 10:02 AM | |
1039 | Nov 26, 2008 09:59 AM | |
4504 | Nov 03, 2008 10:43 AM |
Activity Feed
- Posted ServiceException when setEnvironmentVariable on InstallAnywhere Forum. Mar 24, 2010 04:59 PM
- Posted Re: Rollback in installanywhere 8 on InstallAnywhere Forum. Apr 14, 2009 10:20 AM
- Posted Re: Rollback during postinstall on InstallAnywhere Forum. Apr 14, 2009 10:10 AM
- Posted Re: Uninstallation says.."Preparing SILENT Mode Installation" on InstallAnywhere Forum. Mar 19, 2009 09:59 AM
- Posted Re: Missing product entry in Zero G Registry on InstallAnywhere Forum. Mar 19, 2009 09:54 AM
- Posted Rollback during postinstall on InstallAnywhere Forum. Mar 19, 2009 09:43 AM
- Posted Uninstall does not uninstall files on InstallAnywhere Forum. Nov 26, 2008 10:06 AM
- Posted Re: command line build option on InstallAnywhere Forum. Nov 26, 2008 10:02 AM
- Posted Re: Rollback in installanywhere 8 on InstallAnywhere Forum. Nov 26, 2008 09:59 AM
- Posted command line build option on InstallAnywhere Forum. Nov 03, 2008 10:43 AM
- Posted Rollback in installanywhere 8 on InstallAnywhere Forum. Oct 29, 2008 01:31 PM
- Posted Re: execute windws redist exe during installation on InstallAnywhere Forum. Oct 09, 2008 09:55 AM
- Posted Re: iam_xml files merge conflicts on InstallAnywhere Forum. Sep 24, 2008 01:31 PM
- Posted iam_xml files merge conflicts on InstallAnywhere Forum. Sep 24, 2008 10:40 AM
- Posted one installer project file-multiple platform installer on InstallAnywhere Forum. Jul 08, 2008 04:09 PM
- Posted Re: my custom panel on InstallAnywhere Forum. Jun 30, 2008 01:34 PM
- Posted Re: execute uninstaller on InstallAnywhere Forum. Jun 30, 2008 12:46 PM
- Posted Re: execute uninstaller on InstallAnywhere Forum. Jun 11, 2008 01:41 PM
- Posted Re: execute uninstaller on InstallAnywhere Forum. Jun 11, 2008 12:51 PM
- Posted execute uninstaller on InstallAnywhere Forum. Jun 10, 2008 03:00 PM