Html Help Executable Folder

Posted By admin On 15.12.20
Active2 months ago
  1. Html Help Executable Folder Version
  2. Html Help Executable Folder Download

I want to open an exe file through a link in an HTML file.

Is it possible? If so, how?

Oct 10, 2012  htmlhelp.exe. Date Published:. File Size: 3.3 MB. This download includes the files for Microsoft HTML Help Workshop and documentation. This download includes the files for Microsoft HTML Help Workshop and documentation. Click for details about the files in this. I've downloaded the file - had to download into Downloads & then copied it into System32. Ran the commands and when I restarted, the MBAM/Norton Utilities Help pages appeared. But they have done in the past and after opening up the Help pages once, at the second time of trying I go the Microsoft Help HTML Executable has stopped working message. What is hh.exe? The genuine hh.exe file is a software component of HTML Help by Microsoft Corporation. Microsoft's 'hh.exe' file in 'C: Windows' is their HTML Help Executable Program, a legitimate Windows core file. /quad-rs232-hs-driver-download.html. It runs when a 'compiled help file' (type.chm) is opened by clicking on the file or a linked menu item. That does indeed give the Open/Save/Cancel dialog, however, apps more complex than notepad probably won't work as the file is 'downloaded' to the temporary folder and launched there. It does not launch the original file. – Henning May 12 '10 at 20:53.

Sep 01, 2015  (4) According to my simple test, you can read an old help file (.hlp) even on Windows 10 (x64), by this replacement. Note: If an old help file (.hlp) cannot be read on Windows XP, 2000, ME, or, 98/98SE, this kind of old help file (.hlp) cannot be read on Windows 10, even if applying the replacement of 'winhlp32.exe' to Windows 10. Microsoft® HTML Help Executable. The hh.exe is a Microsoft® HTML Help Executable. This file is part of HTML Help. Hh.exe is developed by Microsoft Corporation. It’s a system and hidden file. Hh.exe is usually located in the%WINDOWS% folder and its usual size is 10,752 bytes. Microsoft® HTML Help Executable. The hh.exe is a Microsoft® HTML Help Executable. This file is part of HTML Help. Hh.exe is developed by Microsoft Corporation. It’s a system and hidden file. Hh.exe is usually located in the%WINDOWS% folder and its usual size is 10,752 bytes.

Heretic Monkey
7,2166 gold badges36 silver badges81 bronze badges
Mohammad DayyanMohammad Dayyan
11.6k28 gold badges117 silver badges192 bronze badges

migrated from webapps.stackexchange.comNov 23 '10 at 4:58

This question came from our site for power users of web applications.

9 Answers

You can not start/execute an .exe file that resides locally on the users machine or through a site. The user must first download the exe file and then run the executable.

RDLRDL
6,9342 gold badges24 silver badges31 bronze badges
chenatu
4522 gold badges5 silver badges18 bronze badges
mcdmcd

Due security reasons it's not possible, and probably it's better it stays that way.

The following code works, but only on the machine which the program exists on:

Wouter DorgeloWouter DorgeloHtml help executable folder manager
8,99610 gold badges49 silver badges74 bronze badges

You could write an Active-X object that runs in internet explorer only.

It's not an exe but it's the closest you'll get to running an exe.

user6726

I created an application for this exact purpose. It is called WebRun and you can download it from www.webrunapps.com. After installation you can create a webrun link to launch any executable / file / command on your Windows PC.Here is an example to run notepad:

Hope that helps.

samplistsamplist

On a local computer you can do it with ease,So you have just to Create your own custom protocol, like the one used by Skype or iTunes to launch their native windows applications : - Custom protocol has to be created on Windows Registry by adding a entry as the one here :

the word in Blod ACCapp is the name of the custom protocol that would be used on your html href link as follow

this link wont run unless you add the registry keys.nb: don't ever make limits to your imagination just search an you'l find. hope it helps
Mahfoud BoukertMahfoud Boukert

At work I'm a PC (bummer - I'm a MAC fanatic) and Firefox. The code that worked for me in Firefox, and the link works internally ONLY, was <a href = 'file:///c:/Myfolder/Myprogram.exe'>.

AND it works ONLY if you right click on the link and select Open Link in Ext.App. Just clicking on the link itself prompts the user to save the .exe file and then run it.

I could not get it 2 work in IE or Firefox with just <a href = 'c:/Myfolder/Myprogram.exe'>

Shog9
134k32 gold badges212 silver badges228 bronze badges
Greg SimonisGreg Simonis
Folder

Why not use CGI for this purpose, CGI actually runs the executable through browser on server.

AnshulAnshul

Simply provide access to the folder, but do not include the .exe in the href. The user will then just click on the .exe file to open it.Open here where 'targetFolder' holds your .exe file.

Html Help Executable Folder Version

AKIAKI

Html Help Executable Folder Download

Not the answer you're looking for? Browse other questions tagged html or ask your own question.