This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- ServiceException when setEnvironmentVariable
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 24, 2010
04:59 PM
ServiceException when setEnvironmentVariable
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)
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)
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 24, 2010
06:00 PM
Would it be possible for you to post your project and the custom code?
