https://github.com/heaths/sdb2xml
Shim Database Converter
https://github.com/heaths/sdb2xml
Last synced: about 1 year ago
JSON representation
Shim Database Converter
- Host: GitHub
- URL: https://github.com/heaths/sdb2xml
- Owner: heaths
- License: mit
- Created: 2020-08-02T06:08:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T17:47:42.000Z (about 1 year ago)
- Last Synced: 2025-03-29T09:22:28.988Z (about 1 year ago)
- Language: C#
- Size: 13.7 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Shim Database to XML Converter
Windows Application Capability uses databases to look for and apply shims to application files, install packages, and more.
This is a port of the [application](https://devblogs.microsoft.com/setup/shim-database-to-xml/) I originally wrote for discovering what shims were applied to Windows Installer packages. The source code was lost but seems people still find this handy, and there's some improvements I would like to make to modernize it.
For usage information, run `sdb2xml -h`.
## Feedback
Please leave feedback, ask questions, and file issues in our [Issues](https://github.com/heaths/sdb2xml/issues) page.
## License
This project is licensed under the [MIT license](LICENSE.txt).