diff options
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 | } |
