Inserting Custom Action between Dialogs (InstallUISequence) in WiX

前端 未结 1 513
独厮守ぢ
独厮守ぢ 2020-12-31 17:04

I have two custom dialog boxes (plus the required ones ExitDlg, FatalErrorDlg, etc.), the first one sets a property using an Edit control and the s

1条回答
  •  旧时难觅i
    2020-12-31 17:42

    Rather than scheduling the custom action in the InstallUISequence you can publish it on the button click:

    
       
       
           1
           1
       
    
    

    EDIT: The Publish element's condition needs to explicitly evaluate to true to run, so add "1" as the text of the Publish elements.

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