https://sourceforge.net/tracker/?func=detail&aid=3524986&group_id=105970
&atid=642714
Logged.
I could always start submitting these under a custom fork if it would
make it easier (since I am making the changes locally to test), but to
be honest I haven't tested to see if codeplex would allow me a second
fork after my Instances short sight. I'm thinking an instances branch
off of a hoover fork would make a boat load more sense. Hind sight is
always 20-20.
From: Blair [mailto:os...@live.com]
Sent: Tuesday, May 08, 2012 1:07 AM
To: 'Windows Installer XML toolset developer mailing list'
Subject: Re: [WiX-devs] Unable to compile 3.6 from tip
Yes, please log a bug.
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: Monday, May 07, 2012 8:44 AM
To: wix-devs@lists.sourceforge.net
Subject: [WiX-devs] Unable to compile 3.6 from tip
Initially asked to wix-users, as I assumed I was doing something wrong:
http://sourceforge.net/mailarchive/message.php?msg_id=29204249
With the proper prerequisites, I am unable to compile as is from HG.
After lots of hair pulling, I've tracked it down to some bad project and
Nant settings.
SQL Server CE Include files are in C:Program Files(x86)...
global.include
<readregistry key="SOFTWARE\Microsoft\Microsoft SQL Server Compact
Edition\v3.5\NativeDir" hive="LocalMachine" property="SQLCEDir"
failonerror="false" />
<if test="${not property::exists('SQLCEDir') or SQLCEDir == '' or
not directory::exists(SQLCEDir)}">
<readregistry key="SOFTWARE\Microsoft\Microsoft SQL Server Compact
Edition\v3.5\NativeDir" hive="LocalMachine" property="SQLCEDir"
failonerror="false" />
</if>
Should be
<readregistry key="SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL
Server Compact Edition\v3.5\NativeDir" hive="LocalMachine"
property="SQLCEDir" failonerror="false" />
<if test="${not property::exists('SQLCEDir') or SQLCEDir == '' or
not directory::exists(SQLCEDir)}">
<readregistry key="SOFTWARE\Microsoft\Microsoft SQL Server Compact
Edition\v3.5\NativeDir" hive="LocalMachine" property="SQLCEDir"
failonerror="false" />
</if>
And
toolsrc/DocCompiler/DocCompiler.csproj
<PlatformTarget>x86</PlatformTarget>
toolsrc/MsgGen/MsgGen.csproj
<PlatformTarget>x86</PlatformTarget>
toolsrc/GenerateWixInclude/GenerateWixInclude.csproj
<PlatformTarget>x86</PlatformTarget>
If I simply delete these 3 lines, I can again build using "make.bat
debug clean" followed by "make.bat debug".
Should this be logged as an issue?
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs