Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Running EXEs from Web Servers

Keywords: 	 Running EXEs from Web Browsers

Question:

Anyone have any hints, suggestions on distributing compiled .exe's from a web page.

Can you require a "Run from" w/o prompting the user?

Check for locations to write; access rights under NTFS ?

Remove after running?

General inovative stuff.

Answer:

This is a complicated topic. You have to understand how web browsers work *real well*.
>
>Can you require a "Run from"
>w/o prompting the user?
Depends on browser security settings, the browser itself and a number of other factories (security zone in MSIE)

You cannot "require" anything from the web server end, but you can have web browsers pre-configured to do what you want.

>
>Check for locations to write;
>access rights under NTFS ?
When MSIE (for example) run an EXE from a web server, it dumps it into the tyemp directory. From there the exe can begin looking around.
>
>Remove after running?
>
Trickier that you might think.
>General inovative stuff.
We're actually working on soemthing like this...but its not quite ready for prime time yet.

Check out Microsoft Knowlegebase article Q232077. Here is the link: