MSFN Forum: WinZip Unattended Install - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

WinZip Unattended Install How to! Rate Topic: -----

#21 User is offline   chyronn 

  • Still A Noob
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 12-October 04

Posted 04 December 2004 - 05:19 PM

Still doesn't work...can someone give me a definitive version of how they got Winxip9.0 to silently install (registered) with the runonceex file?


#22 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 04 December 2004 - 05:56 PM

First try trouble-shooting as to why the code by Astalasvista did not work - it looks perfectly fine. Check whether it was run at all by using PAUSE statements and removing the silent switches. Check whether you have any special characters in your runonceex which is holding-up execution of the batch-job.

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" /f
Try it, maybe this would work fine.

#23 User is offline   alfareed 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 09-November 04

Posted 13 December 2004 - 01:15 PM

Lightning, on Oct 9 2004, 09:03 PM, said:

Has anyone had any success silently installing WinZip 9.0.6028 Corporate edition?


search slove

#24 User is offline   LispWarez 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 07-December 04

Posted 16 December 2004 - 10:16 AM

Hey all. for all those who still havent soloved the winzip silent install i have made an installer for it. it is a NSIS installer so it needs the /S to make it silent but it installs and it is regged and doesnt have the tips @ startup. hope someone get some use from it. download it here

#25 User is offline   alfareed 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 09-November 04

Posted 22 December 2004 - 12:54 PM

thanks

#26 User is offline   durex 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 953
  • Joined: 21-October 04

Posted 11 January 2005 - 08:43 AM

ANyone know how to turn off the system tray quick pick thing via registry?

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 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 303
  • Joined: 30-January 05

Posted 02 February 2005 - 08:16 PM

I have tried this batch but i can´t get success silently installing, because it ask me for the location of the folder. I have tried deleting /noqp, and then /notp but without success, it usually ask me on the destination of the program. anu suggestions please.
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 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 02 February 2005 - 08:25 PM

winzip sucks why would u want to use it?

when winrar does so much more?

in addition 7zip is even greater!

#29 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 303
  • Joined: 30-January 05

Posted 02 February 2005 - 08:33 PM

You are right. i will not use it, but for curious, why it does not work, i have copied the batch i use from your post. i have committed some error??

Sorry and thanks

#30 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 303
  • Joined: 30-January 05

Posted 02 February 2005 - 09:22 PM

I cannot be able to install the program. i have tried differents method withou success. Has anyone got install winzip silently (winzip9.0)

Thanks

#31 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 02 February 2005 - 09:31 PM

this is my way and works:

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


#32 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 02 February 2005 - 09:31 PM

what does delete *.* do?

#33 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 02 February 2005 - 09:34 PM

@Asta, will delete all the files on the destination folder before extracting it

#34 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 303
  • Joined: 30-January 05

Posted 02 February 2005 - 10:02 PM

it tells me that it doesnt find the path of the file "C:\Archivos de programa\winzip\winzip32.exe"

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 User is offline   Major 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 303
  • Joined: 30-January 05

Posted 02 February 2005 - 10:19 PM

I think that i understand what you want to say to me:
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 User is offline   super_freak 

  • Group: Members
  • Posts: 2
  • Joined: 15-March 05

Posted 20 March 2005 - 08:19 AM

It's much easyer than you guys think

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 User is offline   durex 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 953
  • Joined: 21-October 04

Posted 21 March 2005 - 01:47 PM

Which is the exact same method thats outlined on the very 1st post of this thread...

#38 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 08 May 2005 - 04:40 PM

about a WPI way for winzip 9 ?

#39 User is offline   oneless 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 374
  • Joined: 07-January 05

Posted 09 May 2005 - 02:45 PM

just I put together some parts
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 User is offline   Angel Blue01 

  • Member
  • PipPip
  • Group: Members
  • Posts: 105
  • Joined: 03-May 05

Posted 30 May 2005 - 07:04 AM

super_freak, on Mar 20 2005, 09:19 AM, said:

It's much easyer than you guys think

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.

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy