标签: c# .net visual-studio-2010 windows-7 setup-deployment
我正在使用Visual Studio 2010部署使用.NET Framework 4.0 CP的C#编写的应用程序。我想在应用程序文件夹中包含卸载选项。我已经尝试创建 msiexec.exe 系统文件的快捷方式,但这对我来说并没有真正起作用,除了我在早期的操作系统上听说过(我在Win7上)它可能会导致问题
我注意到可以使用与安装程序相同的设置卸载程序。所以现在我试图在应用程序文件夹中包含或创建安装文件。我怎样才能实现这一目标?
答案 0 :(得分:0)
已在这里回答:
http://sivanandareddyg.blogspot.com/2012/06/creating-uninstall-shortcut-for-your.html
How to include Uninstall MyProgram.exe in visual studio while creating package in c#
http://www.c-sharpcorner.com/uploadfile/nipuntomar/making-a-uninstall-shortcut-with-visual-studio-setup-project/