Howard Kapustein

Results 263 comments of Howard Kapustein

> Also, how do unpackaged apps play into this? Do they contribute data to a key somewhere, like a progid maybe? What sources of data does ms-app consult when trying...

> Does this solve the problem of being able to launch apps "from the command line"? Yes. "ms-app://Microsoft.WindowsCalculator_8wekyb3d8bbwe" would launch calculator Alternatives today: 1: IF calculator defines a protocol, "calc:///"...

Ahhhh. Yes, WASDK's `PackageVolume` is equivalent to the related methods/properties on the Windows PackageVolume runtimeclass and currently doesn't have most of the `PackageVolume` related methods on `PackageManager`: * AddPackageToVolumeAndOptionalPackagesAsync() *...

Package options target a package volume via Add/Stage/RegisterPackageOptions e.g. ``` var options = new AddPackageOptions(); options.TargetVolume = vol; var pdm = new PackageDeploymentManager(); pdm.AddPackageAsync(pkg, options); ``` is equivalent to ```...

> However, I still hope that all the APIs related to packagevolume can be present in the WASDK My comment wasn't about downgrading the value or import, just noting the...