|
-
Feb 20th, 2006, 04:49 AM
#1
Thread Starter
Junior Member
package a folder using PDW
hi all,
how to package a folder using PDW say i have a folder called images
with many bmp.
i would like to add this folder to package . At present i can add each file from this folder but i would like add the whole folder instead of adding each file.
how to do this using microsoft Visual Studio 6.0 Package & Development Whizard.
-
Feb 22nd, 2006, 11:22 AM
#2
Re: package a folder using PDW
-
Feb 28th, 2006, 12:03 AM
#3
Thread Starter
Junior Member
Re: package a folder using PDW
Moved from FAQ forum
means what ?
what about the answer for my question ?
whether its possible to add a folder instead of each file in PDW.
thanks
-
Feb 28th, 2006, 12:36 AM
#4
Re: package a folder using PDW
"Moved from FAQ forum" means you posted your thread in the VB FAQ Forum instead of the Application Deployment forum and it was moved. 
You can create a folder if you have a file to deploy with it. If not you can write MkDir code in your app on its first run to create it.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 1st, 2006, 05:50 AM
#5
Thread Starter
Junior Member
Re: package a folder using PDW
my question is whether its possible to add folder while packaging ,
because i have many files in a folder to add . if its possible to add folder it will be easy instead of adding each file while packaging.
thanks.
-
Mar 1st, 2006, 06:06 AM
#6
Re: package a folder using PDW
 Originally Posted by subhasam
my question is whether its possible to add folder while packaging ,
because i have many files in a folder to add . if its possible to add folder it will be easy instead of adding each file while packaging.
thanks.
The simple answer to your question is No. You cannot add a folder, but what you can do is to select all files at once and then add.
Use [code] source code here[/code] tags when you post source code.
My Articles
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
|