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

Side by Side Diff: installer/src/custom-action/close_ie.wxi

Issue 5675960980471808: Updated installer with custom action (Closed)
Patch Set: Created March 8, 2014, 5:06 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
(Empty)
1 <?xml version="1.0"?>
2 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
3 <!--
4 Localization data for the Close_IE action.
5 This file defines the rows in the localization table within the MSI database .
6 The content strings must appear in a .WXL file.
7 -->
8 <CustomTable Id="AbpUIText">
9 <Row>
10 <Data Column="component">close_ie</Data>
11 <Data Column="id">dialog_unknown</Data>
12 <Data Column="content">!(loc.close_ie__dialog_unknown)</Data>
13 </Row>
14 <Row>
15 <Data Column="component">close_ie</Data>
16 <Data Column="id">dialog_part_known</Data>
17 <Data Column="content">!(loc.close_ie__dialog_part_known)</Data>
18 </Row>
19 <Row>
20 <Data Column="component">close_ie</Data>
21 <Data Column="id">dialog_active_retry</Data>
22 <Data Column="content">!(loc.close_ie__dialog_active_retry)</Data>
23 </Row>
24 <Row>
25 <Data Column="component">close_ie</Data>
26 <Data Column="id">dialog_automatic_retry</Data>
27 <Data Column="content">!(loc.close_ie__dialog_automatic_retry)</Data>
28 </Row>
29 </CustomTable>
30 </Include>
OLDNEW

Powered by Google App Engine
This is Rietveld