w32
w32 copied to clipboard
Msi
It might be helpful to some to add the Msi functions. I have my own implementation here if it helps:
https://pkg.go.dev/github.com/89z/x/sys
and some other links:
- https://docs.microsoft.com/windows/win32/api/msi
- https://docs.microsoft.com/windows/win32/api/msiquery
- https://docs.python.org/library/msilib.html