Install “windows 8” version of DISM on Windows 7
up vote
2
down vote
favorite
Is there a simple way of installing the Windows 8 version of Deployment Image Servicing and Management (DISM) tool on Windows 7?
Windows 7 does have a version of DISM
installed, but with much less functionality, in particular it lacks the following commands
dism /Delete-Image
dism /Split-Image
dism /Export-Image
(failed) try:
I tried a naive way (below) of copy-paste. It doesn't work. When I call the windows 8 binary, it fails with a message box "missing api-ms-win-downlevel-kernel32-l1-1-0.dll
" (is that a real DLL, by the way?
- Copy the binaries from windows 8
%SYSTEM%
and%SYSTEM%Dism
- Paste them to win7
%SYSTEM%
and%SYSTEM%Dism
- Register each dll with an elevated
regsvr32.exe
. Some succeed, some fail
windows-7 windows-8 windows-installer
add a comment |
up vote
2
down vote
favorite
Is there a simple way of installing the Windows 8 version of Deployment Image Servicing and Management (DISM) tool on Windows 7?
Windows 7 does have a version of DISM
installed, but with much less functionality, in particular it lacks the following commands
dism /Delete-Image
dism /Split-Image
dism /Export-Image
(failed) try:
I tried a naive way (below) of copy-paste. It doesn't work. When I call the windows 8 binary, it fails with a message box "missing api-ms-win-downlevel-kernel32-l1-1-0.dll
" (is that a real DLL, by the way?
- Copy the binaries from windows 8
%SYSTEM%
and%SYSTEM%Dism
- Paste them to win7
%SYSTEM%
and%SYSTEM%Dism
- Register each dll with an elevated
regsvr32.exe
. Some succeed, some fail
windows-7 windows-8 windows-installer
2
install the Windows 8.1 ADK: microsoft.com/en-US/download/details.aspx?id=39982
– magicandre1981
Dec 24 '16 at 7:46
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Is there a simple way of installing the Windows 8 version of Deployment Image Servicing and Management (DISM) tool on Windows 7?
Windows 7 does have a version of DISM
installed, but with much less functionality, in particular it lacks the following commands
dism /Delete-Image
dism /Split-Image
dism /Export-Image
(failed) try:
I tried a naive way (below) of copy-paste. It doesn't work. When I call the windows 8 binary, it fails with a message box "missing api-ms-win-downlevel-kernel32-l1-1-0.dll
" (is that a real DLL, by the way?
- Copy the binaries from windows 8
%SYSTEM%
and%SYSTEM%Dism
- Paste them to win7
%SYSTEM%
and%SYSTEM%Dism
- Register each dll with an elevated
regsvr32.exe
. Some succeed, some fail
windows-7 windows-8 windows-installer
Is there a simple way of installing the Windows 8 version of Deployment Image Servicing and Management (DISM) tool on Windows 7?
Windows 7 does have a version of DISM
installed, but with much less functionality, in particular it lacks the following commands
dism /Delete-Image
dism /Split-Image
dism /Export-Image
(failed) try:
I tried a naive way (below) of copy-paste. It doesn't work. When I call the windows 8 binary, it fails with a message box "missing api-ms-win-downlevel-kernel32-l1-1-0.dll
" (is that a real DLL, by the way?
- Copy the binaries from windows 8
%SYSTEM%
and%SYSTEM%Dism
- Paste them to win7
%SYSTEM%
and%SYSTEM%Dism
- Register each dll with an elevated
regsvr32.exe
. Some succeed, some fail
windows-7 windows-8 windows-installer
windows-7 windows-8 windows-installer
edited Nov 26 at 20:33
Ralph Willgoss
1596
1596
asked Dec 23 '16 at 20:03
PPC
456718
456718
2
install the Windows 8.1 ADK: microsoft.com/en-US/download/details.aspx?id=39982
– magicandre1981
Dec 24 '16 at 7:46
add a comment |
2
install the Windows 8.1 ADK: microsoft.com/en-US/download/details.aspx?id=39982
– magicandre1981
Dec 24 '16 at 7:46
2
2
install the Windows 8.1 ADK: microsoft.com/en-US/download/details.aspx?id=39982
– magicandre1981
Dec 24 '16 at 7:46
install the Windows 8.1 ADK: microsoft.com/en-US/download/details.aspx?id=39982
– magicandre1981
Dec 24 '16 at 7:46
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
Per default a Windows 7 installation comes with DISM 6.1.7600.16385.
What you can do here is to upgrade it to DISM 6.3.9600.17029 which will support:
dism /Delete-Image
dism /Split-Image
dism /Export-Image
All you need to do is:
- Download and install the Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update from here or the direct download link.
- When asked what features to install, select only the Deployment Tools (54 MB).
However after that the DISM 6.1.7600.16385 is still presence on your Windows 7 OS.
To use DISM 6.3.9600.17029 you NEED to run that directly from:C:Program Files (x86)Windows Kits8.1Assessment and Deployment KitDeployment Toolsx86DISM
.
Otherwise you will still have the older DISM version as explained here.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
Per default a Windows 7 installation comes with DISM 6.1.7600.16385.
What you can do here is to upgrade it to DISM 6.3.9600.17029 which will support:
dism /Delete-Image
dism /Split-Image
dism /Export-Image
All you need to do is:
- Download and install the Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update from here or the direct download link.
- When asked what features to install, select only the Deployment Tools (54 MB).
However after that the DISM 6.1.7600.16385 is still presence on your Windows 7 OS.
To use DISM 6.3.9600.17029 you NEED to run that directly from:C:Program Files (x86)Windows Kits8.1Assessment and Deployment KitDeployment Toolsx86DISM
.
Otherwise you will still have the older DISM version as explained here.
add a comment |
up vote
2
down vote
accepted
Per default a Windows 7 installation comes with DISM 6.1.7600.16385.
What you can do here is to upgrade it to DISM 6.3.9600.17029 which will support:
dism /Delete-Image
dism /Split-Image
dism /Export-Image
All you need to do is:
- Download and install the Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update from here or the direct download link.
- When asked what features to install, select only the Deployment Tools (54 MB).
However after that the DISM 6.1.7600.16385 is still presence on your Windows 7 OS.
To use DISM 6.3.9600.17029 you NEED to run that directly from:C:Program Files (x86)Windows Kits8.1Assessment and Deployment KitDeployment Toolsx86DISM
.
Otherwise you will still have the older DISM version as explained here.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
Per default a Windows 7 installation comes with DISM 6.1.7600.16385.
What you can do here is to upgrade it to DISM 6.3.9600.17029 which will support:
dism /Delete-Image
dism /Split-Image
dism /Export-Image
All you need to do is:
- Download and install the Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update from here or the direct download link.
- When asked what features to install, select only the Deployment Tools (54 MB).
However after that the DISM 6.1.7600.16385 is still presence on your Windows 7 OS.
To use DISM 6.3.9600.17029 you NEED to run that directly from:C:Program Files (x86)Windows Kits8.1Assessment and Deployment KitDeployment Toolsx86DISM
.
Otherwise you will still have the older DISM version as explained here.
Per default a Windows 7 installation comes with DISM 6.1.7600.16385.
What you can do here is to upgrade it to DISM 6.3.9600.17029 which will support:
dism /Delete-Image
dism /Split-Image
dism /Export-Image
All you need to do is:
- Download and install the Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update from here or the direct download link.
- When asked what features to install, select only the Deployment Tools (54 MB).
However after that the DISM 6.1.7600.16385 is still presence on your Windows 7 OS.
To use DISM 6.3.9600.17029 you NEED to run that directly from:C:Program Files (x86)Windows Kits8.1Assessment and Deployment KitDeployment Toolsx86DISM
.
Otherwise you will still have the older DISM version as explained here.
edited Nov 26 at 20:33
Ralph Willgoss
1596
1596
answered Aug 31 '17 at 18:10
BastianW
419210
419210
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1159689%2finstall-windows-8-version-of-dism-on-windows-7%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
install the Windows 8.1 ADK: microsoft.com/en-US/download/details.aspx?id=39982
– magicandre1981
Dec 24 '16 at 7:46