feat: add environment variable MYENVVAR to installer for arm64 template

This commit is contained in:
Simon Larsen
2025-01-06 08:26:43 +00:00
parent c3bba74107
commit 6a9f76c656

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>