Jump to content

Recommended Posts

Posted

If you want to build the latest version of Adobe Reader Silent Installer ,

use the following switch for TGUP:

/get:"Adobe Reader" /oi:"folder path"

example:

tgup0017.exe /get:"Adobe Reader" /oi:"C:\Downloads"

This will download the latest version of Adobe Reader and save the silent installer to "C:\Downloads\"

The Silent installer also includes all registry tweaks.


Posted

If you want to build the latest versions of Firefox and Thunderbird Silent Installers ,

use the following switch for TGUP:

/get:"Firefox"+"Thunderbird" /oi:"folder path"

example:

tgup0017.exe /get:"Firefox"+"Thunderbird" /oi:"C:\Downloads"

This will download the latest versions of Firefox and Thunderbird and save both silent installers to "C:\Downloads\"

If you want to install directly without building silent installers

run:

tgup0017.exe /get:"Firefox"+"Thunderbird"

This will download and install the latest versions of Firefox and Thunderbird silently

Posted (edited)

If you want to build the latest version of iTunes Silent Installer ,

use the following switch for TGUP:

/get:"iTunes" /oi:"folder path"

example:

tgup0017.exe /get:"iTunes" /oi:"C:\Downloads"

This will download the latest version of iTunes and save the silent installer to "C:\Downloads\"

If you want to install directly without building silent installer

run:

tgup0017.exe /get:"iTunes"

This will download and install the latest version of iTunes silently

PS: This is an iTunes Stand Alone Installer without Quicktime

Edited by ckislam
Posted

If you want to build the latest version of Skype Silent Installers ,

use the following switch for TGUP:

/get:"Skype" /oi:"folder path"

example:

tgup0017.exe /get:"Skype" /oi:"C:\Downloads"

This will download the latest version of Skype and save the silent installer to "C:\Downloads\"

The Silent Installer also includes Some Registry Tweaks.

If you want to install directly without building silent installer

run:

tgup0017.exe /get:"Skype"

This will download and install the latest version of Skype silently

Posted

If you want to build the latest version of Windows Live Messenger Silent Installer ,

use the following switch for TGUP:

/get:"Windows Live Messenger" /oi:"folder path"

example:

tgup0017.exe /get:"Windows Live Messenger" /oi:"C:\Downloads"

This will download the latest version of Windows Live Messenger and save the silent installer to "C:\Downloads\"

The Silent Installer also includes Some Registry Tweaks.

If you want to install directly without building silent installer

run:

tgup0017.exe /get:"Windows Live Messenger"

This will download and install the latest version of Windows Live Messenger silently

Posted

If you want to build the latest version of Unlocker Silent Installer ,

use the following switch for TGUP:

/get:"Unlocker" /oi:"folder path"

example:

tgup0017.exe /get:"Unlocker" /oi:"C:\Downloads"

This will download the latest version of Unlocker and save the silent installer to "C:\Downloads\"

The Silent Installer also includes Some Registry Tweaks.

If you want to install directly without building silent installer,

run:

tgup0017.exe /get:"Unlocker"

This will download and install the latest version of Unlocker silently

Posted

Something I don't understand:

after I downloaded the sylent installer with tgup, can I use it to install wlm silently on my machines without TGUP or it's always needed?

Posted
can I use it to install wlm silently on my machines without TGUP or it's always needed?

If you use the /oi:"folder path" switch. The Generated Silent Installer into that folder path can be used on any pc without tgup.

Posted

All of the above posts were moved here at the EXPENSE of my time.

Please DO NOT hijack other peoples threads in an attempt to advertise your own releases.

You may continue to use THIS THREAD as a supplement to your original thread.

Shark007

Posted

Thanks shark for moving :)

can I use it to install wlm silently on my machines without TGUP or it's always needed?

If you use the /oi:"folder path" switch. The Generated Silent Installer into that folder path can be used on any pc without tgup.

Understood.

Is it possible to download language specific version of WLM?

Posted

a manual Language selection is not possible yet.

The language is automatically selected depending on the following registry key:

Key path: "HKCU\Control Panel\International\"
Keyname: "slanguage"

Currently these languages are supported:

"ENU" - English

"DEU" - German

"FRA" - French

"ITA" - Italian

If you wish a different language change the value of the registry key.

  • 1 month later...
Posted

If you want to build the latest version of Avira AntiVir PersonalEdition Classic Silent Installer ,

use the following switch for TGUP:

/get:"Avira AntiVir PersonalEdition Classic" /oi:"folder path"

example:

tgup0017.exe /get:"Avira AntiVir PersonalEdition Classic" /oi:"C:\Downloads"

This will download the latest version of Avira AntiVir PersonalEdition Classic and save the silent installer to "C:\Downloads\"

If you want to install directly without building silent installer

run:

tgup0017.exe /get:"Avira AntiVir PersonalEdition Classic"

This will download and install the latest version of Avira AntiVir PersonalEdition Classic silently

Posted

If you want to build the latest version of Avira AntiVir PersonalEdition Classic Silent Installer ,

use the following switch for TGUP:

/get:"Avira AntiVir PersonalEdition Classic" /oi:"folder path"

example:

tgup0017.exe /get:"Avira AntiVir PersonalEdition Classic" /oi:"C:\Downloads"

This will download the latest version of Avira AntiVir PersonalEdition Classic and save the silent installer to "C:\Downloads\"

If you want to install directly without building silent installer

run:

tgup0017.exe /get:"Avira AntiVir PersonalEdition Classic"

This will download and install the latest version of Avira AntiVir PersonalEdition Classic silently

  • 4 months later...
Posted

I discovered a way for making Windows Live Messenger 8.5.1302.1018 Silent Setup. It works only online. But it is not a problem because I suppose you have to be online if you use Windows Live Messenger.

It is actually Switchless. All you need is to generate a cookie,that tells Windows Live Installer which components have to be installed.

Create the Following Batch File

SET CO="%userprofile%\Cookies\%username%@get.live[999].txt"
@echo off
Title Windows Live Messenger Silent Setup
ECHO Installing Windows Live Messenger...
>%CO% ECHO wlxp
>>%CO% ECHO p=A26D7C8B-875D-48E2-BED1-7168268D022A*0^&m=en-us^&t=1^&s=0^&h=0^&c=0
>>%CO% ECHO get.live.com/
>>%CO% ECHO 1088
>>%CO% ECHO 4219999999
>>%CO% ECHO 99999999
>>%CO% ECHO 9999999999
>>%CO% ECHO 99999999
>>%CO% ECHO *
"WLinstaller.exe"

Put it in the same folder of "WLinstaller.exe" (Windows Live Installer) and run the batch File.

You can add these optional Tweaks to the Batch File:

To Disable Sharing Folders and Avoid Autostart

reg.exe delete "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "MsnMsgr" /f 2>NUL>NUL
reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\usnjsvc" /v "Start" /t REG_DWORD /d "0x4" /f 2>NUL>NUL
reg.exe delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\{FC9FB64A-1EB2-4CCF-AF5E-1A497A9B5C2D}" /f 2>NUL>NUL

Add This at the end to Uninstall Windows Live Installer

Start /wait "WLIU" "MsiExec.exe" /X{A7E4ECCA-4A8E-4258-8EC8-2DCCF5B11320} /qb /quiet

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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