| Michael Nunn 2005-06-30, 8:23 pm |
| Moses Hanna wrote
> I always get and error message that file runtime.exe or file runtime.txt
> are
> not found.
I don't know the answer to your question about Project Explorer, but you
could just edit the Inno script file and insert the appropriate variation of
the following code in the Files and Run sections:
Under:
[Files]
Source: "C:\.. \dBASEPlusRuntimeEng
ine1755.exe"; DestDir: "{tmp}"; Flags:
ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
Under
[Run]
FileName: "& #123;tmp}\dBasePlusR
untimeEngine1755.exe"; Flags: postinstall
The source directory is wherever your RunTime file is on your system.
You may not have the same version of Runtime - if not, substitute the
correct file name.
I have not been using the Project Explorer - it seems easy enough to copy
the application files I need to a new folder and pick them up from there
with the Inno Wizard. But that could be heretical.
Mike
|