Note that there are some explanatory texts on larger screens.

plurals
  1. POCustomizing a MaintainenceTypeDialog - Not Successful
    text
    copied!<p>Bonjour,</p> <p>I want to customize the maintaninence type dialogs namely the MaintainenceWelcomeDialog, MaintainenceTypeDialogs ,this is what i did:</p> <p>I copied the MaintainenceWelcomeDlg from the wix source to my current directory changed the<br> dialog name to the MymaintenanceWelcomeDlg added a dialog reference in the WixUI_InstallDIr use the light.exe to link the Dialogs to the installer.msi however it still shows the previous dialog, the only change i have made is adding the bitmap to it.</p> <p>The install UI sequence Looks like:</p> <pre><code> &lt;InstallUISequence&gt; &lt;ShowDialog="MyMaintenanceWelcomeDlg"Before="MaintenanceWelcomeDlg"Overridable="yes"&gt;Installed AND NOT RESUME AND NOT Preselected AND NOT PATCH&lt;/Show&gt; &lt;/InstallUISequence&gt; </code></pre> <p>Merci. And in the WixUI_InstallDir</p> <pre><code> &lt;Publish Dialog="MyMaintenanceWelcomeDlg" Control="Next" Event="NewDialog" Value="MyMaintenanceTypeDlg"&gt;1&lt;/Publish&gt; &lt;Publish Dialog="MyMaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="MyVerifyReadyDlg"&gt;1&lt;/Publish&gt; &lt;Publish Dialog="MyMaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="MyVerifyReadyDlg"&gt;1&lt;/Publish&gt; &lt;Publish Dialog="MyMaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MyMaintenanceWelcomeDlg"&gt;1&lt;/Publish&gt; &lt;Property Id="ARPNOMODIFY" Value="0" /&gt; </code></pre> <p>However It still shows the default dialog box when i double click on the installer's icon.</p> <p>Please Help!!!.</p> <p>Emma</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload