Convert VBScript File to EXE File using IExpress
In the mailing list I saw people asking about how to convert VBScript file to executable file (EXE). There are so many implementation for this but I will cover the easiest way by using IExpress from Microsoft. IExpress is a technology designed to simplify creation of a setup program. Using the step-by-step IExpress Wizard, you can create self-extracting files that automatically run the setup program contained inside. The setup program can be an .inf file or an executable program. IExpress technology automatically removes the setup files after installation, saving the user time and frustration. Continue reading ‘Convert VBScript File to EXE File using IExpress’ »





