Jump to content

Registration of Tuneup utilities 2008


ferska

Recommended Posts

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 regedit


Windows 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!!!

Link to comment
Share on other sites


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:00000001

But, I discovered that it works only if you install normally (not unattended) and import registry after installation.

Edited by radix
Link to comment
Share on other sites

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 this

Windows 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!

Link to comment
Share on other sites

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 by radix
Link to comment
Share on other sites

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

Yes sir!!!! that code works fine, just what i need. Thanks you Radix

Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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).

Link to comment
Share on other sites

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...