|
-
Aug 4th, 2008, 05:34 AM
#1
Thread Starter
New Member
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?
-
Aug 4th, 2008, 10:17 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|