This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Getting target path?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 24, 2008
02:32 AM
Getting target path?
How can i get the component's path in an immediate custom action?
In an immediate custom action i need to get the full path where a component will be installed.
I am using [#filekey] and MsiFormatRecord but if the component is absent(not yet installed) the path is empty.
Thanks in advance
In an immediate custom action i need to get the full path where a component will be installed.
I am using [#filekey] and MsiFormatRecord but if the component is absent(not yet installed) the path is empty.
Thanks in advance
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 24, 2008
03:32 AM
Component has a destination, a directory identifier in Directory table. You may want to use that instead. Note: after CostFinalize action though.