Does anybody know how to launch a cab file from a Visual C++ dll thats being used as a setup dll when installing an application on windows mobile. Basically, I need the dll to detect if compact framework is not installed and run required cab file if needed.

I've beeg googling for something similar for ages with no luck. Surely this has been done and there are some examples out there. Your help is very very very much appreciated. Tony

link|improve this question

79% accept rate
What do you mean by running a cab file? It's just an archive AFAIK. – gigantt.com Mar 28 '09 at 19:02
feedback

2 Answers

up vote 1 down vote accepted

If your talking about windows mobile cab file then Ants answer is incorrect.

You need to run the wceload.exe tool to start a install of a windows mobile cab file on the WM device.

link|improve this answer
Hi Shane, Thank for that man. – TonyNeallon Mar 29 '09 at 11:12
feedback

You don't "launch" a .CAB file. You extract files out of it.

Here's a Microsoft KB article about one way to extract files out of a CAB.

http://support.microsoft.com/kb/189085

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.