Hello,
Creating a C# install package and I'd like on completed install for the "Program Files/My Application" folder to open.
Any way to do this?
Thanks!
Hello,
Creating a C# install package and I'd like on completed install for the "Program Files/My Application" folder to open.
Any way to do this?
Thanks!
See this question for more information:
http://stackoverflow.com/questions/334630/c-open-folder-and-select-the-file
If you setup was built with Actual Installer, you just need to add the following command on System/Commands tab:
Command: <InstallDir>
Timing: After Installation