- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- 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
- Email to a Friend
- 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
- Email to a Friend
- Report Inappropriate Content
Mar 28, 2011
12:47 AM
Thanks, I got it.
