| | |
Packaging?
![]() |
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?
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?
"Study the past if you would define the future" - Confucius
•
•
Join Date: May 2004
Posts: 40
Reputation:
Solved Threads: 0
•
•
•
•
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?
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.
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.
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.
what? WHAT?
Use the packaging and deployment wizard. Or try innosetup which is much more configurable (and comes with a much steeper learning curve).
Mark Nemtsas
Time and Billing Software - Time Tracking Software - Roller Shutters - Roller Blinds -
Baby Books
Time and Billing Software - Time Tracking Software - Roller Shutters - Roller Blinds -
Baby Books
•
•
•
•
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.
I'll give that a try. Thanks.
"Study the past if you would define the future" - Confucius
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
.
. what? WHAT?
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?
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?
"Study the past if you would define the future" - Confucius
![]() |
Similar Threads
- packaging and transfering VB6 and MS acess database (Visual Basic 4 / 5 / 6)
- javascript: addContent - Packaging Options (JavaScript / DHTML / AJAX)
- Business Analysis and Data (IT Professionals' Lounge)
- OpenGL, help packaging to allow others to run it (C++)
- digital camera driver (Windows NT / 2000 / XP)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: Datashet View
- Next Thread: sorting by a bound column
| Thread Tools | Search this Thread |
* 6 429 2007 access activex add age application basic beginner birth bmp calculator cd cells.find click client code college component connection connectionproblemusingvb6usingoledb copy creat ctrl+f data database datareport date delete dissertations dissertationthesis dissertationtopic edit error excel excelmacro file filename form hardware header iamthwee image inboxinvb internetfiledownload keypress label listbox listview liveperson login looping machine microsoft movingranges number objectinsert open oracle password prime program prompt range-objects readfile reading record refresh remotesqlserverdatabase report save search sendbyte sites sort sql sql2008 sqlserver subroutine tags textbox time urldownloadtofile vb vb6 vb6.0 vba visual visualbasic visualbasic6 web window windows





