Politicalespionage Homepage
Forum Home Forum Home > Computers > Computer tips
  New Posts New Posts RSS Feed - DISM WIM install
  FAQ FAQ  Forum Search   Events   Register Register  Login Login


DISM WIM install

 Post Reply Post Reply
Author
Message
reaper View Drop Down
Admin Group
Admin Group
Avatar

Joined: 27 Jan 2022
Status: Offline
Points: 351
Post Options Post Options   Thanks (0) Thanks(0)   Quote reaper Quote  Post ReplyReply Direct Link To This Post Topic: DISM WIM install
    Posted: 24 Jun 2024 at 5:33pm
(This script assumes D:\target exist and E: will be the mounted volume)
Mount the ISO (right click and select “Mount”)

COPY f:\sources\install.wim D:\target\.

MKDIR D:\target\offline

Optional: DISM /Get-WimInfo /WimFile:D:\target\install.wim (this will tell you the string for the /Name parameter)

DISM /Mount-Wim /WimFile:D:\target\install.wim /Name:"Windows 7 ENTERPRISE" /MountDir:D:\target\offline

Optional: DISM /Image:D:\target\offline /Get-CurrentEdition (this will confirm CoreSingleLanguage is currently set)

Optional: DISM /Image:D:\target\offline /Get-TargetEditions (this will confirm the valid target list)

DISM /Image:D:\target\offline /Set-Edition:ENTERPRISE

DISM /Unmount-Wim /MountDir:D:\target\offline /Commit

D:\target\install.wim is now a Pro SKU. You should be able to use it as you have used previous builds.
 

Back to Top
Sponsored Links


Back to Top
 Post Reply Post Reply
  Share Topic   

Quick Reply
Name:

Message:
   NoFollow is applied to all links from this forum
 Enable BBcodes

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.211 seconds.