No desktop shortcut on silent MSI installations
Hello Teamviewer Community,
Is there a command line parameter to avoid the creation of a desktop shortcut for the Teamviewer 12 MSI package ? (Ex: "NODESKTOPSHORTCUT"=1)
I looked the MSI package with Orca but i didn't find the entry line for the desktop shortcut...
Thanks for your help !
Best Answer
-
Hello,
currently there is no command line parameter to control the desktop shortcut.
I've put your request as new feature request to our list. However, I cannot promise you if or when this feature will be implemented.
Kind regards,
ChristianTeam Lead Product Development (Enterprise)
Did my reply answer your question? To help others, please accept it as solution. Thanks!5
Answers
-
Hello,
currently there is no command line parameter to control the desktop shortcut.
I've put your request as new feature request to our list. However, I cannot promise you if or when this feature will be implemented.
Kind regards,
ChristianTeam Lead Product Development (Enterprise)
Did my reply answer your question? To help others, please accept it as solution. Thanks!5 -
We are Upgrading soon, it would be a really good improvement from the Teamviewer 11 package. Also if there could be a way to remove the first login pop up from the MSI.
Right now we have a custom MST for the MSI to import the Reg settings + block the first login popup from an active setup registry config and then we remove the shortcut with a .bat.
0 -
Any news on this one ? What is the msi switch to remove the desktop shortcut?
Thanks
Diego
0 -
Any update on this feature?
We are about to deploy the TV Host in the organization and I would avoit du use a cleanup script to delete unwanted shortcuts on the desktop.
Regards.
0 -
I run this when I deploy it with MDM:
cmd.exe /c "del "C:\Users\Public\Desktop\TeamViewer 12 Host.lnk" /f /q"
hope this helps.
d
0 -
Do you mind generalizing your script for installation and the deletion of the TV icon.
When I run my script, it runs the del script but TV hasn't finished installing, so it states could not find the shortcut.Jason Crockett
IT Systems Engineer
Intrepid Potash0 -
So Everyone,
this Post is Solved, so I don't know why people are still posting here.
teamviewer host is now a full fledge MSI, and not an MSI Wrapper for an exe so no need for a second command to delete the shortcut. It's posted at the Top.
Here is My command Line
msiexec /i TeamViewer_Host.msi DESKTOPSHORTCUTS=0 CUSTOMCONFIGID=YOURIDHERE IMPORTREGFILE=1 /qb /l*v C:\Temp\TeamViewer_TeamViewerHost_13.2.5287.log
if i can help anyone,
BTW it not documented but the old way of renaming the MSI with -IDC %ID% does not work now. you need the CUSTOMCONFIGID=
Regards,
2 -
I don't see any indication this was closed. I apologize for asking a question in a solved post. However, what you provided was what I needed.Jason Crockett
IT Systems Engineer
Intrepid Potash0 -
@SIR wrote:Hello Teamviewer Community,
Is there a command line parameter to avoid the creation of a desktop shortcut for the Teamviewer 12 MSI package ? (Ex: "NODESKTOPSHORTCUT"=1)
I looked the MSI package with Orca but i didn't find the entry line for the desktop shortcut
Thanks for your help !
I've put your demand as new element demand to our rundown. Be that as it may, I can't guarantee you if or when this element will be executed.
0 -
We are Upgrading soon, it would be a really good improvement from the Teamviewer 11 package. Also if there could be a way to remove the first login pop up from the MSI.
-5 -
Do you mind generalizing your script for installation and the deletion of the TV icon.
0 -
you can create a shortcut manually then drag it to desktop
0