diff options
author | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:40:49 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2019-10-26 13:56:11 -0700 |
commit | 6eab6255f832007886c4b01861dc39d5582177ef (patch) | |
tree | cb3e11ad38046ed74eede94126c9923e4dfc287b /src/WixToolset.Core.WindowsInstaller/Validator.cs | |
parent | f01d284101e95d490497062c2dc9065423d0cf37 (diff) | |
download | wix-6eab6255f832007886c4b01861dc39d5582177ef.tar.gz wix-6eab6255f832007886c4b01861dc39d5582177ef.tar.bz2 wix-6eab6255f832007886c4b01861dc39d5582177ef.zip |
Update to WindowsInstallerData rename from Data
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Validator.cs')
-rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Validator.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Validator.cs b/src/WixToolset.Core.WindowsInstaller/Validator.cs index e19feb22..1c9cdc2f 100644 --- a/src/WixToolset.Core.WindowsInstaller/Validator.cs +++ b/src/WixToolset.Core.WindowsInstaller/Validator.cs | |||
@@ -27,7 +27,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
27 | private string actionName; | 27 | private string actionName; |
28 | private StringCollection cubeFiles; | 28 | private StringCollection cubeFiles; |
29 | private ValidatorExtension extension; | 29 | private ValidatorExtension extension; |
30 | private Output output; | 30 | private WindowsInstallerData output; |
31 | private InstallUIHandler validationUIHandler; | 31 | private InstallUIHandler validationUIHandler; |
32 | private bool validationSessionComplete; | 32 | private bool validationSessionComplete; |
33 | private readonly IMessaging messaging; | 33 | private readonly IMessaging messaging; |
@@ -64,7 +64,7 @@ namespace WixToolset.Core.WindowsInstaller | |||
64 | /// Gets or sets the output used for finding source line information. | 64 | /// Gets or sets the output used for finding source line information. |
65 | /// </summary> | 65 | /// </summary> |
66 | /// <value>The output used for finding source line information.</value> | 66 | /// <value>The output used for finding source line information.</value> |
67 | public Output Output | 67 | public WindowsInstallerData Output |
68 | { | 68 | { |
69 | // cache Output object until validation for changes in extension | 69 | // cache Output object until validation for changes in extension |
70 | get { return this.output; } | 70 | get { return this.output; } |