Feature Requests item #1760003, was opened at 2007-07-24 18:17 Message generated for change (Comment added) made by heaths You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1760003&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: extensions Group: None Status: Open Priority: 5 Private: No Submitted By: Heath Stewart (heaths) Assigned to: Nobody/Anonymous (nobody) Summary: NativeImage table should also process assembly names Initial Comment: The <NativeImage/> element and associated table should be modified to also NGEN assembly names for cases when assemblies dependent on those assemblies in a package are being updated. Assemblies not explicitly queued that must be NGEN'd (because their roots just got updated by this product or patch package) are queued at priority 3 which are processed when the machine is idle; otherwise, a user must run "ngen executeQueuedItems" after install from an elevated console (or any similar workarounds) to get everything updated immediately. More information available at http://blogs.msdn.com/heaths/archive/2007/07/13/kb928365-for-ms07-040-leaves-some-managed-applications-sluggish.aspx. ---------------------------------------------------------------------- >Comment By: Heath Stewart (heaths) Date: 2007-07-24 18:19 Message: Logged In: YES user_id=1335104 Originator: YES The table definition for NativeImage is currently: --- File_ Attribute Priority s72 I2 I2 NativeImage File_ --- We would want to make it something like the following: --- File_ AssemblyName Attribute Priority s72 s255 I2 I2 NativeImage File_ AssemblyName --- ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1760003&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
