Create self-extracting package using built-in Windows tool
Microsoft Windows comes with a handy tool for us to create self-extracting/self-installing package.
There are a lot of applications for us to zip/unzip files/folders, some of them even let users to create self-extracting package. Winzip, WinRar, and 7-zip are among the famous applications which provide these features. But, do you know that Windows actually comes with built-in tool to do this?
Steps
- Go to Start -> Run -> type “iexpress“.
- An IExpress Wizard will popup. Choose “Create new Self Extraction Directive file” and press Next.
- Choose “Extract files only” and press Next. Then give your package a name.
- After you name your package, press Next for the following dialog boxes, until you asked to add files into your package.
- Here, i had added 2 files. After you add your files, press Next to continue.
- Press Next for the following dialog boxes. After that, provide target path and filename for your package, and you can choose to either create a Self Extraction Directive file or not. This is to let you modify the package in future.
- Done. Now you created a “xxx.exe” package which will extract to targeted location when launch.


Popularity: 4% [?]
If you want to be notified the next time I write something, sign up for Email alerts or subscribe to the Rss feed. Thanks for reading.
332 readers.
Useful if one do not have file archivers.
I am happy with 7-Zip.
Plus, I am not a great fan of self-extracting archivers. -_-
[...] but do not have any file archiving software such as 7-Zip installed? Check out this detailed tutorial on how to create a self extracting archive in Windows, courtesy of [...]
LOL! I have no experience of creating self-extracting package.