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
- :
- Re: appending a folder to DestinationFolder
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 22, 2017
10:48 AM
appending a folder to DestinationFolder
I need to append a folder to a custom destination path returned by the dialog DestinationFolder. Is there an easy way to do this in the IDE?
The resulting path would be:
custom_path/my_appended_folder/my_product_install_folder/
The resulting path would be:
custom_path/my_appended_folder/my_product_install_folder/
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 28, 2017
05:52 AM
Ken Alverson wrote:
I need to append a folder to a custom destination path returned by the dialog DestinationFolder. Is there an easy way to do this in the IDE?
The resulting path would be:
custom_path/my_appended_folder/my_product_install_folder/
I figured out how to do this, but was surprised to find out via the log file that there were many internal properties containing the install path I did not know about that also had to be modified. When my first install failed to install everything in the appended folder, I found in the install log many other paths being setup to what looked like feature or component named properties. Once I added code to modify all the ones in the log file, the next install worked as expected.
