Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

creatin setup file using Inno

Status
Not open for further replies.

bells

MIS
Oct 5, 2001
51
CA
Hello to all

i am trying to create a setup file using Inno setup
within my program i am using dataReport to print
which inno does not put when it is comiling it
my question is how can u add resource files in innosetup
if it is possible which file am i adding in so i still can use the dataRDport??
thanks
 
DataReport is in MSDBRPT.DLL

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'
 
Hi bells:

A suggestion: Run Package and Deployment Wizard (PDW) to create a dependency file. The dependency file will tell you which files your application is using, including the DLLs, OCXs, and such.

Once one has the dependency file, then one incorporate the information into Inno. This information includes which files to include and which files need registering.

Cassie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top