Skip to content Skip to sidebar Skip to footer

Com "get Property" With Multiple Arguments

I'm trying to call WindowsInstaller.Installer.ProductsEx from python, and can't figure out how to make it work. Here's a vbscript version of what I want to call from python: dim ms

Solution 1:

Use Get/Set

msi.GetProductsEx("", "s-1-1-0", 7)

Post a Comment for "Com "get Property" With Multiple Arguments"