Jump to content

TuneUp 2010 unattended


Mayoral

Recommended Posts

Hi guys!!!

I have a problem. I want to unattened tuneup2010. My problem is when i install the file tuneup2010.MSI, the language is in german. I wanto to unattended tuneup in spanish with registered. Can you help me?

Thanks a lot!!!

Link to comment
Share on other sites


Have you tried setting the language via registry after you install it?

Hi ajua. I found the msi in my TEMP file. But when i install tuneup2010, the install is in german and is impossible to run the tuneup. The file is corrupt. I don`t understand who make a unattended install for tuneup.

Can anyone to help me? I need tuneup 2010 in spanish.

Thanks!

Sorry for me poor english

Link to comment
Share on other sites

  • 2 weeks later...

You need version with spanish lang pack.

After you start installation, go to temp folder and copy from there two files one msi and another one

TUM51.tmp.

Copy those two files in a folder and make another copy for TUM51.tmp. Rename TUM51.tmp to TUM51.msi.

Close installation.

Add a cmd file nearby those three files:

@echo off
msiexec /i 2a136c.msi /qb! /norestart
msiexec /i TUM51.msi /qb! /norestart
exit

Of course you can add commands to delete desktop icons or add serial, tweaks.

Link to comment
Share on other sites

You need version with spanish lang pack.

After you start installation, go to temp folder and copy from there two files one msi and another one

TUM51.tmp.

Copy those two files in a folder and make another copy for TUM51.tmp. Rename TUM51.tmp to TUM51.msi.

Close installation.

Add a cmd file nearby those three files:

@echo off
msiexec /i 2a136c.msi /qb! /norestart
msiexec /i TUM51.msi /qb! /norestart
exit

Of course you can add commands to delete desktop icons or add serial, tweaks.

Thank you!!!!! works perfects... :thumbup:thumbup:thumbup

Link to comment
Share on other sites

  • 2 months later...

You need version with spanish lang pack.

After you start installation, go to temp folder and copy from there two files one msi and another one

TUM51.tmp.

Copy those two files in a folder and make another copy for TUM51.tmp. Rename TUM51.tmp to TUM51.msi.

Close installation.

Add a cmd file nearby those three files:

@echo off
msiexec /i 2a136c.msi /qb! /norestart
msiexec /i TUM51.msi /qb! /norestart
exit

Of course you can add commands to delete desktop icons or add serial, tweaks.

GENIUS!!!!! Thanks

Link to comment
Share on other sites

  • 2 months later...
  • 4 months later...

cant find TUM51.tmp file :S

where is tuneup .msi setup??

im on windows7

Hello! :rolleyes:

1) At first install TuneUp Utilities 2010.

If you want to install TuneUp Utilities 2010 unattended, you can find the msi files inside:

C:\Windows\Installer

2) The folder is hidden. You must first display folders hidden and you can find the two msi installer for TuneUp 2010.

3) In my case for French language the files are: 283e1.msi for French language and 283e5.msi for the installer msi TuneUp 2010, last version 9.0.4700.24.

4) Copy/paste these two files and your reg file

(save only this one inside: [HKEY_LOCAL_MACHINE\SOFTWARE\TuneUp\Utilities\9.0])

with your key, name, etc. (TuneUp.reg), and create a bath file, but if you want to keep the installation with your language install first the language msi file!

TuneUp.cmd (example: folder inside C:\TUNEUP2010)


@echo off
REGEDIT /S "C:\TUNEUP2010\TuneUp.reg"
start /Wait msiexec.exe /i "C:\TUNEUP2010\283e1.msi" /qn
start /Wait msiexec.exe /i "C:\TUNEUP2010\283e5.msi" /qn
exit

Now you can integrate your folder "TuneUp 2010" inside your Windows 7 DVD unattended!

You can also inject this reg file to have always Elevated Privileges for msi files:


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Installer]
"AlwaysInstallElevated"=dword:00000001

I've tried successfuly and all works fine and is in French language!

Enjoy!

Edited by myselfidem
Link to comment
Share on other sites

Once done (the two files .msi and the reg file), if you want, you can create an SFX module, with an "config.txt", like this:

config.txt


;!@Install@!UTF-8!
GUIMode="2"
RunProgram="regedit /s TuneUp.reg"
RunProgram="283e1.msi /qn"
RunProgram="283e5.msi /qn"
;!@InstallEnd@!

You can find help here:

7z SFX Modified Module and Tools

General information about the modified module

Works really fine! :thumbup

Cheers

*Edit:

I've made an little French guide:

7z SFX Module Modifié et Outils with an example for TuneUp Utilities 2010

Enjoy!

Edited by myselfidem
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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