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 アプリケーションのインストーラーを作成しました。アプリケーションをインストールすると、アプリケーションのウィンドウが 1 つ開きます。今、私は彼に、そのウィンドウでこの現在のアプリケーションをアンインストールするオプションを提供したいと思います.
C#で可能ですか?
どうやってするか?
ボタンからアンインストーラーを起動することはできませんか
Process.Start("uninstaller.exe");