February 11, 200818 yr 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!!!
February 11, 200818 yr 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
February 11, 200818 yr 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, 200818 yr by radix
February 11, 200818 yr 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!
February 11, 200818 yr 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, 200818 yr by radix
February 11, 200818 yr Author 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
February 11, 200818 yr 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"
February 11, 200818 yr 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).
Create an account or sign in to comment