diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-24 16:28:44 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-25 23:06:35 -0500 |
| commit | f4709371fa21ca1d0c06e04d1b53c0b10bfafeed (patch) | |
| tree | 622576e0b46b0cea56143fd707936f9635389bad /src/WixToolset.Core.WindowsInstaller | |
| parent | 23de0a19bffe457916b0a45e07044650ace8f456 (diff) | |
| download | wix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.tar.gz wix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.tar.bz2 wix-f4709371fa21ca1d0c06e04d1b53c0b10bfafeed.zip | |
Perform more bundle validation during linking.
#5273, #6291, #6398
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs | 4 | ||||
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs index c1232dcc..0c15ad05 100644 --- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs +++ b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendErrors.cs | |||
| @@ -18,7 +18,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 18 | 18 | ||
| 19 | public enum Ids | 19 | public enum Ids |
| 20 | { | 20 | { |
| 21 | // ReplaceThisWithTheFirstError = 7000, | 21 | // ReplaceThisWithTheFirstError = 7500, |
| 22 | } | 22 | } // last available is 7999. 8000 is BurnBackendErrors. |
| 23 | } | 23 | } |
| 24 | } | 24 | } |
diff --git a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs index 0eaadbe1..d0986a4d 100644 --- a/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs +++ b/src/WixToolset.Core.WindowsInstaller/WindowsInstallerBackendWarnings.cs | |||
| @@ -18,7 +18,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
| 18 | 18 | ||
| 19 | public enum Ids | 19 | public enum Ids |
| 20 | { | 20 | { |
| 21 | // ReplaceThisWithTheFirstWarning = 7500, | 21 | // ReplaceThisWithTheFirstWarning = 7100, |
| 22 | } | 22 | } // last available is 7499. 7500 is WindowsInstallerBackendErrors. |
| 23 | } | 23 | } |
| 24 | } | 24 | } |
