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
- :
- create a folder under c driver
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
‎Mar 25, 2011
02:35 AM
Create a folder under c driver
Hello,
Could you please help to know how can I create a folder under c driver, just an example, I want to create a "c:\TestFolder" in basic msi project.
When I create a folder, sometime it will go to c driver, sometime go to D driver, I have no idear for this.
much thanks for your help
grace,
Could you please help to know how can I create a folder under c driver, just an example, I want to create a "c:\TestFolder" in basic msi project.
When I create a folder, sometime it will go to c driver, sometime go to D driver, I have no idear for this.
much thanks for your help
grace,
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 27, 2011
04:29 AM
It is not a good idea to hardcode a drive letter. If windows volume is what you need, you can use WindowsVolume property.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 28, 2011
12:47 AM
Thanks, I got it.