Skip to content

Commit

Permalink
Windows install now sets HeapSearchPath in the registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Burger committed May 14, 2018
1 parent 7c86c15 commit e15dffd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LOG
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions wininstall/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>

Expand Down

0 comments on commit e15dffd

Please sign in to comment.