Forum Discussion
MorphCast
Aug 03, 2020Copper Contributor
MSIX Dependency Installer
Good Morning everyone, we're currently trying to publish our MorphCast application (C++ with QT framework) successfully to the Store. We already have it working on the store by capturing the ori...
Bogdan Mitrache
Aug 04, 2020Iron Contributor
Hi MorphCast
For the VC redist, if you're using version 11,12, or 14 you can simply add it as a dependency to your package and the Store will install it automatically, if not already present on the machine.
Here are more details (search for "PackageDependency"):
- Prepare to package a desktop application