Results 1 to 3 of 3

Thread: [RESOLVED] Including fileswhen deploying an application

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    64

    Resolved [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.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Oct 2005
    Posts
    64

    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

  3. #3
    Lively Member
    Join Date
    Dec 2005
    Location
    UK
    Posts
    127

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width