Bugs item #1411115, was opened at 2006-01-20 12:51
Message generated for change (Comment added) made by derekc
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1411115&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: light
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: Paul Gunn (paulgunn)
>Assigned to: Derek (derekc)
Summary: 'WindowsFolder' property being improperly modularized

Initial Comment:

This appears when upgrading from sources-2.0.2613. 
Previously in common.cs, 'WindowsFolder' was returned 
from IsStandardProperty (in addition to 
IsStandardDirectory) - no longer. Now cases where the 
property was being used are failing. example:

<Property Id="DOTNETFOLDER">
<DirectorySearch Id="DotNetFolder" 
Path="[WindowsFolder]
Microsoft.NET\Framework\v1.1.4322" Depth="0" />
</Property>

I can workaround by adding:
<IgnoreModularization Name="WindowsFolder" 
Type="Property" />

However that really shouldn't be necessary IMO

----------------------------------------------------------------------

>Comment By: Derek (derekc)
Date: 2006-01-20 22:16

Message:
Logged In: YES 
user_id=518766

WiX is doing the correct thing, please see:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/authoring_merge_module_directory_tables.asp

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1411115&group_id=105970


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to