- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- 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
- Email to a Friend
- Report Inappropriate Content
Mar 24, 2010
06:00 PM
Would it be possible for you to post your project and the custom code?
