.NET CF Cab within Application Cab

  • Thread starter Thread starter Trollpower
  • Start date Start date
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
 
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.
 
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!
 
Back
Top