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

Side by Side Diff: installer/custom_WixUI_InstallDir.wxs

Issue 10969028: Removed outdated InnoSetup installer and renamed WixInstaller directory into the canonical installer (Closed)
Patch Set: Created June 20, 2013, 6:47 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
« no previous file with comments | « installer/bho_registry_value.wxi ('k') | installer/dll_class.wxi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « installer/bho_registry_value.wxi ('k') | installer/dll_class.wxi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld