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

Side by Side Diff: installer/src/custom-action/close_ie_default.wxl

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" encoding="utf-8"?>
2 <!--
3 Default version of the localization for the Close_IE custom action.
4 This file is present primarily for testing.
5 The unit tests for the installer library check for equality against some of th ese strings.
6 -->
7 <WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization" Lang uage="9" Culture="en">
8 <String Id="close_ie__dialog_unknown">IE is still running.&#13;&#10;&#13;&#10; Would you like to shut down IE in order to avoid having to reboot?</String>
9 <String Id="close_ie__dialog_part_known">Would you like the installer to close IE for you?</String>
10 <String Id="close_ie__dialog_active_retry">IE is still running. Please close i t and then click OK.</String>
11 <String Id="close_ie__dialog_automatic_retry">The installer failed to close IE .&#13;&#10;&#13;&#10;Would you like try again?</String>
12 </WixLocalization>
OLDNEW

Powered by Google App Engine
This is Rietveld