Howard Kapustein

Results 33 issues of 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...

enhancement
question

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...

area-Infrastructure
area-App activation

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 ![image](https://user-images.githubusercontent.com/72222/160049653-0b83925f-fcc6-4cea-a692-f91a8de2f27e.png) TODO replace...

feature
needs-triage :mag:
area-App deployment

# 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...

feature
area-Deployment

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` *...

needs-triage :mag:
area-DynamicDependencies

# 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...

area-ApplicationData

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...

Feature
Area-MSIX SDK

The packaging API should be available to developers at build-time as a Nuget package

Feature
Area-MSIX

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)

Feature
Area-MSIX