Log in

View Full Version : Combine cab files into one cab


annamsr
05-27-2005, 07:33 PM
Hey guys,

Is there a way to combine all 4 different cab files into one cab file. If so please guide me in right direction.

Thanks,
Annam

Peter Foot
06-02-2005, 11:41 AM
There isn't an easy way, however it is possible if you have your master cab file place all the cabs in a specific folder, then write a custom setup dll which one-by-one installs these cabs in the install_exit method. Some details on writing a custom setup dll are available here:
http://www.pocketpcdn.com/articles/setupdll.html

Peter