/build/static/layout/Breadcrumb_cap_w.png

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
  • Pass the public property 'REBOOT' with the value "ReallySuppress" on the command line. - anonymous_9363 10 years ago
  • I tried it with the following command:

    /q /reboot=reallysuppress

    but it steill rebootet without asking :( - EbrithilBowser 10 years ago
  • It's public property, so you will need to specify it in CAPITALS - as VBScab mentioned. - dunnpy 10 years ago
  • Thank you very much, that worked for me :D - EbrithilBowser 10 years ago

Answers (1)

Answer Summary:
Posted by: anonymous_89761 10 years ago
Third Degree Brown Belt
1

try the /norestart parameter


Comments:
  • Thank you for your answer, but it already worked with /REBOOT=reallysuppress - EbrithilBowser 10 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