On 7/25/06, Rodney Dixon <[EMAIL PROTECTED]> wrote:
I'm very new to Inno so I haven't used Scripts yet.  I compile this into
my install script and I get Unknown identifier OldExe.  Is OldExe a
variable that holds the path to the old executable?

D'oh! Here's the constants used in this snippet.:

[Code]
const
        OldExe = '{pf}\Inventory Query\inventory_query.exe';
        MinimumOldExeVersionMS = (2 shl 16) or 0;
// Other constants  as needneeded
var
// Global variables go here

function InitializeSetup(): Boolean;
// etc, etc


I have another question.  My current package uses VFP9, if I apply SP1
and rebuild will the script handle upgrading any installations that have
RTM or are there flags to set to make sure that runtime stuff gets
upgraded too?


Hmm, good question. I went straight from vfp7 to vfp9 sp1, so I
haven't actually had to do this, but as long as you mind which flags
you use in the [files] section you should be OK.

In fact, now that you mention it I do see my runtimes are flagged with
'onlyifdoesntexist'. This probably will come back to haunt me when the
nexe SP comes out...


--
Dave Thayer
Denver, CO


_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to