Bugs item #1411115, was opened at 2006-01-20 15:51 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Submitted By: Paul Gunn (paulgunn) Assigned to: Nobody/Anonymous (nobody) 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 ---------------------------------------------------------------------- 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
