1

Closed

v2.0 creates error message on end of installation

description

hello
 
i tried to install the latest release (v2.0) on a german XP with SP3 and got the following error message at the end of installation ("creating uninstall information"):
 
Error in action AddWindowsRegistryKey
 
unable to open key: Falscher Parameter.
while executing
"registry set $key $name $props(Value) $type"
(procedure "::InstallJammer::actions::AddWindowsRegistryKey" line 38)
invoked from within
"::InstallJammer::actions::$component $this"
Error in action AddWindowsRegistryKey
 
unable to open key: Falscher Parameter.
while executing
"registry set $key $name $props(Value) $type"
(procedure "::InstallJammer::actions::AddWindowsRegistryKey" line 38)
invoked from within
"::InstallJammer::actions::$component $this"
while executing
"$obj execute"
(procedure "::InstallJammer::ExecuteActions" line 69)
invoked from within
"::InstallJammer::ExecuteActions $id -when $when"
(procedure "::InstallJammer::RaiseEventHandler" line 86)
invoked from within
"::InstallJammer::RaiseEventHandler .wizard"
(command bound to event)
 
i only can abort the installation via cancel, the installation remains but the program won't work.
Closed Nov 5, 2010 at 9:05 PM by jcao219
Most likely an issue with some other software preventing the required registry changes from being made in the installer.

comments