Help - Search - Members - Calendar
Full Version: Winzip Ver 10
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
cyberloner
Just sharing new winzip...
my download haven't finish yet but just hope to get it unattended soon....

http://download.winzip.com/winzip100.exe


winzip32.exe /autoinstall

prevent WinZip from including the WinZip Quick Pick icon in the taskbar tray

n:\winzip\winzip32.exe /noqp /autoinstall

prevent the "Check for Update" function from running

n:\winzip\winzip32.exe /noc4u /autoinstall

prevent the "Tip of the Day" from displaying

n:\winzip\winzip32.exe /notip /autoinstall

prevent the prompt dialog from appearing when running WinZip jobs **

n:\winzip\winzip32.exe /nojobrunprompt /autoinstall

prevent WinZip from including the WinZip icon on the desktop

n:\winzip\winzip32.exe /nodesktop /autoinstall

prevent WinZip from including the WinZip icon at the top of the Start menu

n:\winzip\winzip32.exe /nostartmenu /autoinstall

prevent WinZip from creating a WinZip program group and icons

n:\winzip\winzip32.exe /nomenugroup /autoinstall
Alanoll
http://www.winzip.com/xsiteins.htm

That was about of minute looking on the winzip site...
darkovo
All references to adding the switches say "win32setup.exe /noqp" etc, where is the win32setup.exe - all I have been able to get is the setup.exe and the switches don't work on this!!
Alanoll
QUOTE (darkovo @ Nov 3 2005, 11:59 AM) *
All references to adding the switches say "win32setup.exe /noqp" etc, where is the win32setup.exe - all I have been able to get is the setup.exe and the switches don't work on this!!

Someone readonly what they wanted to, and nothing more....

The file that's mentioned throughout the ENTIRE page for setup purposed is WINZIP32.EXE, NOT WIN32SETUP.EXE. That right there tells me you didn't read the page carefully.

Coming from this, and the section entitled "Network Administrator One-Time-Only Setup", you need to extract the SFX (winzip100.exe) either by running it, and copying the files extracted to another folder, using WinRAR or similar.

You'll then need to script in your Unattended process to copy over those extracted files from your CD to where you want Winzip installed (typically %ProgramFiles%\Winzip), and then execute the commands listed on that page.

Last but not least, WINZIP32.EXE is the base Winzip file, the installer routine is part of the program itself. So when executing the commands it would be
CODE
%ProgramFiles%\Winzip\WINZIP32.EXE /autoinstall


Thanks for not reading the linked page carefully
SiMoNsAyS
thx for the tips newwink.gif
cyberloner
some key won't work...
it need to setup 1st into program files\winzip
and run the switches to register the winzip to open zip file with it...
need repack just like winzip 9.0
and run WINZIP32.EXE /noqp /notip /autoinstall

my sfx command in winrar

;The comment below contains SFX script commands

Path=WinZip
SavePath
Setup=WINZIP32.EXE /noqp /notip /autoinstall
Silent=1
Overwrite=1

remark: need repack and make own custom installation with it....
pawan
Can I remove google utilities from Winzip and create unattend installer?

Pawan
Alanoll
QUOTE (pawan @ Nov 4 2005, 10:29 AM) *
Can I remove google utilities from Winzip and create unattend installer?

Pawan

what google utilities?
shaq
It has got google toolbar and google desktop utitlities .. it is safe to remove them.

silent install switches work fine. only problem im having is to register it.
shaq
OK.. Finally got it working fine on my pc..

switches i used to silently install:
winzip32.exe /noqp /autoinstall

and then imported the registration key:
regedit /s winzip.reg


the reg key entries i had were:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni]
"UZQF"="D080"
"win32_version"="6.3-10.0"
"Name1"="NAME"
"SN1"="KEY"

[HKEY_LOCAL_MACHINE\SOFTWARE\Nico Mak Computing\WinZip\WinIni]
"UZQF"="D080"
"Setup"="0"
"win32_version"="6.3-10.0"
"Name1"="NAME"
"SN1"="KEY"


dont forget to place ur name and the key values in the registry ..


try it out and tell me if it works 4 u...
owikh84
QUOTE (shaq @ Nov 9 2005, 06:29 PM) *
OK.. Finally got it working fine on my pc..

switches i used to silently install:
winzip32.exe /noqp /autoinstall

and then imported the registration key:
regedit /s winzip.reg


the reg key entries i had were:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni]
"UZQF"="D080"
"win32_version"="6.3-10.0"
"Name1"="NAME"
"SN1"="KEY"

[HKEY_LOCAL_MACHINE\SOFTWARE\Nico Mak Computing\WinZip\WinIni]
"UZQF"="D080"
"Setup"="0"
"win32_version"="6.3-10.0"
"Name1"="NAME"
"SN1"="KEY"


dont forget to place ur name and the key values in the registry ..


try it out and tell me if it works 4 u...


how do u add the registry (user and pass) integrated into the silent installler?
prathapml
All you really need is:
CODE
[HKEY_LOCAL_MACHINE\SOFTWARE\Nico Mak Computing\WinZip\WinIni]
"win32_version"="6.3-10.0"
"Name1"="YOURNAME"
"SN1"="YOUR-SERIAL"
and winzip copies the HKLM entries to HKCU, so no need to apply to HKCU as well.


