The MSIX Packaging Tool is now available from the Microsoft Store. MSIX is Microsoft’s planned replacement for the MSI and AppX format. Starting with Windows 10 1809, MSIX will replace AppX as a Package-Format completely. MSI + AppX = MSIX
Our approach to delivering results focuses on a three-phase process that includes designing, implementing, and managing each solution. We'll work with you to integrate our teams so that where your team stops, our team begins.
OUR APPROACHDesign modern IT architectures and implement market-leading technologies with a team of IT professionals and project managers that cross various areas of expertise and that can engage directly with your team under various models.
OUR PROJECTSWith our round-the-clock Service Desk, state-of-the-art Technical Operations Center (TOC), vigilant Security Operations Center (SOC), and highly skilled Advanced Systems Management team, we are dedicated to providing comprehensive support to keep your operations running smoothly and securely at all times.
OUR SERVICESThe MSIX Packaging Tool is now available from the Microsoft Store. MSIX is Microsoft’s planned replacement for the MSI and AppX format. Starting with Windows 10 1809, MSIX will replace AppX as a Package-Format completely. MSI + AppX = MSIX
Enable “Developer Mode”
Signed Certificate Use below PowerShell cmdlet to create a new certificate. New-SelfSignedCertificate -Type Custom -Subject “CN=Contoso Software, O=Contoso Corporation, C=US” -KeyUsage DigitalSignature -FriendlyName <Your Friendly Name> -CertStoreLocation “Cert:\LocalMachine\My” Example: New-SelfSignedCertificate -Type Custom -Subject “CN=Netrix, O=Netrix, C=US” -KeyUsage DigitalSignature -FriendlyName Netrix-MSIX -CertStoreLocation “Cert:\LocalMachine\My”
Export the certificate that we register for the users to whom the application would be deployed. $pwd = ConvertTo-SecureString – String Netrix 123 – Force – AsPlainText
Export-PfxCertificate -cert “Cert:\LocalMachine\My\<Certificate Thumbprint>” -FilePath Netrix_WSP.pfx -Password $pwd
Go to > Microsoft Store
nstallation of MSIX Packaging Tool, REBOOT the machine before launching it. Create A Sample Package Create sample package 7-zip, below are the steps: Launch MSIX Packaging Tool from Start Menu
certificate path, and click “Next”
Choose “create package on this computer,” then “Next”
Next Installer will start installation, choose the installation option and finish it
Once installation is complete, click Next installation configuration, right click on shortcut and click “Run”
Once configuration is complete, click “Yes,
move on Specify the package
location and click “Create” The screen below will appear, which shows a successfully created MSIX Package
For additional help and support with Microsoft integrations, please contact us today!