|
Home > Archive > dBASE Deployment > September 2005 > Inno setup and Script Maker
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 |
Inno setup and Script Maker
|
|
|
| I'm trying to use Script Maker to setup a deploy of a db2k 0.1 build 1608
app.
In the section where I specify the dbase runtime engine files, whenever I
specify the version info. (in my case, db2k 0.1 build 1608), and then try to
save the script, I get the message: "Please choose actual dBase version!"
When I browse to specify the name of the dbase runtime file (in my case,
it's db2krun.exe), I get the following message:
"Wrong filename.... Must be: db2kruntimeengineNNN
N_XX.exe"
Helps or hints?
Thanks,
Lee Camp
| |
| Martin Lambert 2005-09-27, 3:23 am |
| Inno script builder is looking for the runtime engine installer, not only
the runtime executable. It should and must be db2kruntimeengine160
8_EN.exe
or something similar.
<lee.camp@lipscomb.edu> a écrit dans le message de news:
9tUJP$twFHA.1232@news-server...
> I'm trying to use Script Maker to setup a deploy of a db2k 0.1 build 1608
> app.
>
> In the section where I specify the dbase runtime engine files, whenever I
> specify the version info. (in my case, db2k 0.1 build 1608), and then try
> to save the script, I get the message: "Please choose actual dBase
> version!"
>
> When I browse to specify the name of the dbase runtime file (in my case,
> it's db2krun.exe), I get the following message:
>
> "Wrong filename.... Must be: db2kruntimeengineNNN
N_XX.exe"
>
> Helps or hints?
>
> Thanks,
>
> Lee Camp
>
>
>
| |
| Jonny Kwekkeboom 2005-09-27, 3:23 am |
| Hi,
> "Wrong filename.... Must be: db2kruntimeengineNNN
N_XX.exe"
--
As Martin write it must be the Runtim ENGINE Installer ...
This file can be found on dB2K CD or can be downloaded by dbase.com (I
think)
cu
Jonny
| |
| Lee Camp 2005-09-27, 8:23 pm |
| I found db2kRuntimeEngine_EN
.exe on the db2k CD. I (a) copied that into my
BIN folder, and pointed script-maker to it; and (b) specified the version
db2K 0.1 Build 1608 in the drop-down combo, and then when I try to save the
project, I still get the message, "Please choose actual dBase version!"
followed by "Please check the filename" followed by "Not the right build
file."
What else might I try?
Thanks, Lee
"Martin Lambert" < lambertmartin@videot
ron.ca> wrote in message
news:uvQl1AxwFHA.2096@news-server...
> Inno script builder is looking for the runtime engine installer, not only
> the runtime executable. It should and must be db2kruntimeengine160
8_EN.exe
> or something similar.
>
>
> <lee.camp@lipscomb.edu> a écrit dans le message de news:
> 9tUJP$twFHA.1232@news-server...
>
>
| |
| Martin Lambert 2005-09-28, 3:23 am |
| Then look under scriptmaker folder you should have one called include and in
this folder you'll see dbaseruntime.txt. Open this file and change all
relations to runtime engine according to your version.
"Lee Camp" <lee.camp@lipscomb.edu> a écrit dans le message de news:
Sy1vEf5wFHA.2096@news-server...
>I found db2kRuntimeEngine_EN
.exe on the db2k CD. I (a) copied that into my
>BIN folder, and pointed script-maker to it; and (b) specified the version
>db2K 0.1 Build 1608 in the drop-down combo, and then when I try to save the
>project, I still get the message, "Please choose actual dBase version!"
>followed by "Please check the filename" followed by "Not the right build
>file."
>
> What else might I try?
>
> Thanks, Lee
>
>
> "Martin Lambert" < lambertmartin@videot
ron.ca> wrote in message
> news:uvQl1AxwFHA.2096@news-server...
>
>
| |
| Jonny Kwekkeboom 2005-09-28, 7:23 am |
| Hi,
will look what happend here...
Perhaps msgbox will displayed (and dont needed) ?
cu
Jonny
| |
| Jonny Kwekkeboom 2005-09-28, 7:23 am |
| Hi,
copy the file to a new created "Runtime" folder in dbase root folder...
Perhaps this will do it ...
cu
Jonny
| |
| Jonny Kwekkeboom 2005-09-28, 7:23 am |
| Hi,
this settings will work for me...
Change folder to your Right engine file ! and Scriptmaker folder !
cu
Jonny
[dBASERuntime]
#define SM_dBASERuntime "true"
#define dBPlus "false"
#define dBSeparat "false"
#define Resource "false"
#define dBASELang "EN"
#define dBaseRuntimeDir "X:\Program
files\dBASE\dB2K\bin
\db2kRuntimeEngine_E
N.exe"
#define dBaseBuild ""
#define dBaseVersion "0100"
#define dBDestName "dBASERuntime.exe"
#define SepDestDir "{app}"
#define BDEGroupEntries "false"
#define BDEVersion "5202"
#define dBProgressbar ""
#define dBProgressbox ""
#define dBSilent ""
#define dBDestRuntime ""
#define dBDestBDE ""
#include "X:\Program files\ScriptMaker\In
clude\dbaseRuntime.txt"
|
|
|
|
|