w32 icon indicating copy to clipboard operation
w32 copied to clipboard

Msi

Open 89z opened this issue 5 years ago • 0 comments

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

89z avatar Feb 01 '21 01:02 89z