charlesmac
MIS
Hello,
I am using a tool called Inno setup and Compilier and I
believe it is written in Borland-Delfi code.
I am trying to compile and executable on Inno setup and
it stops me with "Unrecognized parameter name "Source".
What I am trying to do is include a few tables of foxpro
in my executable and you can see the code below:
It stops compiling right at the word "Source". I appreciate any help and thank you.
Source: DATA\codetable.cdx; DestDir: {app}\DATA
Source: DATA\codetable.DBF; DestDir: {app}\DATA
Source: DATA\contactcategories.DBF; DestDir: {app}\DATA
Source: DATA\contacts.DBF; DestDir: {app}\DATA
Source: DATA\contacts.FPT; DestDir: {app}\DATA
Source: DATA\dex.CDX; DestDir: {app}\DATA
Source: DATA\dex.DBF; DestDir: {app}\DATA
Source: DATA\dex.FPT; DestDir: {app}\DATA
Charlesmac
wnscc@wnscc.org
I am using a tool called Inno setup and Compilier and I
believe it is written in Borland-Delfi code.
I am trying to compile and executable on Inno setup and
it stops me with "Unrecognized parameter name "Source".
What I am trying to do is include a few tables of foxpro
in my executable and you can see the code below:
It stops compiling right at the word "Source". I appreciate any help and thank you.
Source: DATA\codetable.cdx; DestDir: {app}\DATA
Source: DATA\codetable.DBF; DestDir: {app}\DATA
Source: DATA\contactcategories.DBF; DestDir: {app}\DATA
Source: DATA\contacts.DBF; DestDir: {app}\DATA
Source: DATA\contacts.FPT; DestDir: {app}\DATA
Source: DATA\dex.CDX; DestDir: {app}\DATA
Source: DATA\dex.DBF; DestDir: {app}\DATA
Source: DATA\dex.FPT; DestDir: {app}\DATA
Charlesmac
wnscc@wnscc.org