WiX - trying to figure out install sequences

前端 未结 4 1847
我寻月下人不归
我寻月下人不归 2021-02-04 19:28

I\'m installing a large app, and part of it is a custom written tool called \"DbUpdateManager\" to mass execute SQL scripts against our target database.

Right now, the W

4条回答
  •  遇见更好的自我
    2021-02-04 20:19

    Try getting a log file of the Installation, and look for the sequence order in there and the value of the condition to perform the Custom Action

    Use this in the command line: msiexec /i [msiname] /l*v [filename]

    EDIT: After reading your comment have a look at this page here you could try to add NOT INSTALLED in the condition

    EDIT2: I found this page Search for your error Number 1631

提交回复
热议问题