WinZip Unattended Install How to!
#41
Posted 13 June 2005 - 11:50 AM
#42
Posted 13 June 2005 - 12:38 PM
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
#43
Posted 22 June 2005 - 06:56 PM
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.
#44
Posted 22 June 2005 - 06:59 PM
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
#45
Posted 25 June 2005 - 11:25 AM
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?
#46
Posted 26 June 2005 - 08:50 AM
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: 29 June 2005 - 09:44 PM
#48
Posted 01 March 2006 - 11:08 AM
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"
#49
Posted 23 March 2006 - 02:23 AM
http://www.winzip.co...install.htm#wiz
Try that.
-Aaron
#50
Posted 30 March 2006 - 08:56 PM
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?
#51
Posted 12 April 2006 - 01:27 PM
jc888, on Mar 31 2006, 02:56 AM, said:
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
#52
Posted 28 April 2006 - 07:37 AM
#53
Posted 29 April 2006 - 09:35 AM
#56
Posted 18 January 2007 - 02:05 PM
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.



Help


Back to top








