Windows install now sets HeapSearchPath in the registry

original commit: e15dffdaa6492a971b60e58e23d6d1f6262ea5da
This commit is contained in:
Bob Burger 2018-05-14 11:45:42 -04:00
parent ace59999fd
commit 137342a80f
2 changed files with 10 additions and 0 deletions

2
LOG
View File

@ -933,3 +933,5 @@
mats/Mf-t*, foreign.ms, foreign4.c
- Don't install equates.h
Mf-install.in, wininstall/*nt.wxs
- Windows install now sets HeapSearchPath in the registry
wininstall/product.wxs

View File

@ -76,6 +76,14 @@
<FeatureRef Id="VCRedist64"/>
<?endif?>
<Feature Id="Registry" Level="1" Title="Chez Scheme Registry Entries">
<Component Id="cmpRegistry" Directory="APPLICATIONFOLDER" Guid="*">
<RegistryKey Root="HKLM" Key="SOFTWARE\Chez Scheme\csv$(var.Version)">
<RegistryValue Name="HeapSearchPath" Value="[D_boot]%m" Type="string" />
</RegistryKey>
</Component>
</Feature>
<Icon Id="cs.ico" SourceFile="../c/cs.ico"/>
<Property Id="ARPPRODUCTICON" Value="cs.ico"/>