0

I am working on POC to create .cab file (MS compress format) in ruby on rails application. I found this ruby-libmspack that provide bindings to create .cab files. But the gem seriously lacks examples. I did lot of research on google but didnt find any sample code to compress files into .cab archive.

Did anyone knows how to create cab archive using ruby-libmspack gem? Is there any other way to create .cab archive in ruby on rails application?

user3185333
  • 47
  • 1
  • 3

1 Answers1

0

Not Sure About Ruby-libmspack, but lcab can create CAB files on Linux.

quazar
  • 570
  • 4
  • 14