|
-
Aug 6th, 2007, 12:45 AM
#1
Thread Starter
Frenzied Member
Packaging using Inno Setup
Hi all,
I have a project made in VB which has SSTabs, DTPicker, MsFlexGrid, Kewl buttons, combos, listboxes, command buttons, labels, option buttons, image boxes, picture boxes.
The db is Access 2003.
Reports used with CR9 is being included in the proj.
I ran the Innosetup wizard and added the report,db,files. I added the below lines of code (as seen in the FAQ) at its appro location.
; begin VB system files
; (Note: Scroll to the right to see the full lines!)
Source: "vbfiles\stdole2.tlb"; DestDir: "{sys}"; OnlyBelowVersion: 0,6; Flags: restartreplace uninsneveruninstall sharedfile regtypelib
Source: "vbfiles\msvbvm60.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0,6; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "vbfiles\oleaut32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0,6; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "vbfiles\olepro32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0,6; Flags: restartreplace uninsneveruninstall sharedfile regserver
Source: "vbfiles\asycfilt.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0,6; Flags: restartreplace uninsneveruninstall sharedfile
Source: "vbfiles\comcat.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0,6; Flags: restartreplace uninsneveruninstall sharedfile regserver
; end VB system files
Now what are the other files etc which I may have to add to ensure the setup properly installs & runs the program in the client machine.
I use ADO to access the db and use CRAXDDRT to diplay the report
Thanx in advance
Last edited by VBFnewcomer; Aug 6th, 2007 at 12:50 AM.
-
Aug 6th, 2007, 02:10 AM
#2
Re: Packaging using Inno Setup
The Inno Setup Wizard is not going to help you there Try ********** It will capture all the other files you need. You can also use the CR9 Merge Modules from here
This combination with Inno Setup will insure you get you installation ready for deployment.
And ********** will also give you some great documentation on what's included in your project directly in the script.
-
Aug 6th, 2007, 02:59 AM
#3
Member
Re: Packaging using Inno Setup
i m new in VB, already face lots of prob in package making fro different OS (specially win 2000). can any one tell me what i need to do with my "project.vbp" . i have install Inno setup & Inno Script. what will be my next step?
thnz
-
Aug 6th, 2007, 03:57 AM
#4
Thread Starter
Frenzied Member
Re: Packaging using Inno Setup
The Inno Setup Wizard is not going to help you there
If that be the case what exactly can the much touted Innosetup do???
-
Aug 6th, 2007, 12:53 PM
#5
Re: Packaging using Inno Setup
You need to understand the difference and what the programs actually do....
********** - Create a complete script for Inno Setup
Inno Setup - An Installer (a packaging program)
Inno Setup Wizard - an attempt to get you started creating your Inno Setup Script something ********** does a much better job at.
It's all in the documentation...
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
|