Feature Requests item #1574887, was opened at 2006-10-10 23:07 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1574887&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 Submitted By: Frank Tse (fchtse) Assigned to: Nobody/Anonymous (nobody) Summary: ngen CA to have an option not to fail setup during uninstall Initial Comment: In my WiX file I have the following: <File Id='DLLInGACAndNgen' Name='MyAssembly.dll' DiskId='1' Source='MyAssembly.dll' Vital='yes' Assembly='.net' KeyPath='yes'> <netfx:NativeImage Id="Ngen" Priority="0"/> </File> If for whatever reason the same DLL had been in GAC (but not in native cache), setup would not install the DLL over the one already in GAC and did not do the ngen action. Setup continued and finished without error. However, during uninstall, it called the ngen action to uninstall the DLL. That failed because the DLL was not put in native cache through ngen during installation described above. Now the product cannot be uninstalled anymore. It would be great if we can specify the ngen action to not fail setup even when it could not uninstall the DLL from native cache. That could make the setup more robust. Thanks, Frank ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2006-10-13 04:37 Message: Logged In: YES user_id=26581 Port jkuhne's v2 changes to v3 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1574887&group_id=105970 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
