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

#11 User is offline   aknott 

  • Junior
  • Pip
  • Group: Members
  • Posts: 64
  • Joined: 27-January 04

Posted 27 January 2004 - 03:18 PM

for an installation of winzip without creating icons in startup menu you only need
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 User is offline   holyone 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 02-April 04

Posted 12 April 2004 - 12:02 PM

I have a problem withe the install...
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 User is offline   kenken mak 

  • Group: Members
  • Posts: 2
  • Joined: 24-June 04

Posted 24 June 2004 - 10:06 PM

I have a problem with auto-installation of winzip 7 without tip when i launch it afterwards

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

  • Group: Members
  • Posts: 1
  • Joined: 29-September 04

Posted 09 October 2004 - 12:03 PM

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

#15 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 09 October 2004 - 02:54 PM

Last I saw, it works just the same.

#16 User is offline   chyronn 

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

Posted 04 November 2004 - 10:30 PM

holyone, on Apr 12 2004, 12:02 PM, said:

I have a problem withe the install...
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 User is offline   Astalavista 

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

Posted 05 November 2004 - 01:11 AM

here is what u do,

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

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

Posted 05 November 2004 - 09:32 AM

thank you, i can see how this is going to work for me now. i'll try it at once!

#19 User is offline   chyronn 

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

Posted 05 November 2004 - 07:49 PM

no luck, everything works up until when runonceex needs to execute the install. it seems to be doing something but after XP has finished loading after reboot it's not part of the installation. it's there in the Program Files\Winzip folder but it's just sitting there inert waiting for me to double click it and start the process. i really can't understand why the command isn't tripping the switches.

#20 User is offline   Astalavista 

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

Posted 06 November 2004 - 08:19 AM

i suggest that u download the latest winzip

from www.winzip.com

uninstall and delete your c:\program files\winzip

reinstall winzip 9.1


try the steps outline again.

#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: 305
  • 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: 305
  • 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: 305
  • 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

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