ferska Posted February 11, 2008 Posted February 11, 2008 I can't reg. my tuneup utilities 2008, here is my code for reg and install:['%cdrom%\\Install\\TuneUp\\TU2008ES.exe /qn']['%cdrom%\\Install\\TuneUp\\key08.reg']and reg file for put my data in regeditWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]"Company"="XXXXXXX""UserName"="XXXXXXX""InstallPath"="C:\\Program files\\TuneUp Utilities 2008\\""InstallDate"=hex:fa,ba,d1,7d,f8,47,e3,40"LaunchedUpdateWizard"=dword:00000000"RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41"UseCounter"=dword:00000001"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"but didn't work, please help me!!!
Innocent Devil Posted February 11, 2008 Posted February 11, 2008 i was working 4 2006 ver. but some times it workd for me on tune up 2007try adding the .reg file b4 the install of tuneup
radix Posted February 11, 2008 Posted February 11, 2008 (edited) This works (after installation):[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]"Company"="XXX""UserName"="XXX""LaunchedUpdateWizard"=dword:00000000"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX""RegRemindOn"=hex:00,00,00,00,9c,85,18,41"RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41"UseCounter"=dword:00000001But, I discovered that it works only if you install normally (not unattended) and import registry after installation. Edited February 11, 2008 by radix
Yzöwl Posted February 11, 2008 Posted February 11, 2008 Regardless of whether it works or not, you don't really want to be importing all that data anyhow. The only data you should need is thisWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]"Company"="XXXXXXX""UserName"="XXXXXXX""RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"the other data will be added as part of the install anyhow!
radix Posted February 11, 2008 Posted February 11, 2008 (edited) Unattended install create some keys in HKCU which must be deleted.This works:Windows Registry Editor Version 5.00[-HKEY_CURRENT_USER\Software\TuneUp][HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]"Company"="XXX""UserName"="XXXX""LaunchedUpdateWizard"=dword:00000000"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX""RegRemindOn"=hex:00,00,00,00,9c,85,18,41"RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41"UseCounter"=dword:00000001 Edited February 11, 2008 by radix
ferska Posted February 11, 2008 Author Posted February 11, 2008 Unattended install create some keys in HKCU which must be deleted.This works:Windows Registry Editor Version 5.00[-HKEY_CURRENT_USER\Software\TuneUp][HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]"Company"="XXX""UserName"="XXXX""LaunchedUpdateWizard"=dword:00000000"RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX""RegRemindOn"=hex:00,00,00,00,9c,85,18,41"RemindAgainAfter"=hex:00,00,00,00,9c,85,18,41"UseCounter"=dword:00000001Yes sir!!!! that code works fine, just what i need. Thanks you Radix
Yzöwl Posted February 11, 2008 Posted February 11, 2008 Or better still just the keys you need!Windows Registry Editor Version 5.00[-HKEY_CURRENT_USER\Software\TuneUp][HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]"Company"="XXXXXXX""UserName"="XXXXXXX""RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
radix Posted February 11, 2008 Posted February 11, 2008 Or better still just the keys you need!Windows Registry Editor Version 5.00[-HKEY_CURRENT_USER\Software\TuneUp][HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\7.0]"Company"="XXXXXXX""UserName"="XXXXXXX""RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" The other values disable the update wizard and online registration (set these to Never).
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