|
-
Apr 8th, 2002, 08:17 PM
#1
Thread Starter
Hyperactive Member
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
-
Apr 8th, 2002, 08:21 PM
#2
PowerPoster
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.
-
Apr 8th, 2002, 08:23 PM
#3
Addicted Member
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
-
Apr 8th, 2002, 08:25 PM
#4
PowerPoster
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.
-
Apr 8th, 2002, 09:06 PM
#5
Thread Starter
Hyperactive Member
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?
-
Apr 8th, 2002, 09:08 PM
#6
PowerPoster
Yes. PDW will register them, so all you have to do is track them down on your system and include them.
-
Apr 8th, 2002, 09:09 PM
#7
PowerPoster
Also, read this to avoid problems with installation:
http://www.vbforums.com/showthread.p...hreadid=156206
-
Apr 9th, 2002, 02:21 AM
#8
Thread Starter
Hyperactive Member
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
-
Apr 9th, 2002, 02:41 AM
#9
Thread Starter
Hyperactive Member
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
|