User forums > Help
windows silent/unattended install
ovidiu:
Thank you!
I agree with both of you.
I simply need the best arguments (reasons) to present to the board which finally will take a decision.
www1980:
--- Quote from: wolftom on September 20, 2008, 06:50:13 pm ---Hello
I've found the "/S" parameter to run a silent install except the final "Do you want to run Code::block now?"
Does anybody have idea?
--- Code: ---codeblocks-8.02mingw-setup.exe /S
--- End code ---
--- End quote ---
if you use batch file for silent install use taskkill command at the end to kill setup after finishing installation.
I would do something like this:
one batch file:
codeblocks-8.02mingw-setup.exe /S
then run second batch file:
taskkill /F /IM codeblocks-8.02mingw-setup.exe
you're done!
Navigation
[0] Message Index
[*] Previous page
Go to full version