From 47cf5aa58610da684f8bbad5aeb75c5ff400bca2 Mon Sep 17 00:00:00 2001 From: mary-dcouto Date: Tue, 8 Mar 2022 19:52:48 +0530 Subject: [PATCH] initial checkin for the ziti desktop edge package file --- Installer/ZitiDesktopEdgePackage.aip | 598 +++++++++++++++++++++++++++ README.md | 8 + 2 files changed, 606 insertions(+) create mode 100644 Installer/ZitiDesktopEdgePackage.aip diff --git a/Installer/ZitiDesktopEdgePackage.aip b/Installer/ZitiDesktopEdgePackage.aip new file mode 100644 index 00000000..acdba783 --- /dev/null +++ b/Installer/ZitiDesktopEdgePackage.aip @@ -0,0 +1,598 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 39d623e1..ddf014a0 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,11 @@ https://feedback.smartscreen.microsoft.com/smartscreenfaq.aspx For more information about code signing requirements, refer to: http://msdn.microsoft.com/en-us/windows/hardware/gg487309.aspx + +## Submit the Ziti Desktop Edge application to Microsoft store + +Build the application using the same step "Building a release" above, it will generate a msixuplod file in the Build_MSIX_APPXSetupFiles folder inside the Installer directory. Then login to microsoft partner portal and follow the below steps to submit the application to microsoft store. + +1. Go to Windows & xbox and create an application with the name Ziti Desktop Edge. Once this application name is reserved for you, you can create the submission. (One time step) +2. Create a package flight and upload the msixupload file. When you click on save, it will validate the package. It will verify whether the applcation Id and name are matching to what is configured in the partner portal. If there are validation errors, you need to fix the errors first and upload the package again. You dont need to digitally sign the exe when you create the package, the partner portal will sign it for you. +3. Once the package is validated and saved successfully, create a submission with this packge. Ziti application requires restricted capabilities like runFullTrust, localSystemServices and packagedServices. These capabilities are configured in the new Package aip file. So this submission has to be approved by the partner portal, when you submit it for the first time. You need to provide explanation stating why we need whose features and submit to the store for approval. \ No newline at end of file