diff options
| author | Bob Arnson <bob@joyofsetup.com> | 2020-06-23 23:26:22 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-06-24 12:23:25 -0400 |
| commit | 25602a3e613f09794599d24e0c796d3295a22197 (patch) | |
| tree | 2e80e02687f4c9729f99acd5d677ef55090d2e08 /src/WixToolset.Core/Bind | |
| parent | 255da01fd31796cbdf6ea33ffb313d77cfd62a7a (diff) | |
| download | wix-25602a3e613f09794599d24e0c796d3295a22197.tar.gz wix-25602a3e613f09794599d24e0c796d3295a22197.tar.bz2 wix-25602a3e613f09794599d24e0c796d3295a22197.zip | |
Reference Media if DiskId is specified.
Diffstat (limited to 'src/WixToolset.Core/Bind')
| -rw-r--r-- | src/WixToolset.Core/Bind/FileFacade.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Bind/FileFacade.cs b/src/WixToolset.Core/Bind/FileFacade.cs index f0ce14ca..511f4aab 100644 --- a/src/WixToolset.Core/Bind/FileFacade.cs +++ b/src/WixToolset.Core/Bind/FileFacade.cs | |||
| @@ -56,7 +56,7 @@ namespace WixToolset.Core.Bind | |||
| 56 | 56 | ||
| 57 | public int DiskId | 57 | public int DiskId |
| 58 | { | 58 | { |
| 59 | get => this.FileRow == null ? this.FileTuple.DiskId ?? 0 : this.FileRow.DiskId; | 59 | get => this.FileRow == null ? this.FileTuple.DiskId ?? 1 : this.FileRow.DiskId; |
| 60 | set | 60 | set |
| 61 | { | 61 | { |
| 62 | if (this.FileRow == null) | 62 | if (this.FileRow == null) |
