Hi,

Using build 3.6.1308.0 I came across a problem today where I wanted to use
heat on a reference project but the difference this time was to set it up on
a wix library which would be consumed later. What I noticed that it would
not run heat even when requested if the project type was a wix library. I am
unsure if this intentional due to any number of reasons, so I searched
through wix2010.targets and have noticed that the ConvertReferences target
has the following condition:
('$(OutputType)' == 'Package' or '$(OutputType)' == 'PatchCreation' or
'$(OutputType)' == 'Module' )

I put in "or '$(OutputType)' == 'Library'" and it seemed to mostly work
along with a few modifications, but I am concerned this was not enabled for
a reason?

So that I didn't need modified wix2010.targets flying around I instead
decided to use the BeforeBuild to set up the @(HarvestProject) item. I would
be interested to see this working in the future so wondering what the plans
were regarding this?

Thanks for your time and efforts,
Murray

(Sorry if this is a repost, it looks like the first email did not go
through.)
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to