Jump to content

Recommended Posts

Posted (edited)

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

Edited by cyberloner

Posted

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!!

Posted
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

%ProgramFiles%\Winzip\WINZIP32.EXE /autoinstall

Thanks for not reading the linked page carefully

Posted

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....

Posted (edited)

Can I remove google utilities from Winzip and create unattend installer?

Pawan

Edited by pawan
Posted

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.

Posted

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...

  • 2 months later...
Posted
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?

Posted

All you really need is:

[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).

Posted
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
winzip32.exe /noqp /autoinstall
into where?
Posted

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:

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).

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...