WinZip Unattended Install How to!
#11
Posted 27 January 2004 - 03:18 PM
the /cleaninstall switch
copy a valid winzip from program files to your dist in $OEM$\$progs\
and add the following line in your unattand command file
c:\program files\winzip\winzip32.exe /cleaninstall
that's all...
you perhaps need also a file named
autoinst.txt in the winzip folder containing the following line
I agree to the WinZip Computing License Agreement
you can also get your registration conde from the registry and use the .reg file before the winzip command like that
REM ----------- WINZIP
REG ADD %KEY%\010 /VE /D "Winzip" /f
REG ADD %KEY%\010 /V 1 /D "regedit /s %systemdrive%\regfiles\winzip.reg" /f
REG ADD %KEY%\010 /V 2 /D "%systemdrive%\progra~1\WinZip\winzip32.exe /cleaninstall" /f
IT WORKS .......
#12
Posted 12 April 2004 - 12:02 PM
It's install winzip but after i do "UnInstall" it's delete the files in the install folder...
How can i change it?
And also after the install it's still asking for the code...
Thanks for the help !
holyone.
#13
Posted 24 June 2004 - 10:06 PM
and aknott, I can't understand your meaning
I do got autoinst.txt with the line "I agree to the WinZip Computing License Agreement"
so i just need to add "c:\program files\winzip\winzip32.exe /cleaninstall" in order to have no icon created?
Thanks,
Kenneth
#14
Posted 09 October 2004 - 12:03 PM
#16
Posted 04 November 2004 - 10:30 PM
holyone, on Apr 12 2004, 12:02 PM, said:
It's install winzip but after i do "UnInstall" it's delete the files in the install folder...
I also have this problem, when i put the contents of my winzip folder from my current machine into the $Progs folder for the unattended CD, it works how it's supposed to, but i noticed that it only places a copy into Program Files and NOT actually executing the install procedure in the newly created Windows, when i click it, it begins to install.....
i followed the exact same procedure as runonce outlined but i put my commands in the runonceex file not the start.cmd
does this make any difference?
#17
Posted 05 November 2004 - 01:11 AM
1. winrar your winzip folder, create a SFX file (self extracting file)
extracting to c:\program files\winzip silent install overwrite options
2. in your runonce add this command
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 "\"%systemdrive%\"Program Files"\winzip\winzip32.exe\" /noqp /notip /autoinstall" /f
i hope this helps u out.
This post has been edited by Astalavista: 05 November 2004 - 01:19 AM
#18
Posted 05 November 2004 - 09:32 AM
#19
Posted 05 November 2004 - 07:49 PM
#20
Posted 06 November 2004 - 08:19 AM
from www.winzip.com
uninstall and delete your c:\program files\winzip
reinstall winzip 9.1
try the steps outline again.
#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



Help

Back to top









