[RESOLVED] Including fileswhen deploying an application
I want to pack a help file with an application I have built. however although I can see the chm file in the solution explorer I have not found a way of telling vb express that I want it to be distributed with my application I managed to do it with txt files but not with this. Any Ideas. :confused:
Re: Including fileswhen deploying an application
I have worked it out select the file in question in the solution explorer and go to the properties for it and change the build action to content. then change the copy to output to copy always
Re: [RESOLVED] Including fileswhen deploying an application
add a setup project to your solution
in this project where you can see your application folder click right and choose add file ... these will be compiled into your msi
when you rebuild your setup project