- open the
Package
folder, open the.msixbundle
file and click onUpdate
-
in
Windows Settings
>Privacy and Security
>For developers
, enableDeveloper Mode
-
open the
Package
folder, pressShift
and right-click theInstall.ps1
file, then selectCopy as path
-
open
Windows Powershell
as Administrator-
run
Set-ExecutionPolicy Bypass
, validate by typingY
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 typingY
as Yes
-
-
in
Windows Settings
>Privacy and Security
>For developers
, disableDeveloper Mode
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, choosePublish
and clickCreate App Packages...
-
select
Sideloading
, then clickNext
-
select
Yes, select a certificate
, then clickCreate
and fill fields -
trust your new certificate, then click
Next
-
select the targeted CPU architecture and ensure
Solution Configuration
isRelease
-
finally click
Create
and after compiling find your package in theOutput location
folder