| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |