I am writing a small installer and I want to make a directory on a partition D:
besides the main installation folder is on partition C:
. How can I do that?
Asked
Active
Viewed 681 times
0

Yan Sklyarenko
- 31,557
- 24
- 104
- 139

Sebastian Brestin
- 473
- 4
- 12
-
Maybe similar question could give a hint - [WIX: copy file to custom dir in another partition](http://stackoverflow.com/questions/9902980/wix-copy-file-to-custom-dir-in-another-partition) – alex.b Jul 23 '12 at 14:22
-
Similar question regarding creating folders: http://stackoverflow.com/questions/10860731/how-to-create-a-directory-in-wix – BryanJ Jul 23 '12 at 19:51
-
possible duplicate of [Is it possible to have two root directories in WIX](http://stackoverflow.com/questions/5269990/is-it-possible-to-have-two-root-directories-in-wix) – Yan Sklyarenko Jul 24 '12 at 06:36