Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Find installation directory
Message
De
19/07/2004 14:50:03
 
 
À
19/07/2004 13:34:02
Allen Hanna
H. A. Hanna Associates
Indianola, Indiana, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
InstallShield
Divers
Thread ID:
00925818
Message ID:
00925888
Vues:
13
>>>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")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform