Re: [WiX-users] WiX Install path

2008-10-18 Thread Bob Arnson
Neil Sleightholm wrote: > This is not fixed in v3.0.4617.0 and I have reopened the bug. > Fixed it again, this time for real. (Mike and I both missed the WixUI_Advanced property.) -- sig://boB http://joyofsetup.com/ -

Re: [WiX-users] WiX Install path

2008-10-18 Thread Neil Sleightholm
AIL PROTECTED] Sent: 13 October 2008 07:00 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX Install path Yes. That way we won't forget about it... -Original Message- From: Neil Sleightholm [mailto:[EMAIL PROTECTED] Sent: Sunday, October 1

Re: [WiX-users] WiX Install path

2008-10-12 Thread Rob Mensching
Yes. That way we won't forget about it... -Original Message- From: Neil Sleightholm [mailto:[EMAIL PROTECTED] Sent: Sunday, October 12, 2008 08:53 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX Install path That's good I wouldn't

Re: [WiX-users] WiX Install path

2008-10-12 Thread Neil Sleightholm
That's good I wouldn't like to change the path for every release. Would you like me to raise bug? Neil -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 11 October 2008 21:32 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] W

Re: [WiX-users] WiX Install path

2008-10-11 Thread Bob Arnson
Neil Sleightholm wrote: > I have just updated to WiX v 3.0.4603.0 and the install location has > changed, it was "C:\Program Files\Windows Installer XML Toolset v3" and > it now "C:\Program Files\Windows Installer XML Toolset 3.0.4603.0". This > seems to have broken Visual Studio projects which are

Re: [WiX-users] WiX Install path

2008-10-11 Thread Neil Enns
I don't know whether the change was intentional, but to fix this you can edit the .wixproj file to redirect the location. See the "Using WiX with MSBuild" topic in the WiX.CHM for the property you need to set. Neil From: Neil Sleightholm [EMAIL PROTECTED] Sent:

Re: [WiX-users] WiX Install path

2008-10-11 Thread Michael Owings
I believe you can just change the value of the $(WIX) environment variable to point to the right place (at least this is the case with 2.0) Neil Sleightholm wrote: > I have just updated to WiX v 3.0.4603.0 and the install location has > changed, it was "C:\Program Files\Windows Installer XML Tool