Home > Archive > Programming with dBASE > June 2005 > runtime .exe









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author runtime .exe
Moses Hanna

2005-06-30, 9:23 am

Hi
I am trying to deploy an application with the project explorer
I always get and error message that file runtime.exe or file runtime.txt are
not found.
Can anybody help me and show me where to put those files to be seen by the
Inno procedure?
Or tell me where can I find some reading about that
thanks
Moses


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


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com