Question

I'm trying to figure out how to deal with installation and deployment of our project which is a framework. Typically developers would install the framework and then have their .Net applications reference our dlls.

The framework has 2 levels:

  1. A number of native C++ dlls
  2. Some C++\CLI and C# assemblies (all are dlls) that reference the native dlls

I want to provide an installer that puts the .Net assemblies in the GAC and installs the native assemblies in the WinSxS folder. So far I haven't been able to find much info about installing SxS assemblies. I know it can be done using MSI, and I was wondering if anyone knows how to do it with WiX or with some other installer tool.

I believe this cannot be done using the Visual Studio setup projects.

No correct solution

OTHER TIPS

I did a search in the wix mailing pile and "Tutorial: How to install files into WinSxS" came up. Hope it's helpful to you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top