Add PATH environment variable setting in Windows installer templates

This commit is contained in:
Simon Larsen
2024-12-24 20:03:40 +00:00
parent 45803a8cd2
commit 511987bd70
2 changed files with 2 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>