cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ningchen
Level 4

Install some components to "My Documents"

I want to install some components of our product to a folder in "My Documents" by default, just like Visual Studio has a folder in "My Documents". But I saw that Installshield Files and Folders view doesn't have "My Documents" for the destination computer's folders. How can I do that in a basic MSI project without using the absolute path?
Labels (1)
0 Kudos
(1) Reply
Dan_Galender
Level 10

What you're calling the My Documents folder is know as PersonalFolder in the ISM and MSI files. In the Components view, you'll see that as one of the folders in the Destination drop-down. If you're using the Files and Folders view, if you don't see it, right-click on the Destination Computer and go to Show Predefined Folders and select [PersonalFolder]. This will "expose" that as a folder that you can drag and drop files to or create sub-folders beneath.
0 Kudos