I want to generate a .cab file
.cab
How can i do this?
I am developing in C # (visual studio 2008, .NET Framework 3.5) I can ganerate a .exe , but how can I generate a .cab ?
.exe
Microsoft has a sample C ++ code for creating a .CAB file at https://msdn.microsoft.com/en-us/library/ff797926(v=vs.85).aspx . This example uses the Win32 Cabinet API functions (FCICreate, FCIAddFile, etc.) ... you can P / Invoke from C # to call the same APIs.
Source: https://habr.com/ru/post/954709/More articles:Hotkey for execute query in SQL view - ms-accessTransparency in gtable objects - rhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/954706/how-to-use-pandas-to-group-pivot-table-results-by-week&usg=ALkJrhhpdQgq15e44zPi6Esi4bkaqm-8_gHow is a tag binding value determined using Microdata? - htmlDo all programs end up being converted to assembly instructions? - assemblyUnicorn timeout error while downloading file - ruby-on-railsGit branch from tag - internal elements - gitWeakening unstructured text in NLTK - tokenizeDifferent types of brackets in the Scala function definition parameter list - functionWhy is JeroMQ needed if it can use JZMQ? - zeromqAll Articles