Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.63 KB

installation.md

File metadata and controls

49 lines (25 loc) · 1.63 KB

Installation

If it is an update, you just have to:

  • open the Package folder, open the .msixbundle file and click on Update

To install the package, you need to :

  • in Windows Settings > Privacy and Security > For developers, enable Developer Mode

  • open the Package folder, press Shift and right-click the Install.ps1 file, then select Copy as path

  • open Windows Powershell as Administrator

    • run Set-ExecutionPolicy Bypass, validate by typing Y as Yes

    • paste the path to Install.ps1 file you copied, remove quotes and run it (eg: C:\Path\To\Package\Install.ps1)

      • if necessary, validate installation of the certificate by typing Y as Yes on the next steps

      • a confirmation message appears when the installation is complete.

    • run Set-ExecutionPolicy Restricted, validate by typing Y as Yes

  • in Windows Settings > Privacy and Security > For developers, disable Developer Mode

But if you don't trust my package...

You can deploy it yourself, for that you have to :

  • download sources

  • install Visual Studio

  • open the solution (Translator.sln)

  • download and install necessary SDKs

  • in the Solution Explorer, right-click the Translator (Package) project, choose Publish and click Create App Packages...

  • select Sideloading, then click Next

  • select Yes, select a certificate, then click Create and fill fields

  • trust your new certificate, then click Next

  • select the targeted CPU architecture and ensure Solution Configuration is Release

  • finally click Create and after compiling find your package in the Output location folder