feat: add MYENVVAR environment variable to installer for amd64 template

This commit is contained in:
Simon Larsen
2025-01-06 08:27:01 +00:00
parent 6a9f76c656
commit 4021650ea5

View File

@@ -52,6 +52,8 @@
</Directory>
</Directory>
<DirectoryRef Id="INSTALLFOLDER"> <Environment Id="MYENVVAR" Name="MYENVVAR" Value="[INSTALLFOLDER]" Part="last" Permanent="yes" System="yes" /> </DirectoryRef>
<Feature Id='Complete' Level='1'>
<ComponentRef Id='MainExecutable' />
</Feature>