cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DavidRP
Level 3

Win32RegistryService in a custom dialog

Does the following runtime error mean that the Win32RegistryService cannot be used in a custom dialog -- and does this mean the only solution is to implement an earlier sequenced wizard action to retrieve the registry info? The doc indicates that there is no build() method for custom dialogs so that wouldn't seem to fix this.

(Sep 7, 2006 8:09:26 PM), com.corp.app.event.dialog.swing.InstallJrePanel, err, ServiceException: (error code = 301; message = "Could not load service: win32RegistryService"; severity = 0)
ServiceException: (error code = 301; message = "Could not load service: win32RegistryService"; severity = 0)
at com.installshield.wizard.service.LocalWizardServices.getService(Unknown Source)
at com.corp.app.event.dialog.swing.InstallJrePanel.checkForCurrentJre(InstallJrePanel.java:182)
at com.corp.app.event.dialog.swing.InstallJrePanel.initializeUIInstallJrePanel(InstallJrePanel.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.installshield.event.ActionSequenceEngine$ActionTask.invokeJavaMethod(Unknown Source)
at com.installshield.event.ActionSequenceEngine$ActionTask.executeAction(Unknown Source)
at com.installshield.event.ActionSequenceEngine$ActionTask.run(Unknown Source)
at com.installshield.event.ThreadPool.run(Unknown Source)
at java.lang.Thread.run(Thread.java:534)
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Please see, for example: [post]319506[/post].
0 Kudos
DavidRP
Level 3

Thanks Robert...That worked fine.
0 Kudos