Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We built WPF app and are delivering MSI for our Enterprise customers. We were creating MSI with Setup Project in Visual Studio. Since our customers are deploying apps through their Admin/System account, MSI should be set to per-machine context. What I am doing is now is that I create MSI and user orca to set property ALLUSERS=1. However, it does not seem to be fully working as per-machine installation. Is there anything that I need to take care of?