Rust Client: Using windows-bindgen, Class not registered #3906
Unanswered
RichiCoder1
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Howdy all! I'm building a toy client based on Tauri & Rust, and using
windows-bindgen
to create an interface to interact with WinGet.I'm generating bindings from the
Microsoft.Management.Deployment.winmd
in the Appx install dir, and doing a basicManagement::Deployment::PackageManager::new()
. In theory this should work, but it's complaining that the COM class isn't registered, and I also don't seeMirosoft.Management
in the registry. I'm usingWindows Package Manager v1.6.3133
, is there something special I need to do to enable COM?Beta Was this translation helpful? Give feedback.
All reactions