Hi everyone, I have made a customize UI for my installer, and it works
perfectly. The only problem I have is after I install the installer once,
when I click on Installer for the second time the maintenance mode become
appear and it has buttons for removing or repairing the installer.

My Question is How Can I remove this maintenance mode from installer, so
every time user click on installer, it override the previous one and
re-install everything again.

Below are my Dialogs:

      <Publish Dialog="WelcomeDlg" Control="Next" Event="NewDialog"
Value="DemoDatabaseDlg">1</Publish>
      <Publish Dialog="DemoDatabaseDlg" Control="Back" Event="NewDialog"
Value="WelcomeDlg">1</Publish>
      <Publish Dialog="DemoDatabaseDlg" Control="Next" Event="NewDialog"
Value="PrepareDlg">1</Publish>

      <Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog"
Value="Return" Order="999">1</Publish>

      <Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog"
Value="MaintenanceWelcomeDlg">1</Publish>

      <Publish Dialog="MaintenanceWelcomeDlg" Control="Next"
Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish> 
      <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton"
Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
      <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton"
Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
      <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog"
Value="MaintenanceWelcomeDlg">1</Publish>




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Removing-Maintenance-dialog-from-installer-tp7597135.html
Sent from the wix-devs mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to