Can I disable uninstall confirmation message?

前端 未结 1 1734
春和景丽
春和景丽 2020-12-11 12:46

Basically the title says it all, can I skip Are you sure... message box part and run uninstall right away?

相关标签:
1条回答
  • 2020-12-11 13:49

    That message is not shown only if you run the uninstaller in silent or very silent mode. So only if you run uninstaller with /SILENT or /VERYSILENT command line parameters. If you're going to get rid of that message, you can create shortcuts with one of the mentioned parameters and optionally modify setup's registry key (e.g. My Program_is1) where you can append the parameter to the UninstallString key value. That will uninstall the application without this prompt even from control panel's applet.

    0 讨论(0)
提交回复
热议问题