Script to change Action Sequence records in an MSI

前端 未结 3 1193
半阙折子戏
半阙折子戏 2020-12-09 13:57

To solve a problem listed here I\'ve got to change the InstallExecuteSequence .RemoveExistingProducts record in an MSI.

I want to do this as part of the build proces

3条回答
  •  伪装坚强ぢ
    2020-12-09 14:14

    The solution provided by Ryan addresses part of the issue I am facing. It does perform full uninstall, followed by install.

    However, I have another issue, in my case some of the programs are running in the background. Before the installer can run, the installer complains that some of the files are in use. And gives standard dialog box asking for either to close the application, or restart to complete updating.

    Is there a way, eg. a custom action or a setting, to kill the processes running in the background so that the installer goes smoothly?

提交回复
热议问题