Click here to Skip to main content
16,018,534 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project i build the project. I want to copy the assembly into gac using MS Installer 3.1. How to copy the assembly into gac using MS Installer step by step.

thank you.
Posted

1 solution

Create a Setup project from File > New Project > Other Project Types > Setup and Deployment > Visual Studio Installer > Setup Project.

right click on your new setup project once you have created it. Left click on view > file system.

You should see a folder called Global Assembly Cache Folder (If not you can right click and create one from the "Add special folder"). Right click on this and select add > assembly / file.

Once this is installed the assemblies will be copied into the GAC
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900