Click here to Skip to main content
15,888,109 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a Setup Project using the "Setup Wizard" in VS 2013.

The installer works well to install the program but it does not provide any feedback to the user about launching or configuring the application.

I would like to have the installer open a help file when the installation is complete. The help file is listed as a Content file in the project's Build Action and it is being copied into the application directory.

I have tried using the Project > View > Custom Actions menu, but when I add a custom action I do not see the content files in the Application Folder. I have changed the combobox to show "All Files (*.*)" and the files do not appear. I tried clicking the "Add Output..." button and selecting "Content Files" but nothing shows up in the Application Folder.

Any help is greatly appreciated!
Posted

1 solution

what you're asking for is possible, but probably not exposed by the simple install creator

Custom Actions[^]

A type 50, 53 or 54 may be appropriate, and it would have to be Deferred[^]

authoring MSIs is not trivial - have a look at Wix[^], it's written by the same dev team that wrote windows installer
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900