diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-03 10:37:34 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-03 12:03:35 -0800 |
| commit | 816bfd180f132a9b07aaa573f5ac0f5948195764 (patch) | |
| tree | eccb0db93007e00d3d8175f423338e960a7778f8 /src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |
| parent | e362f93f9fa9ed4b174333d44fcda25790bc85e0 (diff) | |
| download | wix-816bfd180f132a9b07aaa573f5ac0f5948195764.tar.gz wix-816bfd180f132a9b07aaa573f5ac0f5948195764.tar.bz2 wix-816bfd180f132a9b07aaa573f5ac0f5948195764.zip | |
Complete MOVE_TO_BACKEND code migration
Fixes wixtoolset/issues#6212
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index 7a64b777..292f1572 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -192,6 +192,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 192 | command.Execute(); | 192 | command.Execute(); |
| 193 | } | 193 | } |
| 194 | 194 | ||
| 195 | if (section.Type == SectionType.Product || section.Type == SectionType.Module) | ||
| 195 | { | 196 | { |
| 196 | var command = new AddRequiredStandardDirectories(section, platform); | 197 | var command = new AddRequiredStandardDirectories(section, platform); |
| 197 | command.Execute(); | 198 | command.Execute(); |
| @@ -329,7 +330,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 329 | 330 | ||
| 330 | if (dependencyRefs.Any()) | 331 | if (dependencyRefs.Any()) |
| 331 | { | 332 | { |
| 332 | var command = new ProcessDependencyReferencesCommand(this.WindowsInstallerBackendHelper, section, dependencyRefs); | 333 | var command = new ProcessDependencyReferencesCommand(section, dependencyRefs); |
| 333 | command.Execute(); | 334 | command.Execute(); |
| 334 | } | 335 | } |
| 335 | } | 336 | } |
