
Only when passed your configuration ID and API token during installation will it give you the customized client and add itself to your TeamViewer groups. Without any options, this MSI will just do a basic TeamViewer Host installation. You will need these when creating the app in Intune.Ĭlick the “Download MSI” link as well. Make sure the TeamViewer policy selected is the correct one from the Policies tab and you’ve selected the group you would like the devices added to under the “Automatically add computers to a group in your Computers list.”Ĭopy the API token and the Configuration ID. Create a new module with the Add Custom Module button or click the edit button on a existing module.Ĭustomize the look of the TeamViewer app however you’d like. Once the policy is setup, go to the Custom Modules tab. These policies are checked by the client during installation.

(The “enforce” checkbox for each setting prevents the end-user from being able to change that setting). To change a policy, click the edit button next to the one of the policies. If you need to create a new policy, use the “Add policy” button at the top of the screen. The Policies tab has the custom settings used by the client (such as whitelisting, auto-starting, and auto-adding to groups).Įach custom module can only use one “Policy,” but each policy can have all possible settings. You’ll see two tabs: Custom Modules and Policies. Log into to On the left hand side of the screen, choose Design & Deploy Start /wait msiexec /i "%~dp0xxxxxxxx.msi" /qn /l "c:\install\logs\teamviewer_install_log.The scenario: you have computers that are only bound to AzureAD and you need to deploy a customized version TeamViewer to those computers. If not exist C:\install\Logs\ md TeamViewer msi silent install >%Logfilepathcmd%

Set Logfilepathcmd=c:\install\logs\teamviewer_log.log


Create file for msi silent install.Ĭreate a text file and than copy the commands below. Note! Also you can check for the lasts version on the links above. To download TeamViewer msi file you can go also to application webpage: Here!Ĭopy the msi file to a folder called “ TeamViewer msi silent install ”. Please noted that TeamViewer MSI can downloaded only from Corporate that have license. In Fact TeamViewer msi version is an installer package off application and can downloaded on official site. At this point run as Administrator the Install.cmd script and the TeamViewer 64-bit version will installed silently.
