Installing cab from VB.net compact framework application

  • Thread starter Thread starter will
  • Start date Start date
W

will

Can i install another cab file from a .net compact
framework application? i want do dynamically copy cab
files from a compact flash card and install them.

can this be done?

thanks,
will
 
wceload.exe is the program associated with cab files. You can probably use
a P/Invoke of CreateProcess() or ShellExecuteEx() to launch it with the full
path to the cab file on the command line. Is that what you're wanting? It
would work just like the user double-tapping on the cab file...

Paul T.
 
call ShellExecuteEx on the cab file itself - this will initiate installation
 

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

Back
Top