diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-10 19:31:53 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-10 19:34:35 +1000 |
| commit | 93d3a9e1f9cdc05456a612e238a83738cfd1750f (patch) | |
| tree | a9a71f23effbf36f5f4b31266546c17d02eced4f /src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |
| parent | a75639ceaffcf5f56fa33094037bca86331d9ac0 (diff) | |
| download | wix-93d3a9e1f9cdc05456a612e238a83738cfd1750f.tar.gz wix-93d3a9e1f9cdc05456a612e238a83738cfd1750f.tar.bz2 wix-93d3a9e1f9cdc05456a612e238a83738cfd1750f.zip | |
Track files in BindBundleCommand.
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs index 5b401a0c..c9659287 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/BindDatabaseCommand.cs | |||
| @@ -232,8 +232,10 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 232 | 232 | ||
| 233 | // Extract files that come from binary .wixlibs and WixExtensions (this does not extract files from merge modules). | 233 | // Extract files that come from binary .wixlibs and WixExtensions (this does not extract files from merge modules). |
| 234 | { | 234 | { |
| 235 | var command = new ExtractEmbeddedFilesCommand(this.ExpectedEmbeddedFiles); | 235 | var command = new ExtractEmbeddedFilesCommand(this.BackendHelper, this.ExpectedEmbeddedFiles); |
| 236 | command.Execute(); | 236 | command.Execute(); |
| 237 | |||
| 238 | trackedFiles.AddRange(command.TrackedFiles); | ||
| 237 | } | 239 | } |
| 238 | 240 | ||
| 239 | // This must occur after all variables and source paths have been resolved. | 241 | // This must occur after all variables and source paths have been resolved. |
