Results 1 to 2 of 2

Thread: how to include a folder while packaging?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2008
    Posts
    2

    Question how to include a folder while packaging?

    hi
    Is it possible to include an entire folder while packaging my application using the package and deployment wizard?

  2. #2
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: how to include a folder while packaging?

    Early in the Wizard steps there is an Included Files dialog. You can add files here and later set the Install Location path for each one, which can be something like:

    c:\myfiles
    -or-
    $(AppPath)\myfiles

    ... etc. You probably already know this.

    But there is nothing in the Wizard to add a group of files by folder all at once.

    However nothing prevents you from creating a package, then manually editing the PDW script file (project.PDM) to add a bunch of files there. You could even create a simple tool for doing this.

    Then you'd just repackage using PDW with this modified PDM file.

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