E
Eduardo S.E. de Castro
Hi,
I'm created my app and I want to run a .cab when a user open the app, I
tried to use the same method that I use to open Internet Explorer, but it
doesn't work.
String strProgPath = "\\mycab.cab"; //Path is correct, I verified the path
ProcessInfo pi = new ProcessInfo();
CreateProcess(strProgPath, "file://"+ sfDialog.FileName, pi);
Nothing happens, if I use "IExplore.exe", it runs.
Thanks
Eduardo S.E. de Castro - MCSA/MCP
I'm created my app and I want to run a .cab when a user open the app, I
tried to use the same method that I use to open Internet Explorer, but it
doesn't work.
String strProgPath = "\\mycab.cab"; //Path is correct, I verified the path
ProcessInfo pi = new ProcessInfo();
CreateProcess(strProgPath, "file://"+ sfDialog.FileName, pi);
Nothing happens, if I use "IExplore.exe", it runs.
Thanks
Eduardo S.E. de Castro - MCSA/MCP