Hi All,
In a TS, if I have to install an application as user, the obvious choice is to run the install command with step "Run command line". I am not sure ifI can directly type "setup.exe" as command or run "cmd.exe /c setup.exe"
The question is what directive should I use to run batch file ("sccm-setup.cmd" or "install.bat") in the command line?
Thanks!