943,487 Members | Top Members by Rank

Ad:
You are currently viewing page 1 of this multi-page discussion thread
Aug 17th, 2004
0

Packaging?

Expand Post »
I am almost done with my project and I'd like to obtain some advice on this.
How do I go about packaging (if this is the right word to use) the whole application? As such, I have some extra active-x components which I'd have to add into the System32 folder manually. What kind of installation like program which can automatically add my .ocx files into the system's folder?
Similar Threads
Reputation Points: 53
Solved Threads: 1
Posting Whiz
red_evolve is offline Offline
313 posts
since Jun 2003
Aug 17th, 2004
0

Re: Packaging?

Quote originally posted by red_evolve ...
I am almost done with my project and I'd like to obtain some advice on this.
How do I go about packaging (if this is the right word to use) the whole application? As such, I have some extra active-x components which I'd have to add into the System32 folder manually. What kind of installation like program which can automatically add my .ocx files into the system's folder?
There are several good installation programs out there that will do what you
want or build one yourself with a windows program.

Personally I use a self-extracting exe that runs a setup program to put special files in place.

Most will cost you but they are not usually expensive.
Reputation Points: 11
Solved Threads: 0
Light Poster
Buff is offline Offline
40 posts
since May 2004
Aug 18th, 2004
0

Re: Packaging?

Seeing that this is the QB/VB forum and this is a windows app you're talking about, I'll assume that you're using a recent version of Visual Basic. I know what I'm about to tell you works in VB6, I don't know about other versions.

On the main menu bar in VB, click the Add-Ins menu. The "package and deployment wizard" should be on there. There is plenty of information in the VB help file on using this. It is what I use for my apps, and I've found that it is one of the better packages for making installers for VB apps - it knows about all the little runtimes that VB programs need and makes sure they all get in.
Reputation Points: 115
Solved Threads: 5
Junior Poster
Toba is offline Offline
192 posts
since Jun 2004
Aug 18th, 2004
0

Re: Packaging?

Use the packaging and deployment wizard. Or try innosetup which is much more configurable (and comes with a much steeper learning curve).
Reputation Points: 16
Solved Threads: 1
Posting Whiz in Training
mnemtsas is offline Offline
200 posts
since Jul 2004
Aug 18th, 2004
0

Re: Packaging?

Quote originally posted by Toba ...
Seeing that this is the QB/VB forum and this is a windows app you're talking about, I'll assume that you're using a recent version of Visual Basic. I know what I'm about to tell you works in VB6, I don't know about other versions.

On the main menu bar in VB, click the Add-Ins menu. The "package and deployment wizard" should be on there. There is plenty of information in the VB help file on using this. It is what I use for my apps, and I've found that it is one of the better packages for making installers for VB apps - it knows about all the little runtimes that VB programs need and makes sure they all get in.
Thanks for all your feedback. I didn't notice that in VB. Yup, I'm using VB6.
I'll give that a try. Thanks.
Reputation Points: 53
Solved Threads: 1
Posting Whiz
red_evolve is offline Offline
313 posts
since Jun 2003
Aug 18th, 2004
1

Re: Packaging?

Oh, I forgot - there are some things you have to be careful about when you make a package in the wizard. Make SURE that all system DLL's that you install are marked as shared in the Setup.Lst file. If they are not, any uninstallation from the control panel will REMOVE the DLL's from the user's system, causing all sorts of problems. I hope my forgetfullness hasn't cause any trouble yet - sorry .
Reputation Points: 115
Solved Threads: 5
Junior Poster
Toba is offline Offline
192 posts
since Jun 2004
Aug 18th, 2004
0

Re: Packaging?

Erm yeah, thanks for the reminder.
Yup, I ticked that "shared" selection when I was building the package a while ago.
On the way to test it in another computer. Thanks a lot, Toba!
Reputation Points: 53
Solved Threads: 1
Posting Whiz
red_evolve is offline Offline
313 posts
since Jun 2003
Aug 19th, 2004
0

Re: Packaging?

Hi, I've tried using the "package and deployment wizard" but I got the error number 3706: Provider could not be found.
I've tried searching on the msdn library for a solution but to no avail.
I'm using Access 97 with Jet350. Please advise.
Reputation Points: 53
Solved Threads: 1
Posting Whiz
red_evolve is offline Offline
313 posts
since Jun 2003
Aug 19th, 2004
0

Re: Packaging?

When did you get the error? Was it during installation of your app or did it happen when you ran your app?
Reputation Points: 115
Solved Threads: 5
Junior Poster
Toba is offline Offline
192 posts
since Jun 2004
Aug 19th, 2004
0

Re: Packaging?

Okay, during installation files like mshtml.tlb and uxtheme.dll could not be copied, and I ignored the error to complete the installation.
When I run the application later, I could see my start page but as I navigate to another form, which requires connection to the database, the error message "Error 3706: Provider not found" was raised. Any idea?
Reputation Points: 53
Solved Threads: 1
Posting Whiz
red_evolve is offline Offline
313 posts
since Jun 2003

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Visual Basic 4 / 5 / 6 Forum Timeline: Datashet View
Next Thread in Visual Basic 4 / 5 / 6 Forum Timeline: sorting by a bound column





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC