prompt to reboot computer after installation completed

Posted by Ashwin on Stack Overflow See other posts from Stack Overflow or by Ashwin
Published on 2010-05-03T05:39:01Z Indexed on 2010/05/03 5:48 UTC
Read the original article Hit count: 170

Filed under:
|

I am currently adding a deployment project to my C# solution which installs a windows service and I have been trying to find a property that will make the installer prompt the user to reboot the system once installation has completed. I would prefer to simply set a property rather than create a small application that I run at the end of the install.

© Stack Overflow or respective owner

Related posts about c#

Related posts about setup