Search code examples
c#windows-mobilecompact-framework

Start another application from a Compact .Net 1.0 app


Is there a way to start another application from within Compact .Net framework 1.0 similar to

System.Diagnostics.Process.Start

on the Windows side?

I need to start a CAB file for installation.


Solution

  • Take a look at

    http://www.pinvoke.net/default.aspx/coredll/CreateProcess.html