Jump to content
You must now use your email address to sign in [click for more info] ×

Troubleshooting install and uninstall issues for Affinity V2 on Windows (.MSIX)


Recommended Posts

  • Staff

Before going any further, please make sure that you're using a supported operating system. Affinity V2 WILL ONLY INSTALL AND RUN on Windows 11 & Windows 10 May 2020 Update (2004, 20H1, build 19041) or later. To find out which version of Windows you're running, please read this from Microsoft.

Affinity V2 & .MSIX

If you've purchased Affinity V2 for Windows directly from the Affinity Store, you will have downloaded an MSIX package. MSIX packages are a modern and reliable installation package which means install and uninstall issues are rare. You can read more about our decision to use MSIX here. However, if you run into issues when trying to install or uninstall Affinity V2, please try the below suggestions:


Check you're not getting one of the below install errors:

App Installer Download:

If you don't have an app installed to open the .MSIX file you may need to download and install App Installer from the Microsoft Store here.


Use PowerShell Instead:

You can also install MSIX packages via PowerShell by opening PowerShell as Admin and then using the following command, presuming you have downloaded the MSIX to your Downloads folder:

Add-AppxPackage -Path "C:\Users\MyUserName\Downloads\affinity-designer-2.0.3.msix" -DependencyPath "https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx"


Log Files

If you're still having issues installing our apps and you're not getting one of the errors listed above, you can check the MSIX installation logs in Event Viewer by going to:

Application and Services Logs > Microsoft > Windows > AppxDeployment-Server > Microsoft-Windows-AppXDeploymentServer/Operational


App Fail to Uninstall

Apps can be uninstall via Settings > Apps > Apps & Features but if that fails for whatever reason, you can try uninstalling via PowerShell using the following command:

Remove-AppxPackage -Package "SerifEuropeLtd.AffinityPhoto2_2.0.0_x64__v5ap6qg21y3cg"

You can use  AppxPackage –AllUsers -Name *Affinity* Cmdlet in PowerShell to find the correct Package Name before running the above command.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.