Removing an assembly from the filesystem in a setup project

  • Thread starter Thread starter Pat Moran
  • Start date Start date
P

Pat Moran

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

Pat
 
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.
 
Back
Top