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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: installer/src/custom-action/close_ie.wxi
===================================================================
new file mode 100644
--- /dev/null
+++ b/installer/src/custom-action/close_ie.wxi
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
+ <!--
+ Localization data for the Close_IE action.
+ This file defines the rows in the localization table within the MSI database.
+ The content strings must appear in a .WXL file.
+ -->
+ <CustomTable Id="AbpUIText">
+ <Row>
+ <Data Column="component">close_ie</Data>
+ <Data Column="id">dialog_unknown</Data>
+ <Data Column="content">!(loc.close_ie__dialog_unknown)</Data>
+ </Row>
+ <Row>
+ <Data Column="component">close_ie</Data>
+ <Data Column="id">dialog_part_known</Data>
+ <Data Column="content">!(loc.close_ie__dialog_part_known)</Data>
+ </Row>
+ <Row>
+ <Data Column="component">close_ie</Data>
+ <Data Column="id">dialog_active_retry</Data>
+ <Data Column="content">!(loc.close_ie__dialog_active_retry)</Data>
+ </Row>
+ <Row>
+ <Data Column="component">close_ie</Data>
+ <Data Column="id">dialog_automatic_retry</Data>
+ <Data Column="content">!(loc.close_ie__dialog_automatic_retry)</Data>
+ </Row>
+ </CustomTable>
+</Include>

Powered by Google App Engine
This is Rietveld