convert install.esd to install.wim

  1. copy install.esd from source installation to local/repository directory (e.g e:\esd ).
  2. run dism /get-wiminfo /wimfile:install.esd.
  3. choose which preferred-index need to be converted (e.g index 6).
  4. run dism /export-image /sourceimagefile:install.esd /sourceindex:6 /destinationimagefile:install.wim /compress:max /checkintegrity
  5. copy back install.wim to source installation.

Comments

Popular posts from this blog

OSS RC : learning by doing (new beginning)

RSYNC via SSH on solaris 10