Re: [WiX-users] Changing the drive letter

2007-04-17 Thread Lorne Laliberte
>Hello, I've read through the tutorial and researched the Help file, but I am unable to find out how one changes the drive letter to which a program will be installed. I assume it's possible. For example I want to install something to my D:\ partition. Can somebody point out how to do this? I d

Re: [WiX-users] Changing the drive letter

2007-04-17 Thread Brett Kapilik
Changing the drive letter is usually up to the user at runtime. You specify something like Program Files\Whatever and then let the user change the location if they want to. Do you have a specific need to hard-code a drive letter into the installer? Perhaps if you can expand on what you are trying t