Results 1 to 5 of 5

Thread: Packaging using Inno Setup

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Aug 2006
    Location
    India, Punjab, Bhatinda
    Posts
    1,689

    Lightbulb 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width