Here we have 2 options here.
Option 1: You can package the CAB along with your setup and run the CAB
installation on device during your application setup
Option 2: You extract the CABs and get the Dlls. Package these Dll's along
with your setup. In this case you need to do some more addition work like
registering of Dll's which CAB installation did in option 1. You need to
make sure that you register Ssce20.dll and Ssceca20.dll.
> Hi guys
>
[quoted text clipped - 7 lines]
> by
> Raj
Geoff Callaghan - 20 Oct 2005 03:08 GMT
Can you give me some more detail on this? I'm having the same problem. I
copied the DLL's over and ran the utility I have that stores away the
registry, and
still the program requires me to run the CAB file every time I
reboot...which really isn't an option for me. My program needs to load
automatically, and as quickly as possible. Is there some way I can register
the DLL's in the beginning of my VB program?
> Here we have 2 options here.
>
[quoted text clipped - 18 lines]
> > by
> > Raj