diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index 06b51ba1..9f36cd78 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -354,14 +354,9 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 354 | } | 354 | } |
| 355 | } | 355 | } |
| 356 | 356 | ||
| 357 | // Set generated component guids. | 357 | // Set generated component guids and validate all guids. |
| 358 | { | 358 | { |
| 359 | var command = new CalculateComponentGuids(this.Messaging, this.WindowsInstallerBackendHelper, this.PathResolver, section, platform); | 359 | var command = new FinalizeComponentGuids(this.Messaging, this.WindowsInstallerBackendHelper, this.PathResolver, section, platform); |
| 360 | command.Execute(); | ||
| 361 | } | ||
| 362 | |||
| 363 | { | ||
| 364 | var command = new ValidateComponentGuidsCommand(this.Messaging, section); | ||
| 365 | command.Execute(); | 360 | command.Execute(); |
| 366 | } | 361 | } |
| 367 | 362 | ||
