These lines are in runonceex.cmd:
REG ADD %KEY%\007 /VE /D "WinZip 8.1" /f REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\WinZip\install.cmd" /f
And this is in the install.cmd:
CMDOW @ /HID @ECHO OFF SET DIROEM=%CD% MOVE "%systemdrive%\Install\WinZip" "%ProgramFiles%" START /WAIT winzip32.exe /cleaninstall START /WAIT REGEDIT /S .\registreerwinzip.reg EXIT
And this is the regfile:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni] "Name"="Toon Gorissen" "SN"="WORKING SERIAL NUMBER" [HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinZip] "ShowTips"="0" [HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\fm] "shlExt"="0" [HKEY_LOCAL_MACHINE\Software\Nico Mak Computing\WinZip\WinIni] "Setup"="1"
When RunOnceEx tries to execute the install.cmd-file, nothing seems to be affected. Manually executing install.cmd does the trick.
Why doesn't it work ?
Thanks in advance !

Sign In
Register
Help

MultiQuote



Report