You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the first-time installation, you'll need to generate a self-signed certificate. The script below will generate and add a cert to your [TRCA store](https://docs.microsoft.com/en-us/windows-hardware/drivers/install/trusted-root-certification-authorities-certificate-store).
9
7
1. Open `Developer PowerShell for VS` as an Admin
10
8
2. Navigate to your repo's `installer\MSIX`
11
9
3. Run `.\generate_self_sign_cert.ps1`
12
10
13
-
#### Elevate `Developer PowerShell for VS` permissions
11
+
**Note:** if you delete the folder, you will have to regenerate the key
12
+
13
+
### Elevate `Developer PowerShell for VS` permissions due to unsigned file
14
14
`msix_reinstall.ps1` is unsigned, you'll need to elevate your prompt.
15
15
1. Open `Developer PowerShell for VS` as admin
16
16
2. Run `Set-ExecutionPolicy -executionPolicy Unrestricted`
17
17
18
-
###To Build MSIX
18
+
## To Build MSIX
19
19
1. Make sure you've built the `Release` configuration of `powertoys.sln`
20
20
2. Open `Developer PowerShell for VS`
21
21
3. Navigate to your repo's `installer\MSIX`
22
22
4. Run `.\msix_reinstall.ps1` from the devenv powershell
23
23
24
-
####What msix_reinstall.ps1 does
24
+
### What msix_reinstall.ps1 does
25
25
`msix_reinstall.ps1` removes the current PowerToys installation, restarts explorer.exe (to update PowerRename shell extension), builds `PowerToys-x64.msix` package, signs it with a PowerToys_TemporaryKey.pfx, and finally installs it.
26
26
27
-
####Removing all .msi/.msix PowerToys installations
27
+
### Removing all .msi/.msix PowerToys installations
0 commit comments