I am developing some XBAP Applications that uses Fluent nHibernate and mshtml.
The problem is:
The size of the nHibernate.dll (2.080 KB) and Microsoft.mshtml.dll (7.826 KB)
I would like to create a Pre-requisites installer to my application, so it copies these files to GAC. So all my XBAPs that use these files can find them in GAC, and have the Publish folder size reduced to just the XBAP dlls.
Could somebody put an Inno Setup Example Script that does copies these assemblies to GAC?
My XBAP Publish was about 11 MB now it is about only 1.7 MB.
I used this Inno Setup Script (.iss):