How to install auto compiler using power shell script using start -process? can you share me the arguments needs for executing
How to install auto compiler using power shell script using start -process? can you share me the arguments needs for executing
Votes
Hi Chris,
I have the Autocompiler.exe and i want to install these exe from command prompt silently,so need arguments for cmdlet to know for silent installation.
Regards
Ranjith
Unfortunately, the AutoCompiler installation EXE does not support command-line options like "/q" for quiet mode for example. However, I wonder if you could use instead ...
1) PowerShell - force a quiet installation // - OR something like ....
2) Silent Install Builder ... http://www.silentinstall.org
HTH
Regards ... Chris