Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: installer/src/msi/custom_WixUI_InstallDir.wxs

Issue 6202981292703744: Whole installer (Closed)
Patch Set: Created June 24, 2014, 7:27 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld