CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Posts
    12

    Can I include other files in Deployment

    I've created a Compact.mdb file that will compact Norhtwind.mdb file.
    I'd like to create an .exe file using Visual Basic that will run this Compact.mdb file and I'd like to include it when I use the Project Deployment wizard of Visual Basic. Can I do this?



  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: Can I include other files in Deployment

    Yes at the stage in the Package and deployment wizard where it shows you the files included in your package there is an add button which allows you to add any files you want and also set the location where they will be placed


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

Featured