Do I include the references files in the script ??

Started by Randem, August 15, 2007, 01:25:19 PM

Previous topic - Next topic

Randem

If it was removed by InnoScript (Unsafe File) then it should be installed using a SP that contains that file.
 
Did you include the MDAC (AutoOSUpdater)?
Did check the run log?

johnmax

Yes I did notice they are commented out, but given that if I have a problem it is a database one then I posted because
; Microsoft Data Formatting Object Library 6.0 (SP6) - (MSSTDFMT.DLL)  
 
Is not currently installed by my script and I wondered if it should be??

Randem

Documentation. Some day later you may want to come back and look at the script and you will see without searching for, what References and Components your app used.
 
You did notice that they are all commented out?

johnmax

What is the point of the References section in the script then?

Randem

Use the AutoOSUpdater it will handle all the MDAC/JET/DCOM components for you.

johnmax

Yes I think that maybe the problem as any problems I do have, have been related to the database, HOW do I install MDAC's ?

Randem

johnmax,
 
You haven't given any details on what were the problems encountered were. Please give the following:
 
1 - OS installing on when there was a problem
2 - What the problem was - Exact error message
 
 
I know sometimes you should have a problem with the database for you have not installed any MDAC's. You are relying on the target computer to have what you need installed.

johnmax

Here is my current script, sometimes customers have problems installing is application but there does not appear to be any problems 99% of the time.
 
My question is should I include all the files in references below which are MSVBVM60.DLL,OLEPRO32.DLL,STDOLE2.TLB,msado15.dll,MSSTDFMT.DLL ???????
 
 
; InnoScript Version 7.2  Build 0
; Randem Systems, Inc.
; Copyright 2003-2007
; Website:  https://randemsystems.com
; Support:  https://randemsystems.support
; OS: Windows XP 5.1 build 2600 (Service Pack 2)
 
; Date: August 15, 2007
 
;              VB Runtime Files Folder:   C:\Program Files\Randem Systems\InnoScript\InnoScript 7.0\VB 6 Redist Files\
;     Visual Basic Project File (.vbp):   C:\Program Files\Microsoft Visual Studio\VB98\All Current Software\RotaxJettingCom\JetTech Pro- 17.3\JetTechPro17.3.vbp
; Inno Setup Script Output File (.iss):   C:\Documents and Settings\John Savage\Desktop\pro Release.iss
;         Script Template Files (.tpl):   C:\Program Files\Randem Systems\InnoScript\InnoScript 7.0\Templates\Release.tpl
;                                     :   C:\Program Files\Randem Systems\InnoScript\InnoScript 7.0\Templates\VBRuntime.tpl
;                                     :   C:\Program Files\Randem Systems\InnoScript\InnoScript 7.0\Templates\Vista.tpl
 
; ------------------------
;        References
; ------------------------
 
; Visual Basic runtime objects and procedures - (MSVBVM60.DLL)
; Standard OLE Types - (OLEPRO32.DLL)
; OLE Automation - (STDOLE2.TLB)
; Microsoft ActiveX Data Objects 2.8 Library - (msado15.dll)
; Microsoft Data Formatting Object Library 6.0 (SP6) - (MSSTDFMT.DLL)
 
 
; --------------------------
;        Components
; --------------------------
 
; Microsoft Chart Control 6.0 (SP4) (OLEDB) - (mschrt20.ocx)
; Microsoft ADO Data Control 6.0 (SP6) (OLEDB) - (msadodc.ocx)
; Microsoft Windows Common Controls 6.0 (SP6) - (mscomctl.ocx)
; CCRP Up Down Control (VB6) - (ccrpudn6.ocx)
; Active Resize Control Professional (VBGold Software) - (aresize.ocx)
; akProgress Bar Control - (akprogressbar.ocx)
 
#define MyAppName Jet-Tech Pro
#define MyAppVerName Jet-Tech Pro Ver 17.3
#define MyAppPublisher Jet-Tech Motorsport
#define MyAppURL http://www.rotaxjetting.com
#define MyAppExeName Jet-Tech Pro.exe
#define MyAppUrlName Jet-Tech Pro.url
 
[Setup]
AlwaysRestart=yes
PrivilegesRequired=admin
AppName={#MyAppName}
AppVerName={#MyAppVerName}
AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
AppCopyright=Copyright