K
K
KerroViT2020-08-12 20:34:30
Python
KerroViT, 2020-08-12 20:34:30

Are there ways to use the DISM API in Python?

Actually the question is in the title. Is it possible to use the DISM API in Python? Or is it only possible in C++?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Ternick, 2020-08-13
@KerroViT

It is possible, I think all the functionality is contained in some library (DismAPI.dll).
Having rummaged in system32, I found something similar, I also looked inside it using DllExp.
I take it this is her?
image9adae635e60c7d6c.png
And in python there is a ctypes library that allows you to work with .dll :)
If I answered your question, mark the answer as the solution.
Good luck :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question