kentk Posted April 14, 2008 Posted April 14, 2008 (edited) I dont mean to get a key, I have that already, I need help with the reg file...I managed to do the silent install of winzip 11.2.8094 (same procedure as before), but has anyone managed to do a .reg file to put in your license key via silent install ?It worked fine with 11.1.7466 but not with the newest version Edited April 14, 2008 by kentk
ChrisKuhli Posted April 14, 2008 Posted April 14, 2008 (edited) Do you have the rights at that point of install to write into HKLM. Or, err do you try into HKCU in very early stage? Where is the .reg information filed in the registry wenn the newest Winzip is installed?Also important is: It may check also the directories pointed by %userprofile% or %appdata%Please tell us also which Windows you use.Hint: I use WinRAR and 7Zip (no need for the tool you use) Edited April 14, 2008 by ChrisKuhli
radix Posted April 14, 2008 Posted April 14, 2008 I dont mean to get a key, I have that already, I need help with the reg file...I managed to do the silent install of winzip 11.2.8094 (same procedure as before), but has anyone managed to do a .reg file to put in your license key via silent install ?It worked fine with 11.1.7466 but not with the newest version For automated registration, install, register and backup the file%ALLUSERSPROFILE%\Application Data\WinZip\WinZip.sureg Batch file:@echo offstart /wait msiexec.exe /i WINZIP112.MSI INST_QKPICK=0 /qb! /norestartcopy .\WinZip.sureg "%ALLUSERSPROFILE%\Application Data\WinZip" /ystart /wait regedit.exe /s settings.regexitFor settings check this registry key: HKEY_CURRENT_USER\Software\Nico Mak Computing\
kentk Posted April 15, 2008 Author Posted April 15, 2008 Works lika a charm But how do I disable tip from opening up first time ?
radix Posted April 15, 2008 Posted April 15, 2008 Works lika a charm But how do I disable tip from opening up first time ?Disable tips on startup: [HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\winzip] "ShowTips"="0"Bonus: disable update check[HKEY_CURRENT_USER\Software\Nico Mak Computing\WinZip\UpdateCheck]"AskFirst"="0""AutoMode"="0"
kentk Posted April 17, 2008 Author Posted April 17, 2008 One tiny question more ....I install my winzip unattended during my vista install, but the registry setting does not seem to be set in all users !?I am not sure which user is active during installation of vista ? is it not the administrator ?Is there a way to have the registry settings to be over all users ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now