Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > How to deploy a help file?
 

How to deploy a help file?

Actually this is a more general question ... I'm trying to work out whether I can use VS2005 Setup project to replacethe obsolete and unobtainable version of Wise software currently in use.

I can't work out how to get started with Setup, and the documentation doesn't seem to help me.

Here's the first problem. I'm building a C++ executable (real C++, not .NET), and building a help file (.chm) to go with it. The help file build is a complicate process, which is being done in a makefile which is kicked off in the post build event.

How can I get the help file included in the deployment?

I can't see how to get it there using "project output", as I can't see how to cause this file to be regarded as a project output.

I can't see how to get it there by including the explicit file in the setup project, as the name or location of the file obviously has to be different in each of my different configurations, and I can't see how to make the file name, or the inclusion of files, dependent on the configuration of Setup that's being built.

(This isn't just a debug/release configuration issue, I've got multiple release configurations for different builds of the product and they have different help files.)

T Ward  Friday, July 04, 2008 3:52 PM

Hi T Ward,

I think you are using MSI to deploy your application instead of ClickOnce, so you can add your help file by right click on your setup project and choose "add" --->"files"

wish this solution can help you.

Myproduct  Thursday, July 10, 2008 4:15 AM

You can use google to search for other answers

Custom Search

More Threads

• Embedding manifest in MSI using Visual Studio 2003
• ClickOnce installer fails for some XP machines
• Auto-update feature does not seem to work on all machines.
• Deployment of .net Application causing MS Office App Crashes
• Getting the value from the custom dialogues in setup projects
• Incremental Updates, Proxy Authentication
• Setup & Deployment Project, custom dialogs/forms
• Can a bootloader and its contents be packaged up into one file?
• How to Close the Clickonce Application when the web page is closed...?
• Basic Question: How do I run custom C# code at Install and Uninstall time?