Create self-extracting package using built-in Windows tool

June 3rd, 2008 by admin in Application, Cool Stuff, Tips, Tutorial | 2 Comments

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.

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

  1. Go to Start -> Run -> type “iexpress“.
  2. An IExpress Wizard will popup. Choose “Create new Self Extraction Directive file” and press Next.
  3. Choose “Extract files only” and press Next. Then give your package a name.
  4. After you name your package, press Next for the following dialog boxes, until you asked to add files into your package.
  5. Here, i had added 2 files. After you add your files, press Next to continue.
  6. 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.
  7. Done. Now you created a “xxx.exe” package which will extract to targeted location when launch.

Popularity: 4% [?]

3 Responses

  1. Useful if one do not have file archivers.

    I am happy with 7-Zip. :D

    Plus, I am not a great fan of self-extracting archivers. -_-

  2. [...] 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 [...]

  3. Steve Yu says:

    LOL! I have no experience of creating self-extracting package.

Leave a Response