Create an executable from HTML files

Aurélien -  
 Meskellil -
Hello,

I want to create an executable from the files that make up an HTML application.

Let me explain:
my project involves making an HTML application for a client. They want me to provide them simply with an executable and not the whole folders and files that make up the application.

Could you please help me? Do you know any software? Because I don't see how I can create this executable.

Thank you.

9 réponses

Anonymous user
 
you can create self-extracting files with winzip

or alternatively, software like installshield allows you to create an installation
2
tesoro
 
Hello,
You can rename the page index.html to index.hta and then you will have an executable HTML application.

Best regards,
2
sebsauvage Posted messages 33284 Registration date   Status Modérateur Last intervention   15 684
 
The best is to create a .chm (Microsoft Compiled HTML).
--> for example with web2hh (http://www.helpmaster.com/hh-developmentaids-web2hh.htm)

(It's the help system for Microsoft software).
0
Diallo Thierno Tanou
 
Hello, I'm informing you that it's not possible to give an executable to your HTML pages. HTML is not a compiled language; it doesn't use a compiler but an interpreter for HTML tags.
But apparently with VB.NET, we can create compiled web applications (the executable).
If you find the opposite of what I've said, please inform me at diallo35@hotmail.com.
Good luck, Aurelien.
0
gepe
 
Hello,

Type "html executable" in Google, you will find your solution.

I have known this software since its first versions, I have lost track of it a bit since then.

I just searched for the site: www.htmlexe.com/

See you later

gepe.
0
ornina
 
Hello,
I have an application with Delphi and I want to create its installer with InstallShield, how do I do that?
Thank you
0
vero
 
Hello,

I created a site in PHP. Would any software you mentioned allow me to create an executable to burn onto a CD?

Thank you

Véro
0
sebsauvage Posted messages 33284 Registration date   Status Modérateur Last intervention   15 684
 
0
samomoi
 
well, I tell you it's possible
use the ebook or html exe software...
you don't want to program to do it
otherwise, if you want to program, it's possible too. for example, with C or C++ you can do it using a webbrowser type widget
0
Meskellil
 
the best and most configurable is: HyperMaker
0