Jump to content

Recommended Posts

Posted (edited)

prathapml, i've downloaded ur winzip pack 10 above.

one more question, i wanna put the registration into the installer. how to put

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\WinIni]"UZQF"="D080"

"win32_version"="6.3-10.0"

"Name1"="NAME"

"SN1"="KEY"

into my sfx using WinRAR sfx? i meant how to put

regedit /s winzip.reg
into the sfx

btw, ur comment in sfx is like this

Path=%programfiles%

SavePath

Setup="%programfiles%\winzip\winzip32.exe" /noqp /noc4u /notip /nodesktop /nostartmenu /autoinstall

Silent=1

Overwrite=2

how to automatically run the reg during silent installation?

Edited by owikh84

Posted

thx prathapml. sorry 4 being so noob. i'm new to silent installation. any thread recommended especially for newbies? really appreciated ur help. thx again.

Posted

You dont need to be sorry, all of us were newbies at one point of time. :)

And I have no idea if there's a thread specially for newbies - I think just reading the MSFN official unattended guide would get you started along the path.

Posted

I've put the registry info into the SFX but the registration didn't work. How and why?

btw, i'm using this comment in SFX

;The comment below contains SFX script commands

Path=%programfiles%

SavePath

Setup="%programfiles%\winzip\winzip32.exe" /noqp /noc4u /notip /nodesktop /nostartmenu /autoinstall && regedit /S "%programfiles%\winzip\wz10.reg"

Silent=1

Overwrite=2

and the wz10.reg is

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Nico Mak Computing\WinZip\WinIni]

"win32_version"="6.3-10.0"

"Name1"="XXXXXX"

"SN1"="XXXXX"

; uA = winzip32.exe /noqp /noc4u /notip /nodesktop /nostartmenu /autoinstall

I've also use the imported reg from regedit but nothing helpful

Posted

Is the directory structure similar to the original SFX?

Also, try it on a fresh setup, just to be sure that nothing from your current environment is affecting the proper operation of the installer.

Posted (edited)
Is the directory structure similar to the original SFX?

Also, try it on a fresh setup, just to be sure that nothing from your current environment is affecting the proper operation of the installer.

yup, the directory structure is similar to the ori SFX. there is WinZip folder containing Winzip files when i open with WinRAR. are u sure the comment contains SFX script commands is correct?

Path=%programfiles%

SavePath

Setup="%programfiles%\winzip\winzip32.exe" /noqp /noc4u /notip /nodesktop /nostartmenu /autoinstall && regedit /S "%programfiles%\winzip\wz10.reg"

Silent=1

Overwrite=2

is it gotta do with the capital/small letter? like WinZip? winzip?

btw, i installed it after removing previous WinZip 10 on my pC

Edited by owikh84
Posted

delete the key "Nico Mak Computing" from the registry in both,

HKEY_LOCAL_MACHINE\SOFTWARE

&

HKEY_CURRENT_USER\Software

And then run the SFX (with .reg).

Does it work now?

Posted (edited)
delete the key "Nico Mak Computing" from the registry in both,

HKEY_LOCAL_MACHINE\SOFTWARE

&

HKEY_CURRENT_USER\Software

And then run the SFX (with .reg).

Does it work now?

i've deleted both the registries and run the SFX i made but it didn't help. i've also unhide the hidden wz10.reg in the SFX but nothing helpful. Weird.

i tried to replace the wz10.reg in ur SFX with my wz10.reg but the archive is locked. so, could u plz upload the non-locked Winzip archive?

Edited by owikh84
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...