How to: Dynamically create CAB files

  • Thread starter Thread starter Sam-I-Am
  • Start date Start date
S

Sam-I-Am

Hi

I need to dynamically create CAB files that will contain various content.
Are there any products to do this or can I do this in .net?

Thanks

Sam
 
Hi Sam,

As for the CAB file , in addition to using cabwizard, we can directly use
some tools provided by the system or some certain sdk. Such as the "CABARC"
described in the following link:
#Creating a CAB File
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html
/_vccore_creating_a_cab_file.asp

In addition, here are some other reference and former threads in the
newgroup discussing on the similiar question, please also have a look.
Thanks.

#Generate File Cabinet
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/g
enerate_file_cabinet.asp

http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=3D62EEE2.FE0B9340
%40hydro.com&rnum=7&prev=/groups%3Fq%3Dscript%2520%2520create%2520CAB%2520fi
le%26hl%3Den%26lr%3D%26ie%3DUTF-8%26sa%3DN%26tab%3Dwg

Regards,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Get Preview at ASP.NET whidbey
http://msdn.microsoft.com/asp.net/whidbey/default.aspx
 
Back
Top