.NET CF Cab within Application Cab

T

Trollpower

Dear NG,

I've got the following problem. I have written a application which i
put into a cab-File. I can start this cabfile on the device with no
problems, but i also need to run the .NET CF-Cabfile and the SQLCE
Cabfile automatically. So i want to know if there is a way to put
these cabfiles into my application-cabfile and start the other
cabfiles somehow, after the user started the application-cabfile.

Thanks in advance

Jens
 
G

Girish NS

Hi,

I think u can include a cab file within a cab file. To execute a cab file u
can write a setup dll which executes the cab file by createprocess API call.
But I have not tried this one. Looks worth a try.

HTH,
Girish.
 
J

Jens Meyer

Thank you, Girish

I will try this one, allthough i dont know anything about the setup dll.
Maybe i can find something about it.

Greetz

Jens


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top