Skip to content

How to install

ikas edited this page Nov 14, 2024 · 5 revisions

Windows Store Package

  • Install from Windows store (must for first time installtion)

  • Download 7061touchwp.CustomContextMenu_x_neutral_._m9vp3t2f55f5t.Msixbundle from Github release , then open and install

Release or Dev Packages

Manual installation

  1. Import self-signed certificate, Open Cert file, Import > Local Machine > Place all certificates in the following store > Trusted People > Finish

  2. Install all Dependencies/*.appx then Install app package

Use PowerShell Scripts (when Install.ps1 exists)

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
./Install.ps1
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Scope CurrentUser