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

Side by Side Diff: installer/adblockplusie.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/Makefile ('k') | installer/bho_registry_value.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 Compilation Note: 3 Compilation Note:
4 You may see linking errors that look like these: 4 You may see linking errors that look like these:
5 <quote>LGHT0217 : Error executing ICE action 'ICExx' [...] The error code is 2738.</quote> 5 <quote>LGHT0217 : Error executing ICE action 'ICExx' [...] The error code is 2738.</quote>
6 The documentation for this error code talks about custom actions, 6 The documentation for this error code talks about custom actions,
7 even though the CustomAction keyword does not appear in this source. 7 even though the CustomAction keyword does not appear in this source.
8 Certain WiX elements are implemented by MSI custom actions, 8 Certain WiX elements are implemented by MSI custom actions,
9 which means this source implicitly declares some insofar as the Windows Inst aller sees it. 9 which means this source implicitly declares some insofar as the Windows Inst aller sees it.
10 These errors are benign and can be avoided by some fiddling with the registry on the development machine. 10 These errors are benign and can be avoided by some fiddling with the registry on the development machine.
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 </ComponentGroup> 388 </ComponentGroup>
389 <DirectoryRef Id="ABP_APPDATA_FOLDER"> 389 <DirectoryRef Id="ABP_APPDATA_FOLDER">
390 <Directory Id="ini" FileSource="SourceDir\..\files"> 390 <Directory Id="ini" FileSource="SourceDir\..\files">
391 <Component Id="ini_settings.ini" Guid="dc30c3b0-d713-11e2-8b8b-0800200c9 a66"> 391 <Component Id="ini_settings.ini" Guid="dc30c3b0-d713-11e2-8b8b-0800200c9 a66">
392 <File Name="settings.ini"/> 392 <File Name="settings.ini"/>
393 </Component> 393 </Component>
394 </Directory> 394 </Directory>
395 </DirectoryRef> 395 </DirectoryRef>
396 </Product> 396 </Product>
397 </Wix> 397 </Wix>
OLDNEW
« no previous file with comments | « installer/Makefile ('k') | installer/bho_registry_value.wxi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld