How to bring an Instance of IEExplorer when the user insert my application cd inside the CD RoM

  • Thread starter Thread starter Ray5531
  • Start date Start date
R

Ray5531

I've made a setup of my c# application and I have made an MSI version of
it.I've also made an html file which descirbes the application.How can I
bring this html page up using AutoRun?

Thanks
 
only this line? not anything else?

thanks
Dmytro Lapshyn said:
If 'open' doesn't work, try:

shellexecute=decription.html

--
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]


Ray5531 said:
I've made a setup of my c# application and I have made an MSI version of
it.I've also made an html file which descirbes the application.How can I
bring this html page up using AutoRun?

Thanks
 
If 'open' doesn't work, try:
shellexecute=decription.html

I think they both don't really work on WinNT machines, do they? AFAIK
they open Windows Explorer on WinNT which cannot handle html files ...

You can use this http://www.patrick-herb.de/ixshell.html, it's free
and you can choose between different browsers (default browser or IE)
and different browser modes (kiosk, explorer mode, etc).

patrick
 
I so appreciate it .It worked very well:-)


patrick said:
I think they both don't really work on WinNT machines, do they? AFAIK
they open Windows Explorer on WinNT which cannot handle html files ...

You can use this http://www.patrick-herb.de/ixshell.html, it's free
and you can choose between different browsers (default browser or IE)
and different browser modes (kiosk, explorer mode, etc).

patrick
 
Back
Top