Removing an assembly from the filesystem in a setup project

P

Pat Moran

How do I remove an assembly that has been added to the filesystem view of a
Visual Studio setup project.

Pat
 
L

Leon Mayne

Pat Moran said:
How do I remove an assembly that has been added to the filesystem view of
a
Visual Studio setup project.

If you added it manually then just right-click and select delete. If it was
added automatically because another assembly references it then you need to
change the file's 'Exclude' property to true.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top