Help - Search - Members - Calendar
Full Version: excuse but how can i register silently tuneup 2006
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
zekoi
sorry
i was reading some topic
but
i'm confused
and still can't register silently it
hope you can give me some advice blushing.gif
T D
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
blushing.gif well ...ok thank you~ i'll try this way
and can give me some step about that AutoIt to automate the registration ?blink.gif
mazin
Execuse me. Are you talking about TuneUp Utilities 2006?
shaggy
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
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
Doesn't work for me. Still asks even though the serial and company and name is there.
zekoi
welcome.gif 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
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
Even easier yet actually register the program and browse to the registry entry and export it.
mazin
We talked about reg info, what about switches?

I use this: TU2006.MSI /QN ALLUSERS=1
T D
I grabbed the msi out of %temp% and I use a MST file.
mazin
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
Very useful topic, thank you very much.




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.