diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-05-22 14:48:20 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-05-23 16:02:37 -0700 |
| commit | 3859a8cd7d6001f7b49c22065e33242ddb486fbb (patch) | |
| tree | 5e347f24751b0776bf60b311f4f6548030084625 /src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs | |
| parent | fcba5d0d1cdd052ed0c960d435d5dcb62d22840d (diff) | |
| download | wix-3859a8cd7d6001f7b49c22065e33242ddb486fbb.tar.gz wix-3859a8cd7d6001f7b49c22065e33242ddb486fbb.tar.bz2 wix-3859a8cd7d6001f7b49c22065e33242ddb486fbb.zip | |
Adopt "Ref" as reference convention over "_"
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs index e6738bb7..f9df9636 100644 --- a/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs +++ b/src/WixToolset.Core.WindowsInstaller/Bind/UpdateMediaSequencesCommand.cs | |||
| @@ -119,7 +119,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind | |||
| 119 | // TODO: Sort these facades even smarter by directory path and component id | 119 | // TODO: Sort these facades even smarter by directory path and component id |
| 120 | // and maybe file size or file extension and other creative ideas to | 120 | // and maybe file size or file extension and other creative ideas to |
| 121 | // get optimal install speed out of MSI. | 121 | // get optimal install speed out of MSI. |
| 122 | return this.FileFacades.OrderBy(f => f.File.Component_); | 122 | return this.FileFacades.OrderBy(f => f.File.ComponentRef); |
| 123 | } | 123 | } |
| 124 | } | 124 | } |
| 125 | } | 125 | } |
