I have a Desktop app that is distributed via a NSIS installer. During the install it runs NGEN on the host machine. Recently I got some bugs where I see a System.MissingMethodException, which I suspect is somehow related to the NGEN.
I would like to add a step in the installer to do an uninstall of the previous NGENd files during the next update because the previous version did have the NGEN install but did not have the NGEN uninstall during the uninstall phase. Therefore a user uninstalling the app will be left with NGEN artifacts on their machine which I probably have to programmatically remove rather than using NGEN uninstall during the next install.
Someone say the NGENd files are in C:\Windows\assembly but they're definitely not there in my case. I searched the whole drive by filename before and after the NGEN install and there's absolutely no difference. I was expecting to find some MyExecutable.ni.exe or MyLibrary.ni.dll.