Rico.JohnnY Posted February 23, 2012 Posted February 23, 2012 (edited) 1. Download TUU setup file from official site, and install once2. Go to "C:\Windows\Installer" (Installer folder is hidden by default) , sort files by "Date modified" in descent order, copy the top two MSI files to a workplace. The smaller one "f21114.msi" is language file whose size is 2.69MB(en-US), the other one "f2111e.msi" is main setup file and size is 22.9MB, filenames may differ in your case.3.setup commands:MsiExec /norestart /qn /i f21114.msiMsiExec /norestart /qn /i f2111e.msi LANGSTRING=en-US PIDKEY=xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx AUTOUPDATE=0 CHECKUPDATE=0 PINONTASKBARW7=0 PINONTASKBAR=0 LAUNCHTUU=0 INSTALLINTEGRATORDESKTOP=1 INSTALLONECLICKDESKTOP=1 INSTALL_DSE_SHELLEXT=1 INSTALLSHELLEXT=1PINONTASKBARW7: pin TUU to Taskbar (win7)PINONTASKBAR: quicklaunch shortcut switch(not sure)LAUNCHTUU: launch TUU after installationINSTALLINTEGRATORDESKTOP: TUU desktop iconINSTALLONECLICKDESKTOP: 1-Click Maintenance desktop iconINSTALL_DSE_SHELLEXT: TUU Disk Space Explorer shell extensionINSTALLSHELLEXT: TUU other shell extesions, such as TuneUp Shredder,TuneUp Undelete etc. Edited February 23, 2012 by Rico.JohnnY
myselfidem Posted February 23, 2012 Posted February 23, 2012 Many thanks!1 - The names for msi packages are random names and changes with a new installation.2 - After many tests (using SFX installer) I see that it's needed first to install the language file !Cheers and regards
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