ceez Posted August 14, 2008 Posted August 14, 2008 Hello everyone. Came across a free remote software called TeamViewer. I would like to implement this on a few laptops at work, but of course wanna do the silent install so it can be deployed via the network.The problem is that I dont know what is the insstaller they are using and cant really google specific switches for a specific installer type.Checking the properties of the EXE doesnt show the installer either.The website is www.teamviewer.comThanks guys.ceez
bj-kaiser Posted August 14, 2008 Posted August 14, 2008 here is a glimpse of what "strings TeamViewer_Setup.exe" gave me:><assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="Nullsoft.NSIS.exehead" type="win32"/>Now take a wild guess.
bj-kaiser Posted January 10, 2009 Posted January 10, 2009 well, if you or your workplace own some licenses for the commercial version, it may be a good idea to ask them for unattended installation support. Be it by making NSIS read an answer file (you have to implement that yourself as it doesnt by default) or convince them to switch to MSI or any other installation system that allows answer files by default (first thing I remember, InnoSetup, also free).Other than that there's only repackaging I guess.
cloferba Posted January 10, 2009 Posted January 10, 2009 ,mmm the best way i find is download the portable version from the official webpage...then, make a install like other programa, and make shorcuts..thats alland it works very well!
ckislam Posted March 11, 2010 Posted March 11, 2010 ,mmm the best way i find is download the portable version from the official webpage...then, make a install like other programa, and make shorcuts..thats alland it works very well! The portable version has some limitations. it doesn't save any settings upon exit, doesn't run as a service, so you won't be able to auto connect with your TeamViewer account, run at windows logon screen or have a permanent password.Because of these reasons, I invested some time figuring out a way to install the original full version silently.Tested on Windows XP/7. worksLink for TeamViewer Silent Installer (repacked): TeamViewer Silent Setup[Generated by TGUP - Create Silent Installers method]
Raoul90 Posted March 13, 2010 Posted March 13, 2010 ,mmm the best way i find is download the portable version from the official webpage...then, make a install like other programa, and make shorcuts..thats alland it works very well! The portable version has some limitations. it doesn't save any settings upon exit, doesn't run as a service, so you won't be able to auto connect with your TeamViewer account, run at windows logon screen or have a permanent password.Because of these reasons, I invested some time figuring out a way to install the original full version silently.Tested on Windows XP/7. worksLink for TeamViewer Silent Installer (repacked): TeamViewer Silent Setup[Generated by TGUP - Create Silent Installers method]Thanks, but I dont get any startmenu shorcuts?
ckislam Posted March 13, 2010 Posted March 13, 2010 Thanks, but I dont get any startmenu shorcuts?Please provide me with some info to help u with the startmenu shortcut1. The Operating System you use2. The language of the operating System3. The Full path to the Allusers Startmenu. (eg: C:\Documents and Settings\All Users\Startmenu)Thanks
Raoul90 Posted March 13, 2010 Posted March 13, 2010 Thanks, but I dont get any startmenu shorcuts?Please provide me with some info to help u with the startmenu shortcut1. The Operating System you use2. The language of the operating System3. The Full path to the Allusers Startmenu. (eg: C:\Documents and Settings\All Users\Startmenu)Thanks1) Windows 7 Professional X642) Dutch.3) No alluserprofile in win7 that i know of?
ckislam Posted March 13, 2010 Posted March 13, 2010 3) No alluserprofile in win7 that i know of?send me the value of this key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" "Common Start Menu"
Raoul90 Posted March 13, 2010 Posted March 13, 2010 3) No alluserprofile in win7 that i know of?send me the value of this key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" "Common Start Menu"%ProgramData%\Microsoft\Windows\Start Menu
titishor Posted April 4, 2010 Posted April 4, 2010 The /S switch for silent install of TEAMVIEWER WORKS!but you must do the following :download the program (preferably the latest version) ..or ..if you have it on your hard drive , open it... (AND LET IT OPEN! DO NOT CLOSE OR INSTALL THE APLICATION. JUST DUBLE-CLICK IT!!)Then , go to C:\Documents and Settings\Administrator\Local Settings\Temp. There you'll see a folder called TeamViewer. Open that folder. Inside you'll have 2 files. Teamviewer.exe and tvinfo.iniCopy the Teamviewer from that folder and paste wherever you want. After this you can close the other application. With the new teamviewer.exew which you copyed from the temp folder , u can run it sillently. Use the /S Switch. Works with WPI also.
ckislam Posted May 8, 2010 Posted May 8, 2010 The /S switch for silent install of TEAMVIEWER WORKS!but you must do the following :download the program (preferably the latest version) ..or ..if you have it on your hard drive , open it... (AND LET IT OPEN! DO NOT CLOSE OR INSTALL THE APLICATION. JUST DUBLE-CLICK IT!!)Then , go to C:\Documents and Settings\Administrator\Local Settings\Temp. There you'll see a folder called TeamViewer. Open that folder. Inside you'll have 2 files. Teamviewer.exe and tvinfo.iniCopy the Teamviewer from that folder and paste wherever you want. After this you can close the other application. With the new teamviewer.exew which you copyed from the temp folder , u can run it sillently. Use the /S Switch. Works with WPI also.This method doesn't Install TeamViewer as Service, doesn't create Shortcuts and doesn't add Uninstall Information!
titishor Posted May 28, 2010 Posted May 28, 2010 well, i didn't knew that thing...i've installed teamviewer sillently, and i can say that you are correct! it doesn't show up into C:\Program Files\ , Control Panel and so on.
Libra86 Posted December 28, 2011 Posted December 28, 2011 Has anyone tried the '/quiet' switch on the .msi file?
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