MSFN Forum: WinZip silent doesn't work - 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 silent doesn't work Take a look at this method Rate Topic: -----

#1 User is offline   d0nut 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 12-April 04

Posted 14 April 2004 - 03:32 AM

Silent installing WinZip doesn't seem to work the way it should...

These lines are in runonceex.cmd:
REG ADD %KEY%\007 /VE /D "WinZip 8.1" /f
REG ADD %KEY%\007 /V 1 /D "%systemdrive%\Install\WinZip\install.cmd" /f



And this is in the install.cmd:
CMDOW @ /HID
@ECHO OFF

SET DIROEM=%CD%
MOVE "%systemdrive%\Install\WinZip" "%ProgramFiles%"
START /WAIT winzip32.exe /cleaninstall
START /WAIT REGEDIT /S .\registreerwinzip.reg

EXIT



And this is the regfile:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni]
"Name"="Toon Gorissen"
"SN"="WORKING SERIAL NUMBER"
[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinZip]
"ShowTips"="0"
[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\fm]
"shlExt"="0"
[HKEY_LOCAL_MACHINE\Software\Nico Mak Computing\WinZip\WinIni]
"Setup"="1"



When RunOnceEx tries to execute the install.cmd-file, nothing seems to be affected. Manually executing install.cmd does the trick.

Why doesn't it work ?

Thanks in advance !


#2 User is offline   Winxptwker 

  • Junior
  • Pip
  • Group: Members
  • Posts: 97
  • Joined: 29-October 03

Posted 14 April 2004 - 04:36 AM

I haven't yet done the runonceex.cmd method yet but I think I can see why.

Maybe remove the EXIT from the install.cmd file

#3 User is offline   Alanoll 

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

Posted 14 April 2004 - 08:01 AM

you want the EXIT.

why don't you do a search for the way the WinZIP's websites says to do a silent install?

you may also wish to remove your Serial Number from the regtweaks when posting.



http://www.winzip.com/xsiteins.htm

#4 User is offline   willpantin 

  • Member
  • PipPip
  • Group: Members
  • Posts: 155
  • Joined: 20-September 03

Posted 14 April 2004 - 12:32 PM

Did you mean to spell your reg file like this?

Quote

START /WAIT REGEDIT /S .\registreerwinzip.reg

Or, did you miss-spell it, and it should be:

"registerwinzip.reg"?
:)

#5 User is offline   SlimShady 

  • Member
  • PipPip
  • Group: Members
  • Posts: 133
  • Joined: 29-November 03

Posted 14 April 2004 - 03:04 PM

Don't you have to enter the full path in a command? I mean this:

Quote

START /WAIT REGEDIT /S .\registreerwinzip.reg
Replace .\registreerwinzip.reg with the full path.
Maybe that'll help.

BTW:

willpantin, on Apr 14 2004, 08:32 PM, said:

Did you mean to spell your reg file like this?

Quote

START /WAIT REGEDIT /S .\registreerwinzip.reg

Or, did you miss-spell it, and it should be:

"registerwinzip.reg"?
:rolleyes:

Perfect translation :) .
But I don't think that's the problem.

Good luck.

#6 User is offline   Alanoll 

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

Posted 14 April 2004 - 03:34 PM

um....
everyone is pointing out the flaw in his syntax, but he very clearly states that it works outside of RunOnceEX when he runs it normally.

#7 User is offline   Jono 

  • Member
  • PipPip
  • Group: Members
  • Posts: 284
  • Joined: 27-September 03

Posted 15 April 2004 - 08:52 AM

i would remove that serial number from your registry file as anyone can use that :)

#8 User is offline   mrclasik 

  • Newbie
  • Group: Members
  • Posts: 37
  • Joined: 08-March 04

Posted 15 April 2004 - 01:42 PM

You could archive the program files using winrar and add this comment..

Path=Winzip
SavePath
Setup=winzip32.exe /autoinstall
Silent=2
Overwrite=2

I will extract all the files needed, then run the install command silently.

I have used this for a while now, and it works.

Let me know if you need more detailed info..

#9 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

Posted 19 April 2004 - 02:24 AM

Did u try to change the line for starting the setup in "%ProgramFiles%\winzip\winzip32.exe" /noqp /notip /autoinstall

(this is for winzip 9 so /cleaninstall could work for 8)

at first I forgot the "" and it started the setup, but didn't do anything.
And, as you, running it manual worked normally.

#10 User is offline   scankurban 

  • F_s_M
  • PipPip
  • Group: Members
  • Posts: 240
  • Joined: 29-August 03

Posted 19 April 2004 - 06:41 AM

What is Winzip? :)

#11 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

Posted 19 April 2004 - 06:53 AM

Winzip Is a utility to unpack packed files such as .zip.
Windows XP has this functionality as a standard now, but Winzip has more options

#12 User is offline   SlimShady 

  • Member
  • PipPip
  • Group: Members
  • Posts: 133
  • Joined: 29-November 03

Posted 19 April 2004 - 09:09 AM

I recommend PowerArchiver, Microsoft does too.

#13 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 19 April 2004 - 07:45 PM

Why do we need to install WinZip?

All files of WinZip go to: C:\Program Files\WinZip\, so all we need is some registry keys and values to integrate and configure it.

#14 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

Posted 20 April 2004 - 02:21 AM

@mazin

Quote

Why do we need to install WinZip?

All files of WinZip go to: C:\Program Files\WinZip\, so all we need is some registry keys and values to integrate and configure it.


Thats exacly what
"%ProgramFiles%\winzip\winzip32.exe" /noqp /notip /autoinstall
does.

The files must be copied, and running the command runs a silent "install" that imports the regkeys.
All you need to do after that is register winzip, by importing a reg file or other means

#15 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 20 April 2004 - 03:05 AM

I didn't mean this.

I mean to copy those files, then run a reg file. No need for running an exe file.

Thanks.

#16 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

Posted 20 April 2004 - 04:17 AM

Uhm yeah that's what I said..

files are copied, and running the exe file with switches imports the registry, and creates icons, add/remove link and file associasions.

so why make a .reg file when an exe file does the trick 4 u ?
and by register I mean entering serial number and username

#17 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 20 April 2004 - 03:45 PM

Well!

Now, I agree. You made it easier. Thanks.

#18 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

  Posted 21 April 2004 - 02:05 AM

No prob. :)

Sorry 4 not being clear ..

#19 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 21 April 2004 - 03:14 AM

Sorry, Glowy! Where have you got this from: /noqp /notip?

Is it WinZip site?

#20 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

Posted 21 April 2004 - 04:10 AM

uhm can be... I don't remember... been a while since I added Winzip to my image..
Could be on this board too...

/notip disables the tips at startup and the /noqp disables the quicklpick taskbar icon

[Edit] It's on the winzip Site allright: Winzip 9.0 instructions and Winzip 8.1 Instructions

This post has been edited by Glowy: 21 April 2004 - 12:26 PM


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