TeamViewer Assignment Option INSTALLDIR
Does the Full or Host msi package support the public property "INSTALLDIR"? I am tasked with a scripted installation for our company and need to be able to install our package in a different dir than the default x86.
Best Answer
-
Hi @John_Powell
yes, you can also install TeamViewer into a different directory instead of the default x86 also via command line. You should use the parameter INSTALLFOLDER.
Example:
msiexec.exe /i TeamViewer_Full.msi INSTALLFOLDER="C:\TeamViewer\" /qn
Best,
Sven5
Answers
-
Hi @John_Powell
yes, you can also install TeamViewer into a different directory instead of the default x86 also via command line. You should use the parameter INSTALLFOLDER.
Example:
msiexec.exe /i TeamViewer_Full.msi INSTALLFOLDER="C:\TeamViewer\" /qn
Best,
Sven5 -
@Sven_F Thank you very much. This worked for me
0 -
It seems the
INSTALLFOLDER=
parameter is not working anymore.
What parameter can be used to set a different installation location of TeamViewer?
0