Wednesday, September 23, 2009

Installing a Strong name signed assembly into the Windows GAC using MSI

Simple Steps:

1. Create a setup project.
2. Right click on the installer project and go to view the File System
3. Right click in the left pane and add Global Assembly Cache "special folder"
4. Click on the GAC folder and add the assembly or project output (make sure all is strong named otherwise the installer will fail).

No comments:

Post a Comment