win32-app-isolation icon indicating copy to clipboard operation
win32-app-isolation copied to clipboard

[Feature]: Use system default editor to edit manifest file

Open gili-gili opened this issue 2 years ago • 1 comments

Summary

Unable to edit manifest if you have Notepad uninstalled, even if a editor is specified as the default application to edit .manifest files. It's also a problem for those who want use other editors for more features (e.g syntax highlighing, auto-completion).

Pitch

Screenshot

Screenshot 2023-05-26 050147

Log

[5/26/2023 4:55:59] [Warning] Error occurred while working on the manifest file. System.ComponentModel.RunWorkerCompletedEventArgs
[5/26/2023 4:55:59] [Warning] Error Occurred: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at MsixPackagingTool.ViewModel.PackageEditorWorkflow.PackageInformationViewModel.OpenManifestFileProcess(InstallerHelper installerHelper)
   at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
   at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)

gili-gili avatar May 26 '23 12:05 gili-gili

Thanks for reporting this issue, we'll get this feature request over to our partners in the MPT team.

lilybarkley-msft avatar May 26 '23 17:05 lilybarkley-msft