diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-04-10 15:04:04 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-04-12 10:24:01 -0700 |
| commit | 3441afb46c4dc056493ab84f9b27434c4185d713 (patch) | |
| tree | ec5d6b43292d34e256ebcbf6bf8795b4da46bc80 /src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |
| parent | e7b745b08c51b173c80253432a82583e73c46157 (diff) | |
| download | wix-3441afb46c4dc056493ab84f9b27434c4185d713.tar.gz wix-3441afb46c4dc056493ab84f9b27434c4185d713.tar.bz2 wix-3441afb46c4dc056493ab84f9b27434c4185d713.zip | |
Improve implicit Component/@Id generation and duplicate GUID errors
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 | ||
