HTML Application: Difference between revisions

Content deleted Content added
This is a minor edit. I have replaced the image of the HTA window with an updated version that depicts the previous window with identical properties (bar some typographic corrections to be more in-line with the UI of Windows 10) running on Windows 10 instead of on Windows XP.
Line 38:
 
===Execution===
[[File:HTA-Hello World exampleRectifiedWikipediaHTAWindow.png|alt=|thumb|300x300px|Screenshot of an example window produced by <code>mshta.exe</code>]]
 
[[File:HTA-Hello World example.png|thumb|300x300px|Screenshot of an example window produced by <code>mshta.exe</code>]]
 
An HTA is executed using the program <code>mshta.exe</code>, or, alternatively, double-clicking on the file. This program is typically installed along with Internet Explorer. <code>mshta.exe</code> executes the HTA by instantiating the Internet Explorer rendering engine (mshtml) as well as any required language engines (such as vbscript.dll).