WinZip Unattended Install How to!
#21
Posted 04 December 2004 - 05:19 PM
#22
Posted 04 December 2004 - 05:56 PM
And lastly, this is astalavista's code (posted above) with a slight modification:
REG ADD %KEY%\019 /VE /D "WinZip 9.0" /f REG ADD %KEY%\019 /V 1 /D "%systemdrive%\install\Winzip\WinZipSFX.exe" /f REG ADD %KEY%\019 /V 2 /D "%ProgramFiles%\winzip\winzip32.exe /noqp /notip /autoinstall" /fTry it, maybe this would work fine.
#23
Posted 13 December 2004 - 01:15 PM
Lightning, on Oct 9 2004, 09:03 PM, said:
search slove
#24
Posted 16 December 2004 - 10:16 AM
#26
Posted 11 January 2005 - 08:43 AM
I know theres the /noqp option, but Im using a different method to install Winzip and need to have this turned off automatically.
The reg entry for it seems to use some randomly generated number and I cant figure out the rhyme or reason to it.
THanks!
#27
Posted 02 February 2005 - 08:16 PM
here the batch file i used
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing application" /f
REG ADD %KEY%\066 /VE /D "WinZip 9.0" /f
REG ADD %KEY%\066 /V 1 /D "\"%Systemdrive%\WinZip9.0.6224.SR1\winzip.exe\" /noqp /notp /autoinstall" /f
REG ADD %KEY%\066 /V 2 /D "REGEDIT /S %systemdrive%\WinZip9.0.6224.SR1\winzip.reg" /f
Exit
Thanks
#28
Posted 02 February 2005 - 08:25 PM
when winrar does so much more?
in addition 7zip is even greater!
#29
Posted 02 February 2005 - 08:33 PM
Sorry and thanks
#30
Posted 02 February 2005 - 09:22 PM
Thanks
#31
Posted 02 February 2005 - 09:31 PM
pack your winzip folder on a winrar sfx archive, comment
;El comentario siguiente contiene secuencias de órdenes para SFX Path=WinZIP Silent=1 Overwrite=1 Delete=*.*
export the key
[HKEY_CURRENT_USER\Software\Nico Mak Computing]and save it as winzip.reg
for runonce
REG ADD %KEY%\053 /VE /D "WinZIP 9 SR-1 (En)" /f REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\WinZIP\winzip.exe /S" /f REG ADD %KEY%\053 /V 2 /D "REGEDIT /S %CDROM%\Software\WinZIP\winzip.reg" /f REG ADD %KEY%\053 /V 3 /D "\"%PROGRAMFILES%\WinZip\winzip32.exe\" /noqp /autoinstall" /f
This post has been edited by SiMoNsAyS: 02 February 2005 - 09:34 PM
#33
Posted 02 February 2005 - 09:34 PM
#34
Posted 02 February 2005 - 10:02 PM
i have done the following: at first i have only one file winzip90.exe, i extract it and i get some files .txt and setup.exe, right click on them, add to archive, create sfx archive and paste the comments on the commen tab. but ie tells me that it doesnt fine the path, then i see the directory C:|Archivos de programa\winzip\, i dont see any archive winzip32.exe, only i see the same archives (some files .txt and the archive setup.exe).
What am i doing wrong?
#35
Posted 02 February 2005 - 10:19 PM
first i have to install the program manually and enter the serial, when all is ok, i pick right click on the folder c:\arc....\winzip\, and create sfx archive, so when i will install it silently, it will find winzip32.exe in the folder.
Thank you colega
#36
Posted 20 March 2005 - 08:19 AM
Install Winzip on a machine, then copy the folder "WinZip" that is under "Program files", to the install directory $OEM$\Progs\ and then type in or copy/paste these lines in RunOnceEx.cmd
REG ADD %KEY%\025 /VE /D "Winzip 9.0" /f
REG ADD %KEY%\025 /V 1 /D "\"%programfiles%\Winzip\winzip32.exe\" /noqp /notip /autoinstall" /f
You can also use the switch /cleaninstall instead of /autoinstall, then you get no shortcuts, for registration entered you need also add a *.reg file
#37
Posted 21 March 2005 - 01:47 PM
#39
Posted 09 May 2005 - 02:45 PM
of posts before that in this thread .
ok . this is a way who works here with WPI for WinZip9.0SR1 .
prog[pn]=['WinZip 9.0SR1 (silent)']
uid[pn]=['WINZIP9']
desc[pn]=['...']
cmd1[pn]=['%cdrom%\\WinApp\\Winzip_v9_0\\WinZip90SR1.exe']
cmd2[pn]=['"%ProgramFiles%\\winzip\\winzip32.exe" /noqp /autoinstall']
cmd3[pn]=['regedit /s %cdrom%\\WinApp\\Winzip_v9_0\\registerWinZip.reg']
cond[pn]=['FileExists("%cdrom%\\WinApp\\Winzip_v9_0\\WinZip90SR1.exe")']
cat[pn]=['6) Tools']
pn++
Step 1 : cmd1[pn]=['%cdrom%\\WinApp\\Winzip_v9_0\\WinZip90SR1.exe']
How make WinZip90SR1.exe as a new package :
I follow old advices :
- I download the last version of WinZip 9.0SR1
- I install this package
- I registered for verify registerWinZip.reg
- I like simplicity of @astalavista way in NIS2005 so
With c:\Program Files\Winzip directory I make a WinRar archive,
RAR format , Compression method BEST , SFX archive, SOLID archive , with comment
;The comment below contains SFX script commands Path=C:\Program Files Silent=1 Overwrite=1
and I name it WinZip90SR1.exe . whatever , is a name .
- UnInstall WInZip
- reboot machine for loose any trace of old WinZip installation.
Step 2 : cmd2[pn]=['"%ProgramFiles%\\winzip\\winzip32.exe" /noqp /autoinstall']
here is nothing new , just twenty minutes spent for choosing the right quotes inside.
Double quotes are very necessary there .
Step 3 : registerWinZip.reg is copy from the second post of @baliktad ,
just I remove the seven lines about ";Get rid of all those silly icons in the context menus" (I like a part of them)
Step 4 : Before run it you can look at the pathes above. use yours.
only for testing purposes , I use same files (including same serial)
on the other machine . worked fine .
#40
Posted 30 May 2005 - 07:04 AM
super_freak, on Mar 20 2005, 09:19 AM, said:
Install Winzip on a machine, then copy the folder "WinZip" that is under "Program files", to the install directory $OEM$\Progs\ and then type in or copy/paste these lines in RunOnceEx.cmd
REG ADD %KEY%\025 /VE /D "Winzip 9.0" /f
REG ADD %KEY%\025 /V 1 /D "\"%programfiles%\Winzip\winzip32.exe\" /noqp /notip /autoinstall" /f
You can also use the switch /cleaninstall instead of /autoinstall, then you get no shortcuts, for registration entered you need also add a *.reg file
<{POST_SNAPBACK}>
I just tried this and it says the directory name is invalid.



Help

Back to top









