https://github.com/seven-mile/calldismlib
An expamle project calling Windows Deployment Imaging Service Management COM API.
https://github.com/seven-mile/calldismlib
Last synced: about 2 months ago
JSON representation
An expamle project calling Windows Deployment Imaging Service Management COM API.
- Host: GitHub
- URL: https://github.com/seven-mile/calldismlib
- Owner: seven-mile
- Created: 2019-11-16T11:12:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T00:44:16.000Z (over 5 years ago)
- Last Synced: 2025-03-29T03:41:24.537Z (2 months ago)
- Language: C++
- Homepage:
- Size: 85.9 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CallDismLib
An expamle project calling Windows Deployment Imaging Service Management I COM API.
This COM library is much more powerful than the diffuse POP DISM API, and it don't need the huge ADK.
AND! Its typelib has been registered beforehand on every Windows PC!
The only shortcoming is that...
Windows Deployment Imaging Service Management is not documented...