diff options
Diffstat (limited to 'src/wixlib/ErrorProgressText.wxs')
-rw-r--r-- | src/wixlib/ErrorProgressText.wxs | 245 |
1 files changed, 245 insertions, 0 deletions
diff --git a/src/wixlib/ErrorProgressText.wxs b/src/wixlib/ErrorProgressText.wxs new file mode 100644 index 00000000..e1ffbe0b --- /dev/null +++ b/src/wixlib/ErrorProgressText.wxs | |||
@@ -0,0 +1,245 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | |||
5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | ||
6 | <Fragment> | ||
7 | <UI Id="WixUI_ErrorProgressText"> | ||
8 | <!-- action text --> | ||
9 | <ProgressText Action="InstallValidate">!(loc.ProgressTextInstallValidate)</ProgressText> | ||
10 | <ProgressText Action="InstallFiles" Template="!(loc.ProgressTextInstallFilesTemplate)">!(loc.ProgressTextInstallFiles)</ProgressText> | ||
11 | <ProgressText Action="InstallAdminPackage" Template="!(loc.ProgressTextInstallAdminPackageTemplate)">!(loc.ProgressTextInstallAdminPackage)</ProgressText> | ||
12 | <ProgressText Action="FileCost">!(loc.ProgressTextFileCost)</ProgressText> | ||
13 | <ProgressText Action="CostInitialize">!(loc.ProgressTextCostInitialize)</ProgressText> | ||
14 | <ProgressText Action="CostFinalize">!(loc.ProgressTextCostFinalize)</ProgressText> | ||
15 | <ProgressText Action="CreateShortcuts" Template="!(loc.ProgressTextCreateShortcutsTemplate)">!(loc.ProgressTextCreateShortcuts)</ProgressText> | ||
16 | <ProgressText Action="PublishComponents" Template="!(loc.ProgressTextPublishComponentsTemplate)">!(loc.ProgressTextPublishComponents)</ProgressText> | ||
17 | <ProgressText Action="PublishFeatures" Template="!(loc.ProgressTextPublishFeaturesTemplate)">!(loc.ProgressTextPublishFeatures)</ProgressText> | ||
18 | <ProgressText Action="PublishProduct">!(loc.ProgressTextPublishProduct)</ProgressText> | ||
19 | <ProgressText Action="RegisterClassInfo" Template="!(loc.ProgressTextRegisterClassInfoTemplate)">!(loc.ProgressTextRegisterClassInfo)</ProgressText> | ||
20 | <ProgressText Action="RegisterExtensionInfo" Template="!(loc.ProgressTextRegisterExtensionInfoTemplate)">!(loc.ProgressTextRegisterExtensionInfo)</ProgressText> | ||
21 | <ProgressText Action="RegisterMIMEInfo" Template="!(loc.ProgressTextRegisterMIMEInfoTemplate)">!(loc.ProgressTextRegisterMIMEInfo)</ProgressText> | ||
22 | <ProgressText Action="RegisterProgIdInfo" Template="!(loc.ProgressTextRegisterProgIdInfoTemplate)">!(loc.ProgressTextRegisterProgIdInfo)</ProgressText> | ||
23 | <ProgressText Action="AllocateRegistrySpace" Template="!(loc.ProgressTextAllocateRegistrySpaceTemplate)">!(loc.ProgressTextAllocateRegistrySpace)</ProgressText> | ||
24 | <ProgressText Action="AppSearch" Template="!(loc.ProgressTextAppSearchTemplate)">!(loc.ProgressTextAppSearch)</ProgressText> | ||
25 | <ProgressText Action="BindImage" Template="!(loc.ProgressTextBindImageTemplate)">!(loc.ProgressTextBindImage)</ProgressText> | ||
26 | <ProgressText Action="CCPSearch">!(loc.ProgressTextCCPSearch)</ProgressText> | ||
27 | <ProgressText Action="CreateFolders" Template="!(loc.ProgressTextCreateFoldersTemplate)">!(loc.ProgressTextCreateFolders)</ProgressText> | ||
28 | <ProgressText Action="DeleteServices" Template="!(loc.ProgressTextDeleteServicesTemplate)">!(loc.ProgressTextDeleteServices)</ProgressText> | ||
29 | <ProgressText Action="DuplicateFiles" Template="!(loc.ProgressTextDuplicateFilesTemplate)">!(loc.ProgressTextDuplicateFiles)</ProgressText> | ||
30 | <ProgressText Action="FindRelatedProducts" Template="!(loc.ProgressTextFindRelatedProductsTemplate)">!(loc.ProgressTextFindRelatedProducts)</ProgressText> | ||
31 | <ProgressText Action="InstallODBC">!(loc.ProgressTextInstallODBC)</ProgressText> | ||
32 | <ProgressText Action="InstallServices" Template="!(loc.ProgressTextInstallServicesTemplate)">!(loc.ProgressTextInstallServices)</ProgressText> | ||
33 | <ProgressText Action="LaunchConditions">!(loc.ProgressTextLaunchConditions)</ProgressText> | ||
34 | <ProgressText Action="MigrateFeatureStates" Template="!(loc.ProgressTextMigrateFeatureStatesTemplate)">!(loc.ProgressTextMigrateFeatureStates)</ProgressText> | ||
35 | <ProgressText Action="MoveFiles" Template="!(loc.ProgressTextMoveFilesTemplate)">!(loc.ProgressTextMoveFiles)</ProgressText> | ||
36 | <ProgressText Action="PatchFiles" Template="!(loc.ProgressTextPatchFilesTemplate)">!(loc.ProgressTextPatchFiles)</ProgressText> | ||
37 | <ProgressText Action="ProcessComponents">!(loc.ProgressTextProcessComponents)</ProgressText> | ||
38 | <ProgressText Action="RegisterComPlus" Template="!(loc.ProgressTextRegisterComPlusTemplate)">!(loc.ProgressTextRegisterComPlus)</ProgressText> | ||
39 | <ProgressText Action="RegisterFonts" Template="!(loc.ProgressTextRegisterFontsTemplate)">!(loc.ProgressTextRegisterFonts)</ProgressText> | ||
40 | <ProgressText Action="RegisterProduct" Template="!(loc.ProgressTextRegisterProductTemplate)">!(loc.ProgressTextRegisterProduct)</ProgressText> | ||
41 | <ProgressText Action="RegisterTypeLibraries" Template="!(loc.ProgressTextRegisterTypeLibrariesTemplate)">!(loc.ProgressTextRegisterTypeLibraries)</ProgressText> | ||
42 | <ProgressText Action="RegisterUser" Template="!(loc.ProgressTextRegisterUserTemplate)">!(loc.ProgressTextRegisterUser)</ProgressText> | ||
43 | <ProgressText Action="RemoveDuplicateFiles" Template="!(loc.ProgressTextRemoveDuplicateFilesTemplate)">!(loc.ProgressTextRemoveDuplicateFiles)</ProgressText> | ||
44 | <ProgressText Action="RemoveEnvironmentStrings" Template="!(loc.ProgressTextRemoveEnvironmentStringsTemplate)">!(loc.ProgressTextRemoveEnvironmentStrings)</ProgressText> | ||
45 | <ProgressText Action="RemoveExistingProducts" Template="!(loc.ProgressTextRemoveExistingProductsTemplate)">!(loc.ProgressTextRemoveExistingProducts)</ProgressText> | ||
46 | <ProgressText Action="RemoveFiles" Template="!(loc.ProgressTextRemoveFilesTemplate)">!(loc.ProgressTextRemoveFiles)</ProgressText> | ||
47 | <ProgressText Action="RemoveFolders" Template="!(loc.ProgressTextRemoveFoldersTemplate)">!(loc.ProgressTextRemoveFolders)</ProgressText> | ||
48 | <ProgressText Action="RemoveIniValues" Template="!(loc.ProgressTextRemoveIniValuesTemplate)">!(loc.ProgressTextRemoveIniValues)</ProgressText> | ||
49 | <ProgressText Action="RemoveODBC">!(loc.ProgressTextRemoveODBC)</ProgressText> | ||
50 | <ProgressText Action="RemoveRegistryValues" Template="!(loc.ProgressTextRemoveRegistryValuesTemplate)">!(loc.ProgressTextRemoveRegistryValues)</ProgressText> | ||
51 | <ProgressText Action="RemoveShortcuts" Template="!(loc.ProgressTextRemoveShortcutsTemplate)">!(loc.ProgressTextRemoveShortcuts)</ProgressText> | ||
52 | <ProgressText Action="RMCCPSearch">!(loc.ProgressTextRMCCPSearch)</ProgressText> | ||
53 | <ProgressText Action="SelfRegModules" Template="!(loc.ProgressTextSelfRegModulesTemplate)">!(loc.ProgressTextSelfRegModules)</ProgressText> | ||
54 | <ProgressText Action="SelfUnregModules" Template="!(loc.ProgressTextSelfUnregModulesTemplate)">!(loc.ProgressTextSelfUnregModules)</ProgressText> | ||
55 | <ProgressText Action="SetODBCFolders">!(loc.ProgressTextSetODBCFolders)</ProgressText> | ||
56 | <ProgressText Action="StartServices" Template="!(loc.ProgressTextStartServicesTemplate)">!(loc.ProgressTextStartServices)</ProgressText> | ||
57 | <ProgressText Action="StopServices" Template="!(loc.ProgressTextStopServicesTemplate)">!(loc.ProgressTextStopServices)</ProgressText> | ||
58 | <ProgressText Action="UnpublishComponents" Template="!(loc.ProgressTextUnpublishComponentsTemplate)">!(loc.ProgressTextUnpublishComponents)</ProgressText> | ||
59 | <ProgressText Action="UnpublishFeatures" Template="!(loc.ProgressTextUnpublishFeaturesTemplate)">!(loc.ProgressTextUnpublishFeatures)</ProgressText> | ||
60 | <ProgressText Action="UnregisterClassInfo" Template="!(loc.ProgressTextUnregisterClassInfoTemplate)">!(loc.ProgressTextUnregisterClassInfo)</ProgressText> | ||
61 | <ProgressText Action="UnregisterComPlus" Template="!(loc.ProgressTextUnregisterComPlusTemplate)">!(loc.ProgressTextUnregisterComPlus)</ProgressText> | ||
62 | <ProgressText Action="UnregisterExtensionInfo" Template="!(loc.ProgressTextUnregisterExtensionInfoTemplate)">!(loc.ProgressTextUnregisterExtensionInfo)</ProgressText> | ||
63 | <ProgressText Action="UnregisterFonts" Template="!(loc.ProgressTextUnregisterFontsTemplate)">!(loc.ProgressTextUnregisterFonts)</ProgressText> | ||
64 | <ProgressText Action="UnregisterMIMEInfo" Template="!(loc.ProgressTextUnregisterMIMEInfoTemplate)">!(loc.ProgressTextUnregisterMIMEInfo)</ProgressText> | ||
65 | <ProgressText Action="UnregisterProgIdInfo" Template="!(loc.ProgressTextUnregisterProgIdInfoTemplate)">!(loc.ProgressTextUnregisterProgIdInfo)</ProgressText> | ||
66 | <ProgressText Action="UnregisterTypeLibraries" Template="!(loc.ProgressTextUnregisterTypeLibrariesTemplate)">!(loc.ProgressTextUnregisterTypeLibraries)</ProgressText> | ||
67 | <ProgressText Action="WriteEnvironmentStrings" Template="!(loc.ProgressTextWriteEnvironmentStringsTemplate)">!(loc.ProgressTextWriteEnvironmentStrings)</ProgressText> | ||
68 | <ProgressText Action="WriteIniValues" Template="!(loc.ProgressTextWriteIniValuesTemplate)">!(loc.ProgressTextWriteIniValues)</ProgressText> | ||
69 | <ProgressText Action="WriteRegistryValues" Template="!(loc.ProgressTextWriteRegistryValuesTemplate)">!(loc.ProgressTextWriteRegistryValues)</ProgressText> | ||
70 | <ProgressText Action="Advertise">!(loc.ProgressTextAdvertise)</ProgressText> | ||
71 | <ProgressText Action="GenerateScript" Template="!(loc.ProgressTextGenerateScriptTemplate)">!(loc.ProgressTextGenerateScript)</ProgressText> | ||
72 | <ProgressText Action="InstallSFPCatalogFile" Template="!(loc.ProgressTextInstallSFPCatalogFileTemplate)">!(loc.ProgressTextInstallSFPCatalogFile)</ProgressText> | ||
73 | <ProgressText Action="MsiPublishAssemblies" Template="!(loc.ProgressTextMsiPublishAssembliesTemplate)">!(loc.ProgressTextMsiPublishAssemblies)</ProgressText> | ||
74 | <ProgressText Action="MsiUnpublishAssemblies" Template="!(loc.ProgressTextMsiUnpublishAssembliesTemplate)">!(loc.ProgressTextMsiUnpublishAssemblies)</ProgressText> | ||
75 | <ProgressText Action="Rollback" Template="!(loc.ProgressTextRollbackTemplate)">!(loc.ProgressTextRollback)</ProgressText> | ||
76 | <ProgressText Action="RollbackCleanup" Template="!(loc.ProgressTextRollbackCleanupTemplate)">!(loc.ProgressTextRollbackCleanup)</ProgressText> | ||
77 | <ProgressText Action="UnmoveFiles" Template="!(loc.ProgressTextUnmoveFilesTemplate)">!(loc.ProgressTextUnmoveFiles)</ProgressText> | ||
78 | <ProgressText Action="UnpublishProduct">!(loc.ProgressTextUnpublishProduct)</ProgressText> | ||
79 | <!-- error text --> | ||
80 | <Error Id="0">!(loc.Error0)</Error> | ||
81 | <Error Id="1">!(loc.Error1)</Error> | ||
82 | <Error Id="2">!(loc.Error2)</Error> | ||
83 | <Error Id="3" /> | ||
84 | <Error Id="4">!(loc.Error4)</Error> | ||
85 | <Error Id="5">!(loc.Error5)</Error> | ||
86 | <Error Id="6" /> | ||
87 | <Error Id="7">!(loc.Error7)</Error> | ||
88 | <Error Id="8">!(loc.Error8)</Error> | ||
89 | <Error Id="9">!(loc.Error9)</Error> | ||
90 | <Error Id="10">!(loc.Error10)</Error> | ||
91 | <Error Id="11">!(loc.Error11)</Error> | ||
92 | <Error Id="12">!(loc.Error12)</Error> | ||
93 | <Error Id="13">!(loc.Error13)</Error> | ||
94 | <Error Id="14">!(loc.Error14)</Error> | ||
95 | <Error Id="15">!(loc.Error15)</Error> | ||
96 | <Error Id="16">!(loc.Error16)</Error> | ||
97 | <Error Id="17">!(loc.Error17)</Error> | ||
98 | <Error Id="18">!(loc.Error18)</Error> | ||
99 | <Error Id="19">!(loc.Error19)</Error> | ||
100 | <Error Id="20">!(loc.Error20)</Error> | ||
101 | <Error Id="21">!(loc.Error21)</Error> | ||
102 | <Error Id="22">!(loc.Error22)</Error> | ||
103 | <Error Id="23">!(loc.Error23)</Error> | ||
104 | <Error Id="32">!(loc.Error32)</Error> | ||
105 | <Error Id="33">!(loc.Error33)</Error> | ||
106 | <Error Id="1101">!(loc.Error1101)</Error> | ||
107 | <Error Id="1301">!(loc.Error1301)</Error> | ||
108 | <Error Id="1302">!(loc.Error1302)</Error> | ||
109 | <Error Id="1303">!(loc.Error1303)</Error> | ||
110 | <Error Id="1304">!(loc.Error1304)</Error> | ||
111 | <Error Id="1305">!(loc.Error1305)</Error> | ||
112 | <Error Id="1306">!(loc.Error1306)</Error> | ||
113 | <Error Id="1307">!(loc.Error1307)</Error> | ||
114 | <Error Id="1308">!(loc.Error1308)</Error> | ||
115 | <Error Id="1309">!(loc.Error1309)</Error> | ||
116 | <Error Id="1310">!(loc.Error1310)</Error> | ||
117 | <Error Id="1311">!(loc.Error1311)</Error> | ||
118 | <Error Id="1312">!(loc.Error1312)</Error> | ||
119 | <Error Id="1313">!(loc.Error1313)</Error> | ||
120 | <Error Id="1314">!(loc.Error1314)</Error> | ||
121 | <Error Id="1315">!(loc.Error1315)</Error> | ||
122 | <Error Id="1316">!(loc.Error1316)</Error> | ||
123 | <Error Id="1317">!(loc.Error1317)</Error> | ||
124 | <Error Id="1318">!(loc.Error1318)</Error> | ||
125 | <Error Id="1319">!(loc.Error1319)</Error> | ||
126 | <Error Id="1320">!(loc.Error1320)</Error> | ||
127 | <Error Id="1321">!(loc.Error1321)</Error> | ||
128 | <Error Id="1322">!(loc.Error1322)</Error> | ||
129 | <Error Id="1323">!(loc.Error1323)</Error> | ||
130 | <Error Id="1324">!(loc.Error1324)</Error> | ||
131 | <Error Id="1325">!(loc.Error1325)</Error> | ||
132 | <Error Id="1326">!(loc.Error1326)</Error> | ||
133 | <Error Id="1327">!(loc.Error1327)</Error> | ||
134 | <Error Id="1328">!(loc.Error1328)</Error> | ||
135 | <Error Id="1329">!(loc.Error1329)</Error> | ||
136 | <Error Id="1330">!(loc.Error1330)</Error> | ||
137 | <Error Id="1331">!(loc.Error1331)</Error> | ||
138 | <Error Id="1332">!(loc.Error1332)</Error> | ||
139 | <Error Id="1333">!(loc.Error1333)</Error> | ||
140 | <Error Id="1334">!(loc.Error1334)</Error> | ||
141 | <Error Id="1335">!(loc.Error1335)</Error> | ||
142 | <Error Id="1336">!(loc.Error1336)</Error> | ||
143 | <Error Id="1401">!(loc.Error1401)</Error> | ||
144 | <Error Id="1402">!(loc.Error1402)</Error> | ||
145 | <Error Id="1403">!(loc.Error1403)</Error> | ||
146 | <Error Id="1404">!(loc.Error1404)</Error> | ||
147 | <Error Id="1405">!(loc.Error1405)</Error> | ||
148 | <Error Id="1406">!(loc.Error1406)</Error> | ||
149 | <Error Id="1407">!(loc.Error1407)</Error> | ||
150 | <Error Id="1408">!(loc.Error1408)</Error> | ||
151 | <Error Id="1409">!(loc.Error1409)</Error> | ||
152 | <Error Id="1410">!(loc.Error1410)</Error> | ||
153 | <Error Id="1500">!(loc.Error1500)</Error> | ||
154 | <Error Id="1501">!(loc.Error1501)</Error> | ||
155 | <Error Id="1502">!(loc.Error1502)</Error> | ||
156 | <Error Id="1503">!(loc.Error1503)</Error> | ||
157 | <Error Id="1601">!(loc.Error1601)</Error> | ||
158 | <Error Id="1602">!(loc.Error1602)</Error> | ||
159 | <Error Id="1603">!(loc.Error1603)</Error> | ||
160 | <Error Id="1604">!(loc.Error1604)</Error> | ||
161 | <Error Id="1605">!(loc.Error1605)</Error> | ||
162 | <Error Id="1606">!(loc.Error1606)</Error> | ||
163 | <Error Id="1607">!(loc.Error1607)</Error> | ||
164 | <Error Id="1608">!(loc.Error1608)</Error> | ||
165 | <Error Id="1609">!(loc.Error1609)</Error> | ||
166 | <Error Id="1701">!(loc.Error1701)</Error> | ||
167 | <Error Id="1702">!(loc.Error1702)</Error> | ||
168 | <Error Id="1703">!(loc.Error1703)</Error> | ||
169 | <Error Id="1704">!(loc.Error1704)</Error> | ||
170 | <Error Id="1705">!(loc.Error1705)</Error> | ||
171 | <Error Id="1706">!(loc.Error1706)</Error> | ||
172 | <Error Id="1707">!(loc.Error1707)</Error> | ||
173 | <Error Id="1708">!(loc.Error1708)</Error> | ||
174 | <Error Id="1709">!(loc.Error1709)</Error> | ||
175 | <Error Id="1710">!(loc.Error1710)</Error> | ||
176 | <Error Id="1711">!(loc.Error1711)</Error> | ||
177 | <Error Id="1712">!(loc.Error1712)</Error> | ||
178 | <Error Id="1713">!(loc.Error1713)</Error> | ||
179 | <Error Id="1714">!(loc.Error1714)</Error> | ||
180 | <Error Id="1715">!(loc.Error1715)</Error> | ||
181 | <Error Id="1716">!(loc.Error1716)</Error> | ||
182 | <Error Id="1717">!(loc.Error1717)</Error> | ||
183 | <Error Id="1718">!(loc.Error1718)</Error> | ||
184 | <Error Id="1719">!(loc.Error1719)</Error> | ||
185 | <Error Id="1720">!(loc.Error1720)</Error> | ||
186 | <Error Id="1721">!(loc.Error1721)</Error> | ||
187 | <Error Id="1722">!(loc.Error1722)</Error> | ||
188 | <Error Id="1723">!(loc.Error1723)</Error> | ||
189 | <Error Id="1724">!(loc.Error1724)</Error> | ||
190 | <Error Id="1725">!(loc.Error1725)</Error> | ||
191 | <Error Id="1726">!(loc.Error1726)</Error> | ||
192 | <Error Id="1727">!(loc.Error1727)</Error> | ||
193 | <Error Id="1728">!(loc.Error1728)</Error> | ||
194 | <Error Id="1729">!(loc.Error1729)</Error> | ||
195 | <Error Id="1730">!(loc.Error1730)</Error> | ||
196 | <Error Id="1731">!(loc.Error1731)</Error> | ||
197 | <Error Id="1732">!(loc.Error1732)</Error> | ||
198 | <Error Id="1801">!(loc.Error1801)</Error> | ||
199 | <Error Id="1802">!(loc.Error1802)</Error> | ||
200 | <Error Id="1803">!(loc.Error1803)</Error> | ||
201 | <Error Id="1804">!(loc.Error1804)</Error> | ||
202 | <Error Id="1805">!(loc.Error1805)</Error> | ||
203 | <Error Id="1806">!(loc.Error1806)</Error> | ||
204 | <Error Id="1807">!(loc.Error1807)</Error> | ||
205 | <Error Id="1901">!(loc.Error1901)</Error> | ||
206 | <Error Id="1902">!(loc.Error1902)</Error> | ||
207 | <Error Id="1903">!(loc.Error1903)</Error> | ||
208 | <Error Id="1904">!(loc.Error1904)</Error> | ||
209 | <Error Id="1905">!(loc.Error1905)</Error> | ||
210 | <Error Id="1906">!(loc.Error1906)</Error> | ||
211 | <Error Id="1907">!(loc.Error1907)</Error> | ||
212 | <Error Id="1908">!(loc.Error1908)</Error> | ||
213 | <Error Id="1909">!(loc.Error1909)</Error> | ||
214 | <Error Id="1910">!(loc.Error1910)</Error> | ||
215 | <Error Id="1911">!(loc.Error1911)</Error> | ||
216 | <Error Id="1912">!(loc.Error1912)</Error> | ||
217 | <Error Id="1913">!(loc.Error1913)</Error> | ||
218 | <Error Id="1914">!(loc.Error1914)</Error> | ||
219 | <Error Id="1915">!(loc.Error1915)</Error> | ||
220 | <Error Id="1916">!(loc.Error1916)</Error> | ||
221 | <Error Id="1917">!(loc.Error1917)</Error> | ||
222 | <Error Id="1918">!(loc.Error1918)</Error> | ||
223 | <Error Id="1919">!(loc.Error1919)</Error> | ||
224 | <Error Id="1920">!(loc.Error1920)</Error> | ||
225 | <Error Id="1921">!(loc.Error1921)</Error> | ||
226 | <Error Id="1922">!(loc.Error1922)</Error> | ||
227 | <Error Id="1923">!(loc.Error1923)</Error> | ||
228 | <Error Id="1924">!(loc.Error1924)</Error> | ||
229 | <Error Id="1925">!(loc.Error1925)</Error> | ||
230 | <Error Id="1926">!(loc.Error1926)</Error> | ||
231 | <Error Id="1927">!(loc.Error1927)</Error> | ||
232 | <Error Id="1928">!(loc.Error1928)</Error> | ||
233 | <Error Id="1929">!(loc.Error1929)</Error> | ||
234 | <Error Id="1930">!(loc.Error1930)</Error> | ||
235 | <Error Id="1931">!(loc.Error1931)</Error> | ||
236 | <Error Id="1932">!(loc.Error1932)</Error> | ||
237 | <Error Id="1933">!(loc.Error1933)</Error> | ||
238 | <Error Id="1934">!(loc.Error1934)</Error> | ||
239 | <Error Id="1935">!(loc.Error1935)</Error> | ||
240 | <Error Id="1936">!(loc.Error1936)</Error> | ||
241 | <Error Id="1937">!(loc.Error1937)</Error> | ||
242 | <Error Id="1938">!(loc.Error1938)</Error> | ||
243 | </UI> | ||
244 | </Fragment> | ||
245 | </Wix> | ||