Strange behaviour from StarProcess - Does not open IE for download

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an app that uses the startprocess command in order to download another
clickonce app. On the majority of the client PCs everything works fine,
however on some PCs the startprocess doesn't open the browser window so the
download cannot start and nothing happens. If I open an Internet Explorer
window and repeat the startprocess everything works fine. It seems that for
some reason on some PCs startprocess can't open the browser...please help.
NB. The startprocess works in this way: StartProcess
("iexplore","http://server/app.exe")
 
michele said:
I have an app that uses the startprocess command in order to download
another clickonce app. On the majority of the client PCs everything
works fine, however on some PCs the startprocess doesn't open the
browser window so the download cannot start and nothing happens. If I
open an Internet Explorer window and repeat the startprocess
everything works fine. It seems that for some reason on some PCs
startprocess can't open the browser...please help. NB. The
startprocess works in this way: StartProcess
("iexplore","http://server/app.exe")

Is IE set as the default browser on the affected machines?

-cd
 
Back
Top