|
-
Aug 3rd, 2005, 09:09 AM
#1
Thread Starter
Member
Including missing files in a setup
Hello,
I've got this tab writing program that I'm trying to give to a bunch of guitarist, and they all have the same problem. Two files are missing. I researched it and found two sites that they can download the files and then the program will work. Is there a way to include these files when I send my program to them?
http://www.ascentive.com/support/new...e=COMDLG32.OCX
http://www.ascentive.com/support/new...e=RICHTX32.OCX
those are the two sites
-
Aug 3rd, 2005, 09:13 AM
#2
Re: Including missing files in a setup
How did you "give it to tem" ??? Did you build some distribution package or simply send an excutable file only? In case you don't know there is a package & Deployment Wizard (aka P&DW) available in VB so try using it.
-
Aug 3rd, 2005, 09:14 AM
#3
Re: Including missing files in a setup
add them in your zip?
or if u use INNO to create your setup it will include in the setup.exe
JPnyc rocks!! (Just ask him!)
If u have your answer please go to the thread tools and click "Mark Thread Resolved"
-
Aug 3rd, 2005, 09:16 AM
#4
Thread Starter
Member
Re: Including missing files in a setup
I didnt know you could create a setup installation type thing in vb. Would someone care to show me how I could do this and have those two files installed also?
-
Aug 3rd, 2005, 09:58 AM
#5
Re: Including missing files in a setup
Click Add-Ins/Add-In Manager
Locate Package And Deployment Wizard and select it.
Check the Load/Unloaded and Load On StartUp checkboxes.
Click Ok.
Now, under Add-Ins, you will see a menu item for the Package and Deployment Wizard.
-
Aug 4th, 2005, 03:26 AM
#6
Re: Including missing files in a setup
millertime,
Here read Installation Problems from my signature. You could try ********** along with Inno Setup. This will work out better in the long run.
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
|