Bugs item #1848752, was opened at 2007-12-11 11:41 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=1848752&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 Resolution: None Priority: 5 Private: No Submitted By: Doug S (tpaxatb) Assigned to: Scott Kurtzeborn (scotk) Summary: NativeImage CA never runs Initial Comment: When installing an application and calling ngen, the custom action ngen fails. The reason for this seems to be the CA scheduler's use of the MsiAssembly table to determine whether the assembly to be ngen'ed is installing into the GAC. The scheduler is examining `MsiAssembly`.`File_Manifest` to determine the assembly's installation status into the GAC; however, MSDN states that the determination is made by the `MsiAssembly`.`File_Application` column. When no manifest is specified for non-gac'ed assemblies, the scheduler incorrectly thinks that the assembly is being installed into the GAC, thus causing the ngen to ultimately fail. Workarounds seem to be to ensure an application base is specified in the NativeImage element, or to ensure that a manifest is specified for assemblies not in the GAC. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1848752&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
