can anyone sugest me any links or ideas on creating a cab file through c# file.I know to make use of the c# cab project option where i can add manually the files.But,i need to get idea whether it can be done programatically using any class or other dll's.
Thank you in advance
Loading
maneeshPosted Feb 23, 2009, 5:38 AM
i have solved the issue.include cabwiz.exe,cabwiz.ddf,makecab.exe(available in the .net compactframework SDK itself) ,and test.inf(inf file created by you) in the default directory and include the c sharp code ,"Process.Start("cabwiz.exe", "test.inf").
You can come up with queries you have,
Thanks
Bechir BejaouiPosted Feb 13, 2009, 5:40 PM
http://www.codeproject.com/KB/winsdk/cabinet.aspx