Re: [WiX-users] How to change the installation to point to C:\

2009-11-21 Thread Neil Sleightholm
If you wanted to make it simpler you could use ROOTDIR which is the drive with the most free space. Neil Neil Sleightholm n...@x2systems.com On 21 Nov 2009, at 00:54, "dB." wrote: > It's tricky. There's a product out there that belongs to a very big > corporation (not Microsoft), that has

Re: [WiX-users] How to change the installation to point to C:\

2009-11-20 Thread dB .
It's tricky. There's a product out there that belongs to a very big corporation (not Microsoft), that has severe complications when you tell it that it should be putting logs into a path with parenthesis. Because we need those logs, we needed to put our software into a path without parenthesis.

Re: [WiX-users] How to change the installation to point to C:\

2009-11-03 Thread Wilson, Phil
m: Anu Dev [mailto:queryl...@yahoo.com] Sent: Tuesday, November 03, 2009 10:07 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] How to change the installation to point to C:\ Sorry for not being clear..   I would like to have the installation in my custom folder "XYZ&

Re: [WiX-users] How to change the installation to point to C:\

2009-11-03 Thread Anu Dev
ery urgent :( Regards Anweshi From: "Wilson, Phil" To: General discussion for Windows Installer XML toolset. Sent: Mon, November 2, 2009 10:56:18 PM Subject: Re: [WiX-users] How to change the installation to point to C:\ What's special about the C:

Re: [WiX-users] How to change the installation to point to C:\

2009-11-02 Thread Wilson, Phil
What's special about the C: drive? Maybe you need the ROOTDRIVE or WindowsVolume property. Phil Wilson -Original Message- From: Anu Dev [mailto:queryl...@yahoo.com] Sent: Monday, November 02, 2009 6:49 AM To: WIX Subject: [WiX-users] How to change the installation to point to C:\ Hi