Running an EXE file outside of MSIE?

T

TheCodeGuy361

Hello,

I am working on an HTML page that is running from the company
Intranet.

One of the main purposes is to click on a link that opens an EXE file
with dependencies (*.cfg and *.txt files). I know that MSIE opens a
copy of the EXE in memory and the dependencies are not present, thus
the EXE does not work.

My question is this: Is there any way around this limitation? Can I
set MSIE to open the EXE outside of MSIE? Can I load the dependant
files into memory too?

Thanks in advance!
 
M

Mike Mueller

A possible way to pull this off would be to create a self extracting /self
executing zip file and run the designated exe after the package has
decompressed
 
T

TheCodeGuy361

A possible way to pull this off would be to create a self extracting /self
executing zip file and run the designated exe after the package has
decompressed










- Show quoted text -

That's an idea. I also thought of just opening the folder in explorer
that contains the EXE. But then the user would need instruction on
which file to open...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top