Hello,
Can anyone offer advice on the following please ?
I am looking to run a batch file to install software at logon using GPO.
I do not wish to use msi, wrapper or zap files; the program to be installed is huge 15 gb and contains multiple msi's.
The batch file should run the following -
Img\Setup.exe /W /q /I Img\ECS 2015.ini /language en-us
I understand I can have a batch file containing "%~dp0Img\Setup.exe /W /q /I Img\ECS 2015.ini /language en-us"
Is this written correctly ?
I am also looking to run this batch file just once; can I incorporate within the batch file commands to check that the program has installed and prevent the installer from running again ?
Thanks...