Skip to content

Commit

Permalink
Add PATH environment variable setting in Windows installer templates
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 24, 2024
1 parent 45803a8 commit 511987b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions InfrastructureAgent/windows/app-amd64-template.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
Source='binary_placeholder'
KeyPath='yes'
/>
<Environment Id='PATH' Name='PATH' Value='[INSTALLDIR]' Permanent='no' Part='last' Action='set' />
</Component>
</Directory>
</Directory>
Expand Down
1 change: 1 addition & 0 deletions InfrastructureAgent/windows/app-arm64-template.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
Source='binary_placeholder'
KeyPath='yes'
/>
<Environment Id='PATH' Name='PATH' Value='[INSTALLDIR]' Permanent='no' Part='last' Action='set' />
</Component>
</Directory>
</Directory>
Expand Down

0 comments on commit 511987b

Please sign in to comment.