zekoi
Aug 13 2006, 02:00 PM
sorry
i was reading some topic
but
i'm confused
and still can't register silently it
hope you can give me some advice
T D
Aug 14 2006, 07:44 AM
You can't. I've tried 12 different registry tweaks and I can't get it to register. So, I use AutoIt to automate the registration
http://autoitscript.com/autoit3 zekoi
Aug 14 2006, 12:07 PM

well ...ok thank you~ i'll try this way
and can give me some step about that AutoIt to automate the registration ?
mazin
Aug 14 2006, 03:21 PM
Execuse me. Are you talking about TuneUp Utilities 2006?
shaggy
Aug 14 2006, 05:14 PM
All you need to do is add this to the registry.
CODE
[HKEY_CURRENT_USER\Software\TuneUp\Utilities\5.0]
"Company"="Your Info"
"UserName"="Your Info"
"RegCode"="Your Info"
mazin
Aug 14 2006, 05:46 PM
As advised in other posts, I apply my info to both HKCU and HKLM.
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\5.0]
"Company"="yours"
"RegCode"="yoooooooooooooooooooours"
"UserName"="yours"
[HKEY_CURRENT_USER\SOFTWARE\TuneUp\Utilities\5.0]
"Company"="yours"
"RegCode"="yoooooooooooooooooooours"
"UserName"="yours"
T D
Aug 15 2006, 08:18 AM
Doesn't work for me. Still asks even though the serial and company and name is there.
zekoi
Aug 15 2006, 02:09 PM

thanks all
i have done
and it can run and finished the install
this my register
CODE
[HKEY_CURRENT_USER\Software\TuneUp\Utilities\5.0]
"Company"="xxx"
"UserName"="xxxx"
"RegCode"="xxxxx-xxxxx-xxxxx-xxxxx-xxxxx-xxxxx"
hey T D
you should take notice of the hyphen "-"
ajua
Aug 16 2006, 01:28 AM
i will apply on both local_machine and current_user hives to see if it registers at last.
BTW, what hyphen are you talking about, zekoi? the one that separates the key in five places? if so, i always write like this but without luck.
i hope that applying it on local:machine makes it work finally.
Kelsenellenelvian
Aug 16 2006, 01:35 AM
Even easier yet actually register the program and browse to the registry entry and export it.
mazin
Aug 16 2006, 01:53 AM
We talked about reg info, what about switches?
I use this: TU2006.MSI /QN ALLUSERS=1
T D
Aug 16 2006, 05:09 AM
I grabbed the msi out of %temp% and I use a MST file.
mazin
Aug 16 2006, 09:37 AM
QUOTE (T D @ Aug 16 2006, 02:09 PM)

I grabbed the msi out of %temp% and I use a MST file.
That's a good idea. Have you integrated your reg info, too?
brnn
Aug 16 2006, 02:57 PM
Very useful topic, thank you very much.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.