 | | From: | Brian | | Subject: | database dir question | | Date: | Wed, 15 Dec 2004 16:42:45 -0600 |
|
|
 | with installshield there was an option that allowed me to set an appication data directory. Is there the same sort of option within Inno Setup?
I have an application database folder that gets generated by my exe upon execution into that database dir location as it is set within Installshield. This dir is parallel to the {app} location. I really need some help on this. any ideas?
Brian
|
|
 | | From: | Martijn Laan | | Subject: | Re: database dir question | | Date: | Wed, 15 Dec 2004 23:48:13 +0100 |
|
|
 | Hi,
Brian wrote: > with installshield there was an option that allowed me to set an appication > data directory. Is there the same sort of option within Inno Setup?
Yes, see the CodeDlg.iss example script.
Greetings, Martijn Laan -- // Live Good. Do Right. Ride Hard. // // Inno Setup QuickStart Pack: http://www.jrsoftware.org/isdl.php#qsp // My Inno Setup Extensions: http://isx.wintax.nl
|
|
 | | From: | Gavin Lambert | | Subject: | Re: database dir question | | Date: | Thu, 16 Dec 2004 13:10:44 +1300 |
|
|
 | Martijn Laan wrote: > Yes, see the CodeDlg.iss example script.
And if you're new to custom pages, upgrade to IS5 first. It's much easier to understand there :)
|
|