IExpress in Windows OS

This tool allows you to create an executable file around your script so that you can distribute it as a .exe file instead of a .bat or .vbs file. It can be used to create a single self-extracting package from a set of files. Such packages can be used to install applications, executables, drivers and system components. It uses a Self-Extraction Directive (.sed) file to store information about your package. When you run the IExpress Wizard, you can start with an existing .sed file or create a new one by using the wizard. The .sed file contains information and instructions about the setup package.

Open or Create an executable file from script

Using its step-by-step wizard, IExpress 2.0 will help you go about creating self-extracting files, viz Self Extraction Directive (SED) files, that automatically run the setup program contained inside. They include compressed files that uncompress with a double-click. If you want, you can also add a licensing agreement, messages for the users to whom you send SEDs, etc. The setup program can be an .inf file or an executable program. After installation, IExpress automatically removes the setup files, saving the user time. The IExpress Wizard can also help you carry out specialized installations of your customized browser package, such as determining whether the computer needs to be restarted after installation. Certain choices you make in the wizard correspond to particular batch-mode setup switches.

KB197147 describes the command-line switches that you can use with software update packages that use this technology. You can:

Create self-extracting archives using IExpressConvert a PowerShell script (PS1) file to EXE with IExpress.