Jump to content

How do I compress files install.win?


Recommended Posts


Posted

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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