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-21 10:38 Message: Logged In: YES user_id=518766 It will probably be a bit quicker/easier to discuss this via email rather than these bugs (plus more people will see the emails). Please start an email thread on wix-users. Also, please provide more detail about what you are building (is it an msi/msm), and why it doesn't work. You should try testing without IgnoreModularization - it should not be necessary for this scenario. ---------------------------------------------------------------------- Comment By: Paul Gunn (paulgunn) Date: 2006-01-21 08:05 Message: Logged In: YES user_id=1134262 Can you comment on the example? I can attest that it used to work in 2.0.2613 but no longer works in the current version of wix. Is there anything wrong with the example? I didn't see anything in the article quoted that specifically addressed this use case. ---------------------------------------------------------------------- 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
