Jump to content

Recommended Posts

Posted

i'm trying to silently install tuneuputilies 2004, there isn't any problem about installation (it uses a .msi file). the problem it's that i don't know where it's stored the serial/key. anybody can help me??


Posted

Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\4.0]
"Company"="Home"
"InstallPath"="C:\\Program Files\\TuneUp Utilities 2004\\"
"UserName"="NAME"
"InstallDate"=hex:bd,64,e2,11,11,a1,e2,40
"UseCounter"=dword:00000001
"RegCode"="XXX_XXXX_X_X_X__X_XX_"

save this as registery.reg and execute it after tuneup install,

by the way what switch do you use, it never installs silently for me, i wrote a vbscript to install it.

Change the name and regcode to your values.

Posted

I think this is sufficient:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\4.0]
"Company"="Home"
"UserName"="NAME"
"RegCode"="XXX_XXXX_X_X_X__X_XX_"

However, if /qn or /qb doesn't work, you can use /QR

Posted

it's too easy, but probably you have had the same mistake as me. DON'T extract the contents from the .exe file and simply use the "/q" switch it will be installed perfect.

Posted

for me actually only worked this:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\TuneUp\Utilities\4.0]
"Company"="bla"
"UserName"="user"
"RegCode"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

HKEY_LOCAL_MACHINE didnt have any affect.

  • 1 month later...
Posted
for me actually only worked this:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\TuneUp\Utilities\4.0]
"Company"="bla"
"UserName"="user"
"RegCode"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"

HKEY_LOCAL_MACHINE didnt have any affect.

ditto.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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