Frank Tse wrote:

The current behavior is that when the dll was not put in GAC due to the same version already in GAC, the ngen action didn’t happen.  I have tried adding a custom action that calls ngen.exe as below.


Please don't do it that way. As written, you don't handle rollback or uninstall. Folks from the Visual Studio and WiX teams spent a lot of time to get that behavior right. You can't change how .NET treats assemblies with the same strong name but having the option to not fail on an uninstall is a reasonable feature request. Please file it and we can take a look at adding it.


-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
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-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to