Howard Kapustein
Howard Kapustein
I need to use Detours in a project so the simplest answer is "use Detours' nuget package" - except that doesn't exist :-( I tried adding Detours source into my...
Update CodingGuidelines, projects and supporting bits per VS2022-required-to-create-WinAppSDK NOTE: This is the process used to CREATE WinAppSDK. The processes and policies for devs to USE WinAppSDK are an entirely different...
NOT YET READY FOR REVIEW TESTING IN PROGRESS Add an auto-initializer for DeploymentManager (very similar to the Bootstrapper's auto-initializer). If DeploymentManager Initialize fails... ...Write to the eventlog  TODO replace...
# Proposal: Uninstall/Reset/Repair Tasks ## Summary Provide an uninstall hook for custom activity equivalent to [windows.preinstallConfigTask](https://docs.microsoft.com/en-us/windows-hardware/customize/preinstall/preinstall-tasks) and [windows.updateTask](https://docs.microsoft.com/en-us/windows-hardware/customize/preinstall/preinstall-tasks#updatetask-example). Also potentially provide similar support for 'repair' and 'reset' operations. Microsoft-internal task...
Extend the API with support for initialization options * Flat-C: Add enum `MddBootstrapInitializeOptions` * Flat-C: Add `MddBootstrapInitialize2()` same as `MddBootstrapInitialize()` plus the `options` parameter * C++: Add enum `InitializeOptions` *...
# Proposal: Microsoft.Storage.ApplicationData ## Summary Provide a modern enhanced version of [Windows.Storage.ApplicationData](https://docs.microsoft.com/uwp/api/windows.storage.applicationdata?view=winrt-22621) and [Windows.Management.Core.ApplicationDataManager](https://docs.microsoft.com/uwp/api/Windows.Management.Core.ApplicationDataManager?view=winrt-22621) Microsoft-internal task [40050113](https://task.ms/40050113) ## Rationale * `Windows.Storage.ApplicationData.Current` only works if you have package identity AND running...
This is similar to [Issue #366 = Provide C# interop for cross platform msix packaging library](https://github.com/microsoft/msix-packaging/issues/366) but for Rust. If packaging had a WinRT API it could be projected to...
The packaging API should be available to developers at build-time as a Nuget package
The packaging API should be available for distribution and runtime and an [MSIX Framework package](https://docs.microsoft.com/uwp/schemas/appxpackage/uapmanifestschema/element-framework)