Tagged Questions
2
votes
1answer
389 views
Visual Studio Setup Projects: Cleartype
I use a Visual Studio Setup project to create an installer for some assemblies. However, the fonts the installer uses are always aliased, and don't appear to be the Windows standard.
(Note that ...
1
vote
2answers
3k views
Can we instruct Visual Studio Setup to keep existing files for re-install?
I have a Windows Forms application with an installer (.msi) already created with Visual Studio. I am now creating a new installer for version 2.0 with the property RemovePreviousVersions set to true.
...