I used 2012 spring to create basic msi project.
I have to create a localized folder under "Public Documents", let's say "My Product Data". To complete this:
- created directory with a dummy name "My Product Data" & identifier "MY_PRODUCT_DATA" under "Public Documents".
- created localizable property [MyProductDataFolder].
- created custom action type 35 (Set Directory) with identifier "MY_PRODUCT_DATA", value [MyProductDataFolder] and scheduled it for exec sequence after CostFinalize.
Installation aborts with error 1606: Could not access network location 'My Product Data'.
What I am doing wrong? Google does not help...
:confused:
I have to create a localized folder under "Public Documents", let's say "My Product Data". To complete this:
- created directory with a dummy name "My Product Data" & identifier "MY_PRODUCT_DATA" under "Public Documents".
- created localizable property [MyProductDataFolder].
- created custom action type 35 (Set Directory) with identifier "MY_PRODUCT_DATA", value [MyProductDataFolder] and scheduled it for exec sequence after CostFinalize.
Installation aborts with error 1606: Could not access network location 'My Product Data'.
What I am doing wrong? Google does not help...
:confused: