I'm trying to install Visual C# Express 2010 unattended, how can I suppress the reboot
If I install VC# normally, it will install many components and ask for a reboot in the middle of the installation. If I install it silently using the /q switch, it will reboot without asking.
The only way I found to suppress the reboot is installing .NET 4.5 befor installing VC#, but 4.5 isn't compatible with WinXP, so this doesn't work on all of our machines.
Does anybody know how I can suppress the reboot? It would be enough if I would have to manually reboot after the installation
Regards,
Bowser
4 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
anonymous_89761
11 years ago
try the /norestart parameter
Comments:
-
Thank you for your answer, but it already worked with /REBOOT=reallysuppress - EbrithilBowser 11 years ago
-
sorry, i forgot to check out the comments - anonymous_89761 11 years ago
-
No Problem :P - EbrithilBowser 11 years ago
/q /reboot=reallysuppress
but it steill rebootet without asking :( - EbrithilBowser 11 years ago