
Best Answer AlexPilon , 27 February 2015 - 19:03
Nevermind, found another way to do it

Best Answer AlexPilon , 27 February 2015 - 19:03
Nevermind, found another way to do it
Posted 26 February 2015 - 22:31
Hi all, me again!
I'm struggling a bit with the control conditions.
Basically, here's the situation: The software will install database files only if they are not present where the client will direct the installation.
At the end of the installation sequence, I'm configuring kind of a "summary" of the installation configuration that was chosen by the customer.
I created a few different text controls that will (or won't) show up, all depending on the type of installation.
How would I go about setting a condition for a text control so it can verify whether the [INSTALLDIR] property's directory is present ? (let'S say my INSTALLDIR is C:\CMEQDB, I want a specific text to show up if it is present on the customer's computer).
Would just putting INSTALLDIR EXIST (or EXISTS) work ?
Thanks!