cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Gary_Clark
Level 3

Creation of new folder on C: drive.

Hello,

I am trying to create a folder on install. I want this folder to be C:\newfolder.
Ok so what I've been doing is Clicking on "Destination Computer" under application Files and simply adding the folder.

The majority of installs this was working just fine. Then I had a machine where the disk was logically partition E:(FAT) and then C:(NTFS). The folder was being created on the E: drive.

How can I enforce that the folder on install is created on the C: drive.

Thanks,
Garyc
Labels (1)
0 Kudos
(2) Replies
cnpitroda
Level 5

Do you mean by C drive as a window drive?

If you want to create a folder in windows directory then you can use

WinDisk variable.
0 Kudos
thepeter
Level 7

You need to specify the ROOTDRIVE property and set it's value to C:\
Otherwise the hdd with most disk space is used.
0 Kudos