gott
09-27-2007, 02:16 PM
I would like to add a requirement to the installer that I have created to ask the user to reboot the machine after clicking on the "Finish" button on the Finished Setup screen. I see that there are tabs to choose for actions such as On Preload, On Cancel, etc, but not for what I am looking for. I imagine that I would use the System.Reboot() function for this. Also, the reboot would depend on whether a certain path already appears within the PATH environment variable, but I believe that I already have this part figured out. I just need to figure out how to display a window asking the user to reboot the machine after clicking on "Finish". Thanks.