I want to generate a .cab
File
How can I do it?
I am developing in C# (visual studio 2008, .NET Framework 3.5)
I can ganerate the .exe
file, but how can I generate the .cab
?
I want to generate a .cab
File
How can I do it?
I am developing in C# (visual studio 2008, .NET Framework 3.5)
I can ganerate the .exe
file, but how can I generate the .cab
?
Microsoft has example C++ code to generate a .CAB file at https://msdn.microsoft.com/en-us/library/ff797926(v=vs.85).aspx. This sample uses Win32 Cabinet API functions (FCICreate, FCIAddFile, etc)...you can P/Invoke from C# to call these same APIs.
© 2022 - 2024 — McMap. All rights reserved.
iexpress.exe
. – DomettProcess.Start
if it is from your code. – Brueghel.exe
file there. I need a.cab
How Can I do it? I read [it][1] [1]:msdn.microsoft.com/en-us/library/1b8fd8ss(v=vs.80).aspx but I don't understand so much – Kaleykaleyard