Re: [WiX-users] WIX_TEMP

2009-11-28 Thread Rob Mensching
What kind of documentation are you looking for? WIX_TEMP is an environment variable that will tell the WiX tools to use that instead of TEMP. On Tue, Nov 24, 2009 at 12:12 AM, wrote: > Hi, > Do we have any documentation for the this one. I search on net and find > only one line description in li

Re: [WiX-users] Migrate from WIX 2.0 to WIX 3.0 to make it compatible with MSBUILD

2009-11-28 Thread Rob Mensching
I wrote this a while ago: http://robmensching.com/blog/posts/2009/7/7/Tips-on-how-to-upgrade-from-WiX-v2-to-WiX-v3 On Fri, Nov 27, 2009 at 7:01 PM, Blair wrote: > .wixproj files are simply msbuild project files. > > WixCop.exe can help migrating projects from 2.0 to 3.0 > > Are you saying that y

Re: [WiX-users] Bug causing ICE 17 failure

2009-11-28 Thread Rob Mensching
It has been a long time since we found a dependency between tables that wasn't automatically added by the WiX toolset. Is it possible that a ControlCondition table is required by the ICEs whenever there is a Dialog table... or something screwy like that? On Fri, Nov 27, 2009 at 3:41 PM, Bob Arnson