owikh84:
How to add the *.REG entries to setup? Take a look at the MSFN unattended windows guide to learn (link is at top of this page).
owikh84
QUOTE
switches i used to silently install:
winzip32.exe /noqp /autoinstall

and then imported the registration key:
regedit /s winzip.reg
sorry 4 i'm newbie.. could u plz tell me clearly on how to do this right from the beginning, like how to put
QUOTE
winzip32.exe /noqp /autoinstall
into where?
owikh84
how can i make 7-zip silent installer for Winzip? I'm using WPI
prathapml
Here's the silent installer of latest WinZip (v 10.0, build 6685):
http://www.msfn.org/staff/prathapml/WinZip10-uA.exe (3 MB)


Just directly run the above installer to install it unattended (no switches needed).
Then after install is over on the machine, go & edit this file:
CODE
C:\Program Files\WinZip\wz10.reg
Enter in your registered winzip10 name & serial/code in the .REG file, & apply it, to register winzip.
Thereafter, you can just use that modified wz10.reg whenever you re-install.
If you like, you can modify the .REG in that package itself (its just a silent RAR SFX).
owikh84
prathapml, i've downloaded ur winzip pack 10 above.
one more question, i wanna put the registration into the installer. how to put

QUOTE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni]"UZQF"="D080"
"win32_version"="6.3-10.0"
"Name1"="NAME"
"SN1"="KEY"

into my sfx using WinRAR sfx? i meant how to put
QUOTE
regedit /s winzip.reg
into the sfx

btw, ur comment in sfx is like this
QUOTE
Path=%programfiles%
SavePath
Setup="%programfiles%\winzip\winzip32.exe" /noqp /noc4u /notip /nodesktop /nostartmenu /autoinstall
Silent=1
Overwrite=2


how to automatically run the reg during silent installation?
prathapml
QUOTE (prathapml @ Feb 7 2006, 12:32 AM) *
Here's the silent installer of latest WinZip (v 10.0, build 6685):
http://www.msfn.org/staff/prathapml/WinZip10-uA.exe (3 MB)


Just directly run the above installer to install it unattended (no switches needed).
If you like, you can modify the wz10.REG in that package itself, to include your registration info (its just a silent RAR SFX).
updated.
Re-download!
owikh84
thx prathapml. sorry 4 being so noob. i'm new to silent installation. any thread recommended especially for newbies? really appreciated ur help. thx again.
prathapml
You dont need to be sorry, all of us were newbies at one point of time. smile.gif

And I have no idea if there's a thread specially for newbies - I think just reading the MSFN official unattended guide would get you started along the path.
owikh84
I've put the registry info into the SFX but the registration didn't work. How and why?
btw, i'm using this comment in SFX
QUOTE
;The comment below contains SFX script commands

Path=%programfiles%
SavePath
Setup="%programfiles%\winzip\winzip32.exe" /noqp /noc4u /notip /nodesktop /nostartmenu /autoinstall && regedit /S "%programfiles%\winzip\wz10.reg"
Silent=1
Overwrite=2
and the wz10.reg is
Windows Registry Editor Version 5.00

QUOTE
[HKEY_LOCAL_MACHINE\SOFTWARE\Nico Mak Computing\WinZip\WinIni]
"win32_version"="6.3-10.0"
"Name1"="XXXXXX"
"SN1"="XXXXX"

; uA = winzip32.exe /noqp /noc4u /notip /nodesktop /nostartmenu /autoinstall


I've also use the imported reg from regedit but nothing helpful
prathapml
Is the directory structure similar to the original SFX?
Also, try it on a fresh setup, just to be sure that nothing from your current environment is affecting the proper operation of the installer.
owikh84
QUOTE (prathapml @ Feb 7 2006, 07:56 PM) *
Is the directory structure similar to the original SFX?
Also, try it on a fresh setup, just to be sure that nothing from your current environment is affecting the proper operation of the installer.


yup, the directory structure is similar to the ori SFX. there is WinZip folder containing Winzip files when i open with WinRAR. are u sure the comment contains SFX script commands is correct?
QUOTE
Path=%programfiles%
SavePath
Setup="%programfiles%\winzip\winzip32.exe" /noqp /noc4u /notip /nodesktop /nostartmenu /autoinstall && regedit /S "%programfiles%\winzip\wz10.reg"
Silent=1
Overwrite=2


is it gotta do with the capital/small letter? like WinZip? winzip?

btw, i installed it after removing previous WinZip 10 on my pC
prathapml
delete the key "Nico Mak Computing" from the registry in both,
HKEY_LOCAL_MACHINE\SOFTWARE
&
HKEY_CURRENT_USER\Software

And then run the SFX (with .reg).
Does it work now?
owikh84
QUOTE (prathapml @ Feb 8 2006, 02:16 AM) *
delete the key "Nico Mak Computing" from the registry in both,
HKEY_LOCAL_MACHINE\SOFTWARE
&
HKEY_CURRENT_USER\Software

And then run the SFX (with .reg).
Does it work now?


i've deleted both the registries and run the SFX i made but it didn't help. i've also unhide the hidden wz10.reg in the SFX but nothing helpful. Weird.

i tried to replace the wz10.reg in ur SFX with my wz10.reg but the archive is locked. so, could u plz upload the non-locked Winzip archive?
owikh84
anybody plz help me. read previous post
CaNgO
okay man Thanks thumbup.gif




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.