By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!If you run the installer with the /? argument, it will display the available options (include a silent installation). There is no way to specify individual installation options like the desktop icon (Windows installer limitation).
tcmd.exe /extract:%_cwds
move E915408\*
msiexec /i tcmd.msi /quiet /log tcmd.log AI_DESKTOP_SH=0
I'm sorry if I'm not explaining myself well.
I want to set the TCC-RT installation folder via an installation command line option - please can you give me a working example of how to do this?
I am aware that the MSI options have to be passed to the TCC-RT setup but I cannot work out how as the TCC-RT installer help file is too vague.
This is what I tried:
tcc-rt.exe "/i "tcc-rt.x64.msi" Targetdir="c:\tcc-rt""
I assume that I am passing the MSI option incorrectly...please can you provide me with a working example of how to pass an MSI option to the TCC-RT setup application?
Mostly, I find the update process is too interactive (even with option /u). Is there a way to download e.g. tcmdx64.exe and run it silently? Preferably with some way to change some of the options (e.g. I don't want a desktop icon)