Run TeamViewer .msi file from .bat

Burnsen

New Member
Messages
2
Reaction score
0
Hello.
I would like to run a Teamviewer_Host.msi under post setup, but from a .bat file. There are certain configurations in the .bat file.How can I execute the .bat file without the .msi executing itself?
 
1. Delete the line for TeamViewer_Host.msi
2. Manually copy the MSI file to the ISO folder \sources\$OEM$\$$\Setup\Files
3. Check your batch file uses the correct pathnames (C:\Windows\Setup\Files\TeamViewer_Host.msi)

There used to be a way to add "passive" installer files which NTLite would ignore for self-installation, but I don't think it worked correctly for anything with a EXE or MSI file extension.
 
Back
Top