Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find installation directory
Message
From
19/07/2004 14:50:03
 
 
To
19/07/2004 13:34:02
General information
Forum:
Visual FoxPro
Category:
InstallShield
Miscellaneous
Thread ID:
00925818
Message ID:
00925888
Views:
14
>>>Is there an API function that can return the directory that the user selects for installation using InstallShield Express? Could you give me a code example?
>>>
>>>Thanks!
>>
>>Don't know what you're trying to do but the following returns the path where your EXE is.
>>
>>
>>JUSTPATH(_VFP.ServerName)
>>
>
>Hi Fabian,
>
>Actually, we need to know what directory was selected during the installation and before the installation is completed. We need to run a "custom action" while still in InstallShield.
>
>Thanks,
>Allen


Here's what I use in a VB Script custom action:

sTargetFolder=Session.Property("INSTALLDIR")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform