Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Script to remove the 'Disk Cost' button from the 'Select Installation Folder' window on msi installation visual studio 2010.
Posted
Updated 24-Sep-13 18:08pm
v2
Comments
Sergey Alexandrovich Kryukov 24-Sep-13 10:28am    
I just wonder why?
—SA

1 solution

Just an alternative advice: as Visual Studio "Setup project" template is about to be deprecated, consider switching to better installation project framework. I would strongly advise open-source WiX, where you have a lot of freedom (and, by default, the button you don't like is absent):
http://en.wikipedia.org/wiki/WiX[^],
http://wixtoolset.org/[^].

Actually, it is more legitimate then existing "Setup" project type: it is fully integrated to comply with MSBuild project file standard and provides smoothest integration in Visual Studio, again, using standard definitions of project properties (Configuration, Platform). Compared to that, existing "Setup project" type is just the outlaw.

—SA
 
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