automatic Install "sql.wce4.armv4.CAB" wiht Application CAB file
-
hello all, I have a Application which consist with SQL CE. when i insall the Application CAB file. SQL CE does not insall whit this Cab File. i want to install it SQL CE CAB file "sql.wce4.armv4.CAB" with Application CAB file. but how to do this thing ? ? ?
Pavan Pareta
-
hello all, I have a Application which consist with SQL CE. when i insall the Application CAB file. SQL CE does not insall whit this Cab File. i want to install it SQL CE CAB file "sql.wce4.armv4.CAB" with Application CAB file. but how to do this thing ? ? ?
Pavan Pareta
There's no built-in way to do it. I built a program to build self-extracting ZIP files, which automatically unpack any contained CAB files when they're run. Unfortunately this was for my employer, so it's their copyright and I can't share it with you. We used to just build a CAB file with a setup DLL which would extract any contained CAB files, but Windows Mobile 5.0 no longer supports nested CAB installs (two CAB installs running concurrently).
Stability. What an interesting concept. -- Chris Maunder
-
There's no built-in way to do it. I built a program to build self-extracting ZIP files, which automatically unpack any contained CAB files when they're run. Unfortunately this was for my employer, so it's their copyright and I can't share it with you. We used to just build a CAB file with a setup DLL which would extract any contained CAB files, but Windows Mobile 5.0 no longer supports nested CAB installs (two CAB installs running concurrently).
Stability. What an interesting concept. -- Chris Maunder
Thanks for Reply Mike Cheer
Pavan Pareta