Windows install now sets HeapSearchPath in the registry
original commit: e15dffdaa6492a971b60e58e23d6d1f6262ea5da
This commit is contained in:
parent
ace59999fd
commit
137342a80f
2
LOG
2
LOG
|
@ -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
|
||||
|
|
|
@ -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"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user