I'm creating an installer of sorts. It's a C# application that upgrades prerequisites on a system before a new ClickOnce application is installed. The final step is to reboot the system and I'd like it to open up the ClickOnce application's deployment URL after it restarts. I tried adding the following to the CurrentUser RunOnce registry key, but IE didn't start up:
start iexplore http://myInstallationUrl.com/publish.htm
Can anyone explain why this doesn't work and offer an approach that will?