diff options
author | Rob Mensching <rob@firegiant.com> | 2017-09-17 15:24:13 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-09-17 15:24:13 -0700 |
commit | e1898befbb23e98f0f03c65f9c419bcd1c355f15 (patch) | |
tree | d1592f47bac851353a6653e308fa32fa01fdda8a /src/WixToolset.Core.Native/CabInterop.cs | |
parent | 40d64f03447d8fa187e1d23addee931025bb6f93 (diff) | |
download | wix-e1898befbb23e98f0f03c65f9c419bcd1c355f15.tar.gz wix-e1898befbb23e98f0f03c65f9c419bcd1c355f15.tar.bz2 wix-e1898befbb23e98f0f03c65f9c419bcd1c355f15.zip |
Include MSI and MSM interop
Diffstat (limited to 'src/WixToolset.Core.Native/CabInterop.cs')
-rw-r--r-- | src/WixToolset.Core.Native/CabInterop.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WixToolset.Core.Native/CabInterop.cs b/src/WixToolset.Core.Native/CabInterop.cs index 6ad11c67..db31a30d 100644 --- a/src/WixToolset.Core.Native/CabInterop.cs +++ b/src/WixToolset.Core.Native/CabInterop.cs | |||
@@ -33,8 +33,8 @@ namespace WixToolset.Core.Native | |||
33 | /// <param name="file">Full path to file to add to cabinet.</param> | 33 | /// <param name="file">Full path to file to add to cabinet.</param> |
34 | /// <param name="token">Name of file in cabinet.</param> | 34 | /// <param name="token">Name of file in cabinet.</param> |
35 | /// <param name="contextHandle">Handle to open cabinet.</param> | 35 | /// <param name="contextHandle">Handle to open cabinet.</param> |
36 | // [DllImport("winterop.dll", EntryPoint = "CreateCabAddFile", CharSet = CharSet.Unicode, ExactSpelling = true, PreserveSig = false)] | 36 | [DllImport("winterop.dll", EntryPoint = "CreateCabAddFile", CharSet = CharSet.Unicode, ExactSpelling = true, PreserveSig = false)] |
37 | // public static extern void CreateCabAddFile(string file, string token, MsiInterop.MSIFILEHASHINFO fileHash, IntPtr contextHandle); | 37 | public static extern void CreateCabAddFile(string file, string token, MsiInterop.MSIFILEHASHINFO fileHash, IntPtr contextHandle); |
38 | 38 | ||
39 | /// <summary> | 39 | /// <summary> |
40 | /// Closes a cabinet. | 40 | /// Closes a cabinet. |