Print Page | Close Window

DISM WIM install

Printed From: Politicalespionage
Category: Computers
Forum Name: Computer tips
Forum Description: Mostly Windows tips
URL: http://www.Politicalespionage.com/forum_posts.asp?TID=1174
Printed Date: 16 Sep 2024 at 12:30pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: DISM WIM install
Posted By: reaper
Subject: DISM WIM install
Date 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.
 




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net