[WiX-users] Upgrading from Wix 3.5 to 3.8 and Visual Studio 2013

2014-07-28 Thread Chetan Dabade
Hi all, I am working on task which includes upgrading Visual Studio 2010 to 2013 as well as upgrading WiX 3.5 to WiX 3.8. I have the basic knowledge of WiX and i am not the expertise as such. Conversion of .NET projects were successful, however in case of WiX projects conversion from 3.5 to 3.8

Re: [WiX-users] Upgrading from Wix 3.5 to 3.8 and Visual Studio 2013

2014-07-28 Thread Chetan Dabade
Hi all, I found the issue and fixed it. The issue was under each .wixproj file the value of $(WixToolPath) was referring to older version of Wix (.i.e 3.5) WixToolPath$(ProgramFiles)\Windows Installer Xml v3.5\bin\/WixToolPath I re-visited each individual projects unloaded it, edit the

Re: [WiX-users] Upgrading from Wix 3.5 to 3.8 and Visual Studio 2013

2014-07-28 Thread Bob Arnson
On 28-Jul-14 08:51, Chetan Dabade wrote: i scanned my whole machine but couldn't find file *Common.wxs* and in addition under Installer.wxs file there is a variable declared as: *WixVariable Id=WixUICostingPopupOptOut Value=1 Overridable=yes /* while googling i found the above mentioned