diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:11:58 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-08-01 03:11:58 -0700 |
| commit | b54516035b4ebbfbd8899b26de501bfa13f53e8b (patch) | |
| tree | 6b48d5d6d01131a533a81066c00701898a6b28b2 /src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |
| parent | 52005c7e6917f9866dd0b0de6993def16a72ed4b (diff) | |
| download | wix-b54516035b4ebbfbd8899b26de501bfa13f53e8b.tar.gz wix-b54516035b4ebbfbd8899b26de501bfa13f53e8b.tar.bz2 wix-b54516035b4ebbfbd8899b26de501bfa13f53e8b.zip | |
Add CreateGuid() to IBackendHelper to make Uuid helper internal
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index 3aad0709..9194c4c7 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -233,7 +233,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 233 | 233 | ||
| 234 | // Set generated component guids. | 234 | // Set generated component guids. |
| 235 | { | 235 | { |
| 236 | var command = new CalculateComponentGuids(this.Messaging, section); | 236 | var command = new CalculateComponentGuids(this.Messaging, this.BackendHelper, section); |
| 237 | command.Execute(); | 237 | command.Execute(); |
| 238 | } | 238 | } |
| 239 | 239 | ||
