I would like to compile an HTA application and all of its required files and directories, how could I do that. I found an HTA editor that will compile the .hta
to an EXE, but not its required files and dir's. I would also like to change the icon of the file as it shows in explorer. I would also like the exe to act a single directory even though there is dir's inside of it. If that make any sense? That part doesn't matter as long as the rest works.
Asked
Active
Viewed 603 times
0

user3184214
- 27
- 7
-
The fast I can get this there better, thanks guys :) – user3184214 Feb 26 '14 at 00:06
-
1Just google some "HTA to EXE compilers". I can recall there's a "compiler" available (not free), which does pretty much what you need. FYI, no matter which compiler you use, they all extract the files from an EXE, and save the files to a temporary folder during execution... – Teemu Feb 26 '14 at 07:00
-
[This approach](http://stackoverflow.com/a/25571255/2165759) might be helpful. – omegastripes Jan 27 '15 at 16:26