vote up 0 vote down star

Hi There, 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

flag

What do you mean by running a cab file? It's just an archive AFAIK. – Assaf Mar 28 at 19:02

2 Answers

vote up 1 vote down check

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|flag
Hi Shane, Thank for that man. – TonyNeallon Mar 29 at 11:12
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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