feat: remove redundant MYENVVAR environment variable from installer templates

This commit is contained in:
Simon Larsen
2025-01-06 12:39:17 +00:00
parent 27647f529f
commit 08cdb33e6e
3 changed files with 232 additions and 6 deletions

View File

@@ -51,9 +51,6 @@
</Directory>
</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>

View File

@@ -47,15 +47,16 @@
Source='binary_placeholder'
KeyPath='yes'
/>
</Component>
</Directory>
</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>
</Product>
</Wix>