zulu9812 Posted March 23, 2007 Posted March 23, 2007 Okay, so I want to slipstream Tuneup Utilties 2007 onto my Windows XP DVD. I more or less know how to use switches to create unattended installers that will input the serial during installation, but that won't be helpful for this program. The installer for TuneUp Utilities 2007 is a demo and the serial is entered after installation if you want to activate it. When you run TuneUp Utilities, the first screen is a splash screen asking if you want to check for updates and the second screen is a 'Trial version reminder' splash screen that asks me if I want to order the product, input a serial or continue with the trial. I would want to input the serial.Ultimately, what I want is for the installer to run, the program to start, my serial be entered automatically and the program to close again - all completely in the background, with no screens at all. How can this be done?
zulu9812 Posted March 24, 2007 Author Posted March 24, 2007 The installation uses Windows Installer.If it's any help, during the installation process the user has the option to check a box to start the program once the installer is finished (the check box is blank by default).
bj-kaiser Posted March 24, 2007 Posted March 24, 2007 (edited) http://uawiki.org/doku.php?id=silent_apps:...itchesdb:tuneupMaybe TuneUp 2007 behaves similar, otherwise get a hold of the MSI file and use something like Wise InstallTailor. Edited March 24, 2007 by bj-kaiser
warrior1109 Posted March 24, 2007 Posted March 24, 2007 Ultimately, what I want is for the installer to run, the program to start, my serial be entered automatically and the program to close again - all completely in the background, with no screens at all. How can this be done?I run the installer with this switch; TU2007TrialEN.exe /qb-!then import the serial keys from these 2 registry keys[HKEY_CURRENT_USER\Software\TuneUp\Utilities\6.0][HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\6.0]both those keys contain the serial key, once imported the app is full
zulu9812 Posted March 25, 2007 Author Posted March 25, 2007 (edited) Okay, thanks for your help but it's a bit confusing.First of allI run the installer with this switch; TU2007TrialEN.exe /qb-!then import the serial keys from these 2 registry keys[HKEY_CURRENT_USER\Software\TuneUp\Utilities\6.0][HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\6.0]both those keys contain the serial key, once imported the app is fullI assume you meant install the program on my existing Windows and use regedit to export those reg keys. However, [HKEY_CURRENT_USER\Software\TuneUp\Utilities\6.0] does not exist.Secondly, how can I call a reg file during the installation process? Is there a switch for that? Edited March 25, 2007 by zulu9812
warrior1109 Posted March 26, 2007 Posted March 26, 2007 Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\TuneUp\Utilities\6.0]"Company"="*****""UserName"="*****""RegCode"="*****-*****-*****-*****-*****-*****"[HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\6.0]"Company"="*****""UserName"="*****""RegCode"="*****-*****-*****-*****-*****-*****"Open new text file, fill in your details, then save as TU2007.regNow call the TU2007.reg like thisREG ADD %KEY%05 /V 6 /D "REGEDIT /S %PATH TO FILE%\TU2007.reg" /f
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now