Jump to content

How do I compress files install.win?


turhill

Recommended Posts


When you capture your WIM initially, you can specify the compression type. Example:

imagex /capture c: z:\sıkıştırabilirim.wim "Image Description" /compress maximum

Unfortunately, you cannot change the compression level on appends, only the first time. However, you can export images and recompress that way, so this command may be more to your liking:

imagex /export z:\install.wim 1 z:\sıkıştırabilirim.wim "Image Description" /compress maximum

Other command options can be found under the "ImageX Command-Line Options" page of the Windows Preinstallation Environment (Windows PE) User's Guide. This CHM is in the Documentation folder of the WAIK in the Start Menu.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...