his article describes how to use an HTML Application (HTA) file that you can use to launch CD’s. Developers have had the ability to create HTML applications since the release of Internet Explorer (IE) 5, so they’re not a new technology. HTML Applications have read/write access to the file system and the registry, and?because they run locally?can launch COM components that are not marked safe-for-scripting. Also, HTAs don’t show the Internet Explorer toolbar or menus, so a running HTA looks more like a “real program” than like a web page.
A well-designed CD launcher can raise end users’ confidence in your applications, even before they install them. Launcher programs can present read-me or pre-installation requirements information to the end user, provide help, check for required third-party software or operating system requirements, advertise other products or services available and (most importantly) simplify the process of installing the software. The ease-of-use factor is important enough that Microsoft designated CD AutoPlay as a requirement for compatibility with their “Designed for Windows” logo program.
Fast Facts |
Target machines must have 32-bit Windows (any version) with Microsoft Internet Explorer version 5 or higher installed. You can create and modify HTML Application (.hta) files with any HTML or text editor. The sample Autorun.exe program that accompanies this article was compiled using Microsoft Visual C++ 6.0, but you could use any Windows C compiler. You don’t need a C compiler to use the sample code unless you want to modify the Autorun.exe program itself. |
|
CD Launcher Options
You can create an “AutoPlay” CD launcher using any of several mechanisms, including:
- Writing a simple Visual Basic program. The main problem with using a Visual Basic program is the need for the VB runtime on the target system. You can work around this issue by installing the VB runtimes with an autorun “stub” program, but this can get awkward, since your main setup may also install the VB runtime files, and your launcher will have a lock on the DLL files, which would cause a reboot prompt.
- Launching setup.exe directly. If you don’t want to provide help or information, promote your products and services or check for applications that your application depends on you can launch your setup.exe.
- Using a commercial launcher. Several commercial (and shareware) products exist to create CD launchers. These have many of the same benefits as using an HTML application, but they also have a learning curve and cost.. With HTML applications, in contrast, you leverage your existing HTML and DHTML skills for presentation, and your existing COM and scripting skills for extended functionality.
- Writing a .NET launcher. The .NET framework is not yet present on most target systems; however, when the framework becomes ubiquitous, using .NET applications may be a viable alternative.
- Using an HTML file. With an HTML file, you can’t read the registry and you cannot launch a setup executable without eliciting security warnings.
The Sample Application
![]() |
To create an AutoPlay CD, you include an AUTORUN.INF file in the root directory of the CD in the following format:
If you don’t have an icon to display, you can omit the ICON entry. The AutoPlay feature in Windows doesn’t call the Win32 ShellExecute() API, so you’re limited to .exe, .com or .bat files for the OPEN entry. That’s a problem, because you want to launch a .HTA file. Fortunately, the solution is relatively simple?create a short EXE program that calls ShellExecute(). The AUTORUN.EXE program included with the sample calls ShellExecute() for you, so it can launch an HTA file. The sample AUTORUN.EXE stub program accepts a single command-line argument?the name of the file to run, so if you wanted to the launcher to start an autorun.hta application, your AUTORUN.INF file would look like this:
If the ShellExecute() function returns an error (as it would if the target computer doesn’t have Internet Explorer 5 or greater), the autorun stub opens the CD root directory in Windows Explorer. Listing 1 shows the the AUTORUN.EXE source code. You don’t need a C compiler to use the sample code unless you want to modify the Autorun.exe program itself.
The HTA file displays your user interface (see Figure 1) and contains the script to launch your application’s setup program. Depending on your application needs, you may wish to launch one of several different types of setup program, as shown in the following sections. 1. Launching a Windows Installer (MSI) Setup
2. Launching an EXE File
Table 1 shows the parameters for the Wscript.Shell Run method:
Table 1: Parameters for the WScript.Shell Run method. If you have documentation on the possible return values from your setup program, you should check the return value and provide feedback to your users. The sample application has code to provide error feedback for common Windows Installer errors. 3. Checking for the .NET Framework Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705) Heres a code fragment that checks for the .NET framework:
4. Reading the Registry
Such code is also useful for checking to see if your application is already installed. If it is, you can suppress the “Install Now” link, or display a message to the user. If the client machine doesn’t have Internet Explorer 5 (or greater) installed, AUTORUN.EXE fails gracefully by starting Windows Explorer. When I attempted to find out what happens when the user has disabled scripting (by setting the “Active Scripting” option to disabled for the Local Intranet zone), nothing happened. HTML applications appear to ignore the Internet security settings, which makes sense, because they’re treated as “local” applications. You can modify the sample code from this article to fit the visual style you want to project, and to check for whatever third-party applications you need. When you create your own HTA CD-Launcher, don’t underestimate the benefit of promoting other products and services, and of “branding” your installation?links to your other products or services can have more “click-through” appeal than in your Web site when presented as part of your setup. Check out DevX’s Project Cool and Web Development Zone for ideas on how to make your launcher even more visually impressive by using Flash, DirectX and DHTML.
Share the Post:
![]() ![]() What is Metadata?
June 1, 2023
What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular ![]() ![]() What We Should Expect from Cell Phone Tech in the Near Future
May 31, 2023
The earliest cell phones included boxy designs full of buttons and antennas, and they only made calls. Needless to say, we’ve come a long way from those classic brick phones ![]() ![]() The Best Mechanical Keyboards For Programmers: Where To Find Them
May 29, 2023
When it comes to programming, a good mechanical keyboard can make all the difference. Naturally, you would want one of the best mechanical keyboards for programmers. But with so many ![]() ![]() The Digital Panopticon: Is Big Brother Always Watching Us Online?
May 26, 2023
In the age of digital transformation, the internet has become a ubiquitous part of our lives. From socializing, shopping, and learning to more sensitive activities such as banking and healthcare, ![]() ![]() Embracing Change: How AI Is Revolutionizing the Developer’s Role
May 25, 2023
The world of software development is changing drastically with the introduction of Artificial Intelligence and Machine Learning technologies. In the past, software developers were in charge of the entire development ![]() ![]() The Benefits of Using XDR Solutions
May 24, 2023
Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved ![]() ![]() How AI is Revolutionizing Fraud Detection
May 23, 2023
Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across ![]() ![]() Companies Leading AI Innovation in 2023
May 22, 2023
Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several ![]() ![]() Step-by-Step Guide to Properly Copyright Your Website
May 18, 2023
Creating a website is not easy, but protecting your website is equally important. Implementing copyright laws ensures that the substance of your website remains secure and sheltered. Copyrighting your website ![]() ![]() Fivetran Pricing Explained
May 17, 2023
One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of ![]() ![]() Kubernetes Logging: What You Need to Know
May 16, 2023
Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes ![]() ![]() Why Is Ransomware Such a Major Threat?
May 15, 2023
One of the most significant cyber threats faced by modern organizations is a ransomware attack. Ransomware attacks have grown in both sophistication and frequency over the past few years, forcing |