i just try visual studio c# 2010 express edition. According to the website, this express edition support simplified setup. Can someone explain to me how to use this feature in express edition ? Thank you.
"simplified Setup" means you can right click the Project and select Publish. It will create a setup.exe which you can use. Also you can right click the Project Properties and change a few settings for the Setup.exe file.
I think you have used this feature already during the setup of VS Express.
If you're looking to create setup and deployment projects, these aren't available in the Express edition of Visual Studio.
精彩评论