diff options
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index 34104ef5..1bcaf209 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -338,6 +338,12 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 338 | command.Execute(); | 338 | command.Execute(); |
| 339 | } | 339 | } |
| 340 | 340 | ||
| 341 | // Add missing CreateFolder tuples to null-keypath components. | ||
| 342 | { | ||
| 343 | var command = new AddCreateFoldersCommand(section); | ||
| 344 | command.Execute(); | ||
| 345 | } | ||
| 346 | |||
| 341 | // stop processing if an error previously occurred | 347 | // stop processing if an error previously occurred |
| 342 | if (this.Messaging.EncounteredError) | 348 | if (this.Messaging.EncounteredError) |
| 343 | { | 349 | { |
