Bugs item #1680946, was opened at 2007-03-14 19:34 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1680946&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: Closed >Resolution: Out of Date Priority: 5 Private: No Submitted By: John Vottero (jvottero) Assigned to: Scott Kurtzeborn (scotk) Summary: NativeImage fails when platform=all Initial Comment: If you specify platform="all" in a NativeImage element, when the resulting msi is installed it tries to run ngen from the Framework64 directory even when the 64 bit Framework isn't installed. Here's a log file fragment: ExecNetFx: Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42 ExecNetFx: Copyright (C) Microsoft Corporation 1998-2002. All rights reserved. ExecNetFx: Installing assembly C:\Program Files\MVPSI\JAMS\Client\JAMSWin.exe ExecNetFx: Error 0x80070003: Command failed to execute. ExecNetFx: Error 0x80070003: failed to execute Ngen command: C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\ngen.exe install "C:\Program Files\MVPSI\JAMS\Client\JAMSWin.exe" /queue:3 Action 15:19:11: Rollback. Rolling back action: ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2007-03-15 05:38 Message: Logged In: YES user_id=26581 Originator: NO Platform="all" always tries both 32 and 64. A change made in late February prevents a missing platform from causing CA failure. Try any weekly build released in March or later. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1680946&group_id=105970 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
