Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为我的 wpf 应用程序创建了安装程序。安装我的应用程序后,它会打开我的应用程序的一个窗口。现在我想给他在那个窗口上卸载这个当前应用程序的选项。
在c#中可能吗?
怎么做?
你能不能只从一个按钮启动卸载程序
Process.Start("uninstaller.exe");