Skip to content

Commit 60d9e9c

Browse files
committed
docs: wix doesn't need to be added to path (#16)
1 parent d1726dd commit 60d9e9c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@ Start-Process `
2020
-Verb RunAs
2121
```
2222

23-
Update your path environment with `setx` (supposing you installed the tools in
24-
their default directories):
25-
26-
```powershell
27-
setx PATH ($(Get-ItemProperty -Path HKCU:\Environment -Name Path).Path + "${env:ProgramFiles(x86)}\WiX Toolset v3.11\bin")
28-
```
29-
30-
Check if `PATH` was set correctly:
31-
32-
```
33-
Get-Command candle
34-
```
35-
3623
## Build
3724

3825
Run the `Build-Installer.ps1` PowerShell script to build the installer.

0 commit comments

Comments
 (0)