Hello,
Yes, you can do that. You can create a
property based folder using a property having its value set to the desired path. Here are the steps to proceed:
1. go to "Install Parameters" page and add a new
public property (e.g. MY_PROP)
2. go to "Files and Folders" page and create a property based folder using the "MY_PROP" property
3. go to "Custom Actions" page and add a
"Set installer property" custom action with sequence, scheduled after "Wizard Dialogs Stage -> Searches" actions group, like this:
- Property: MY_PROP
Value: [WindowsVolume]Users\[LogonUser]\custom_folder\mydata
4. select the above custom action and, while keeping the [SHIFT] key pressed, drag and drop it under "Install Execution Stage -> Searches" actions group (the custom action will be shared between both execution stages)
5. build and test the project
All the best,
Daniel