| OLD | NEW | 
|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> | 
| 2 <!-- | 2 <!-- | 
| 3   <copyright file="WixUI_InstallDir.wxs" company="Outercurve Foundation"> | 3   <copyright file="WixUI_InstallDir.wxs" company="Outercurve Foundation"> | 
| 4     Copyright (c) 2004, Outercurve Foundation. | 4     Copyright (c) 2004, Outercurve Foundation. | 
| 5     This software is released under Microsoft Reciprocal License (MS-RL). | 5     This software is released under Microsoft Reciprocal License (MS-RL). | 
| 6     The license and further copyright text can be found in the file | 6     The license and further copyright text can be found in the file | 
| 7     LICENSE.TXT at the root directory of the distribution. | 7     LICENSE.TXT at the root directory of the distribution. | 
| 8   </copyright> | 8   </copyright> | 
| 9   Modified to remove license dialog. | 9   Modified to remove license dialog. | 
| 10 --> | 10 --> | 
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 63             <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="N
    ewDialog" Value="VerifyReadyDlg">1</Publish> | 63             <Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="N
    ewDialog" Value="VerifyReadyDlg">1</Publish> | 
| 64             <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="N
    ewDialog" Value="VerifyReadyDlg">1</Publish> | 64             <Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="N
    ewDialog" Value="VerifyReadyDlg">1</Publish> | 
| 65             <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog
    " Value="MaintenanceWelcomeDlg">1</Publish> | 65             <Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog
    " Value="MaintenanceWelcomeDlg">1</Publish> | 
| 66 | 66 | 
| 67             <Property Id="ARPNOMODIFY" Value="1" /> | 67             <Property Id="ARPNOMODIFY" Value="1" /> | 
| 68         </UI> | 68         </UI> | 
| 69 | 69 | 
| 70         <UIRef Id="WixUI_Common" /> | 70         <UIRef Id="WixUI_Common" /> | 
| 71     </Fragment> | 71     </Fragment> | 
| 72 </Wix> | 72 </Wix> | 
| OLD | NEW | 
|---|