Results 1 to 9 of 9

Thread: package

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    321

    package

    can anyone help me?
    how do i package my software into an installer kind of thingy? i know Visual Studio has a tool but my program incorporates a few standalone EXEs . can i include those as part of my package too? please help

  2. #2
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Package and Deployment Wizard allows you to include files. When you get to the "Included Files" screen, click "Add" and tell it what you want to add.

  3. #3
    Addicted Member
    Join Date
    Feb 2001
    Posts
    217
    Use the Package and Deployment wizard.

    1. Open VS
    2. Go to Add-Ins
    3. Click on Add In Manager
    4. Click on Package & Deployment Wizard
    5. Click on Loaded/Unloaded
    6. Click Ok

    Then click on Add Ins Package & Deployment Wizard

    Then just follow the wizard

  4. #4
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    CAUTION!!!!

    If you have executables that use controls that ARE NOT USED in the project you are packaging, be sure to include them as well. If you fail to do this and the user does not have the controls registered on their system, the other apps that need those controls WILL FAIL!

    Just a friendly reminder from the PDW police.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    321
    thank you all for your prompt reply. thanks to cafeenman as i was about to ask about dependencies in my other standalones... so i just need to include all EXEs as well as all the OCx's that i used in the whole package before i package it? thanks.

    btw, even if my main program doesn't use some controls but they are used in other standalones which i need to call i still need to include them right?

  6. #6
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    Yes. PDW will register them, so all you have to do is track them down on your system and include them.

  7. #7
    PowerPoster cafeenman's Avatar
    Join Date
    Mar 2002
    Location
    Florida
    Posts
    2,819
    Also, read this to avoid problems with installation:

    http://www.vbforums.com/showthread.p...hreadid=156206

  8. #8

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    321
    i'm facing a problem.
    after packaging, my child program works fine but i seems to be having some problems with the main app. whenever i tried running it i will have the following message

    runtime error 53
    file not found

    why is this so? the EXE file is in the folder but i can't seem to run it.
    please advice

  9. #9

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    321

    Talking

    LOL

    its my mistake. i forgot to include a few files that is required when my app starts up...

    cheers

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