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
![]() ![]() |
May 9 2005, 02:45 PM Post
#39 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 374 Joined: 7-January 05 From: Craiova , Romania Member No.: 40173 |
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 . CODE 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 CODE ;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 . |
| | |
May 30 2005, 07:04 AM Post
#40 | |
| Junior ![]() Group: Members Posts: 99 Joined: 3-May 05 Member No.: 54595 | QUOTE (super_freak @ Mar 20 2005, 09: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 I just tried this and it says the directory name is invalid. |
| | |
Jun 13 2005, 11:50 AM Post
#41 | |
| Member ![]() ![]() Group: Members Posts: 274 Joined: 24-May 05 Member No.: 57379 |
That's because he meant to write %programdir% not "files" lol
|
| | |
Jun 13 2005, 12:38 PM Post
#42 | |
| Newbie Group: Members Posts: 25 Joined: 5-March 05 Member No.: 46381 |
For WPI create a directory in $OEM$ called $PROGS then copy a working copy of winzip into this $PROGS folder. Then add the following line to your WPI "%ProgramFiles%\winzip\winzip32.exe" /noqp /notip /autoinstall. By the way does noybody knows how I can change the default icon for zip files to the usual winzip icon?? Rgds Targa |
| | |
Jun 22 2005, 06:56 PM Post
#43 | |
| Member ![]() ![]() Group: Members Posts: 274 Joined: 24-May 05 Member No.: 57379 |
Okay, it really is %programfiles%. Just testing to see if you were awake! The normal WinZip icon is the first one in the winzip32.exe file. If you haven't installed Winzip, you could still access it through the file association. Go to Explorer menu, click on Tools / Folder Options, The click the File Types tab. Scroll down to zip. If it isn't there you can add it, but it shuld be there. Now Click the Advanced button and in the dialog box you'll see a Change Icon button. then you can choose any you like. I believe you can do this through the registry under HKR where files associations are listed. I'd have to look further to get the exact key and values, but you should be able to get it from there. |
| | |
Jun 22 2005, 06:59 PM Post
#44 | |
| MSFN loyalist ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Banned Posts: 3338 Joined: 2-December 03 Member No.: 10301 |
hi guys... i have a little suggest for you winrar is a very good product it does rar and zip files plus it is very easy to install silently. cheers |
| | |
Jun 25 2005, 11:25 AM Post
#45 | |
| Member ![]() ![]() Group: Members Posts: 274 Joined: 24-May 05 Member No.: 57379 |
Yes, that is true, AV, but I still have it on my machine. I tend to use WinRar and WinAce more though. WinAce will unzip multiple zips in one go with no complaint. 7zip is also good for the ultimate compression, but it leaves things in the context menu which you must remove manually. Not so good. When I build an installation for someone else, sometimes I have to include things I myself never use (AIM or MSN messenger for example) because they or someone in their house (usually a child) insists on it. WinZip is a great tool and easy to use for most folks, and so it is often a good idea to include it. While many of us here build unattendeds for ourselves, one of the best uses is helping out someone else who is daunted by the qhole installation process. Making it unattended takes a lot of the fear away. I do it more and more. I even create them for clients from their own media, so they can install if I'm not around. Things like the default homepage are dead easy, but make a big difference to a clueless client. So, gaining knowledge about programs we don't personally use or even recommend can be a benefit. Okay? |
| | |
Jun 26 2005, 08:50 AM Post
#46 | |
| MSFN loyalist ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Banned Posts: 3338 Joined: 2-December 03 Member No.: 10301 |
I made a prepacked winzip. you can find it in the applications forum totally silent installer. you can download it here http://www.msfn.org/board/index.php?showto...ndpost&p=342939 This post has been edited by Astalavista: Jun 29 2005, 09:44 PM |
| | |
Jul 4 2005, 10:27 AM Post
#47 | |
| Still A Noob ![]() Group: Members Posts: 68 Joined: 12-October 04 From: London Member No.: 33530 |
link doesn't work |
| | |
Mar 1 2006, 11:08 AM Post
#48 | |
| Newbie Group: Members Posts: 34 Joined: 10-April 05 Member No.: 51406 |
Well, it's not that complicated, make an SFX exe file of winzip folder with winrar with these options, ;The comment below contains SFX script commands Path=WINZIP SavePath Setup=WINZIP32.EXE /noqp /autoinstall Silent=1 Overwrite=1 and what u'll need to run the main executable only, and then or before you can register using winzip.reg: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni] "Name1"="Username" "SN1"="Serial" [HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinZip] "ShowTips"="0" [HKEY_LOCAL_MACHINE\SOFTWARE\Nico Mak Computing\WinZip\WinIni] "Setup"="1" |
| | |
Mar 23 2006, 02:23 AM Post
#49 | |
| Group: Members Posts: 1 Joined: 3-June 05 Member No.: 58873 |
I read through this post and I was wondering why no one had posted the WinZip site here. They have a nice simple guide that explains all of the switches. http://www.winzip.com/site_install.htm#wiz Try that. -Aaron |
| | |
Mar 30 2006, 08:56 PM Post
#50 | |
| Group: Members Posts: 7 Joined: 21-March 06 Member No.: 91419 |
Just got the latest version winzip10.0.6698 It looks like it doesn't surpport the slience install stuff. Also it pack with the google AD stuff. Somebody can make new install .cab or .exe to let it install quietly and smoothly? |
| | |
Apr 12 2006, 01:27 PM Post
#51 | |
| Newbie Group: Members Posts: 37 Joined: 5-January 06 Member No.: 84349 | Just got the latest version winzip10.0.6698 It looks like it doesn't surpport the slience install stuff. Also it pack with the google AD stuff. Somebody can make new install .cab or .exe to let it install quietly and smoothly? Urmmm .. yes it does same as before. Using the info in this thread I have just integrated the install and registration of WinZip 10.0.6698 in nLite! Plasma |
| | |
Apr 28 2006, 07:37 AM Post
#52 | |
| Bring Back The 80's Group: Premium Sponsors Posts: 43 Joined: 18-August 03 From: Sydney Member No.: 5860 OS: none | |
| | |
Apr 29 2006, 09:35 AM Post
#53 | |
| Group: Members Posts: 7 Joined: 8-March 06 Member No.: 90130 |
method quoted here is exactly the only method for winzip. i hav made an installer with inno setup for wnzip10. it works fine.. ny1 who want that setup pls contact me... it will automatically register winzip..
|
| | |
May 2 2006, 04:01 AM Post
#54 | |
| Group: Members Posts: 7 Joined: 8-March 06 Member No.: 90130 |
Here is the winzip set
|
| | |
Jan 11 2007, 10:31 AM Post
#55 | |
| Group: Members Posts: 1 Joined: 25-October 06 Member No.: 113918 |
Thank you very mutch for this nice method
|
| | |
Jan 18 2007, 02:05 PM Post
#56 | |
| Group: Members Posts: 2 Joined: 18-January 07 Member No.: 122300 |
How about using the WinZip 11 MSI installer? I just tested this string successfully: MSIEXEC /I %systemdrive%\Install\winzip110.MSI ALLUSERS=TRUE ADDDESKTOPICON=0 ADDMENUGROUP=0 ADDSTARTMENU=0 INSTALLCMD="/noqp /noc4u /notip /nopredefinedjobs /autoinstall" INSTALLDIR="%ProgramFiles%\Tools\Archivers\WinZip" /QB This installs WinZip without any desktop or start menu icons as well as no Quick Pick in the taskbar tray in the folder specified after INSTALLDIR. Get the MSI here and read the FAQ here. Merge the reg file with the serial and user information afterwards. Worked fine for me. |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 09:17 PM |