[wix-users] Custom Exit Dialog errors

Joel Budreau joel.budreau at gmail.com
Wed Jul 13 08:01:14 PDT 2016


MSI can only have one dialog set to OnExit=“success” in each sequence. My guess is that if you want to add this CustomExitDlg, you’ll need to find the existing dialog that’s set to OnExit=“success” and drop it from your build.

- Joel
> On Jul 13, 2016, at 7:54 AM, Matsumura Risa (AA-AS/EOS32) <Risa.Matsumura at uk.bosch.com> wrote:
> 
> Hi all,
> 
> I've created a custom exit dialog but getting errors:
> 
> LGHT0204: ICE82: This action CustomExitDlg has duplicate sequence number -1 in the table InstallUISequence
> LGHT0204: ICE82: This action CustomExitDlg has duplicate sequence number -1 in the table AdminUISequence
> 
> 
> All I did was to create a custom dialog, then added:
> <InstallUISequence><Show Dialog="CustomExitDlg" OnExit="success" /> </InstallUISequence>
> 
> <AdminUISequence><Show Dialog=" CustomExitDlg " OnExit="success" Overridable="yes" /></AdminUISequence>
> 
> and <Publish Dialog="CustomExitDlg" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
> 
> Has anyone come across the same problem before? Any help appreciated.
> 
> Thank you,
> Risa
> 
> 
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/



More information about the wix-users mailing list