HTML Application: Difference between revisions

Content deleted Content added
No edit summary
Line 38:
 
===Execution===
[[File:HTA-Hello World exampleRectifiedWikipediaHTAWindow.png|alt=|thumb|300x300px346x346px|ScreenshotOne screenshot of anone example window that is 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).