Results 1 to 6 of 6

Thread: package a folder using PDW

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    31

    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.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: package a folder using PDW

    Moved from FAQ forum

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    31

    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

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Feb 2006
    Posts
    31

    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.

  6. #6
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    Re: package a folder using PDW

    Quote 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
  •  



Click Here to Expand Forum to Full Width