feat: 9.5.9

This commit is contained in:
tmtt 2022-07-29 15:12:07 +02:00
parent cb1753732b
commit 35f43a7909
1084 changed files with 558985 additions and 0 deletions

5
wininstall/.gitignore vendored Executable file
View file

@ -0,0 +1,5 @@
*.exe
*.msi
*.wixobj
*.wixpdb
/vcredist.wxs

32
wininstall/Makefile Normal file
View file

@ -0,0 +1,32 @@
VERSION := 9.5.9
WIXEXTENSIONS := -ext WixUIExtension -ext WixBalExtension
export MSYS_NO_PATHCONV=1
ChezScheme.exe: x86/bundle.wixobj ChezScheme32.msi ChezScheme64.msi
cmd.exe /c light.bat -nologo $(WIXEXTENSIONS) $< -out $@
ChezScheme32.msi: x86/product.wixobj x86/examples.wixobj x86/i3nt.wixobj x86/ti3nt.wixobj x86/vcredist.wixobj x86/ui.wixobj
cmd.exe /c light.bat -nologo $(WIXEXTENSIONS) $^ -sice:ICE64 -sice:ICE03 -sice:ICE82 -sice:ICE61 -out "$@"
ChezScheme64.msi: x64/product.wixobj x64/a6nt.wixobj x64/examples.wixobj x64/ta6nt.wixobj x64/vcredist.wixobj x64/ui.wixobj
cmd.exe /c light.bat -nologo $(WIXEXTENSIONS) $^ -sice:ICE64 -sice:ICE03 -sice:ICE82 -sice:ICE61 -out "$@"
x86/%.wixobj: %.wxs
cmd.exe /c candle.bat -nologo -dVersion=$(VERSION) $(WIXEXTENSIONS) $< -out $@
x64/%.wixobj: %.wxs
cmd.exe /c candle.bat -arch x64 -nologo -dVersion=$(VERSION) $(WIXEXTENSIONS) $< -out $@
vcredist.wxs: locate-vcredist.bat
cmd.exe /c locate-vcredist.bat
.PHONY: workareas
workareas:
cd ..; ./configure -m=a6nt; $(MAKE) -C a6nt
cd ..; ./configure -m=i3nt; $(MAKE) -C i3nt
cd ..; ./configure -m=ta6nt; $(MAKE) -C ta6nt
cd ..; ./configure -m=ti3nt; $(MAKE) -C ti3nt
.PHONY: clean
clean:
-rm -rf *.msi *.wixpdb x86/ x64/ vcredist.wxs *.wixobj *.exe

91
wininstall/a6nt.wxs Normal file
View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="D_bin">
<Directory Id="D_bin_a6nt" Name="a6nt">
<Component Id="cmp9E121291956F53F264990A9F6E93E67D" Guid="*">
<File Id="fil174DC3B31231BE75291782CBF71B1ECB" KeyPath="yes" Source="..\a6nt\bin\a6nt\csv959.dll" />
</Component>
<Component Id="cmpDB181AE3BD838D4F431CAE12DB40B70A" Guid="*">
<File Id="fil53D3BD37CECBBF28D1DB95A8B750DBDC" KeyPath="yes" Source="..\a6nt\bin\a6nt\csv959.exp" />
</Component>
<Component Id="cmp0B0A70880E3C505B199705D415235AC7" Guid="*">
<File Id="fil69E98A18AB5AD3061617C9E68F536773" KeyPath="yes" Source="..\a6nt\bin\a6nt\csv959.lib" />
</Component>
<Component Id="cmp41C1093548579E6BE087DD4BE735B7C5" Guid="*">
<File Id="fil11683117A53DD772D9B6F0C11BE06C7C" KeyPath="yes" Source="..\a6nt\bin\a6nt\csv959.pdb" />
</Component>
<Component Id="cmpD50999EDF5C2480D6F6F6A04E6B127F3" Guid="*">
<File Id="filE439E2DE55CFE1366273AF3E232D4519" KeyPath="yes" Source="..\a6nt\bin\a6nt\petite.exe" />
</Component>
<Component Id="cmp5740FF469BE73A073AF9A5DB75C36C8F" Guid="*">
<File Id="filAFA637C0D30922D860F3EE6D92EEB420" KeyPath="yes" Source="..\a6nt\bin\a6nt\petite.pdb" />
</Component>
<Component Id="cmpDD19E9A8DE8058599CFC66AF8DB39487" Guid="*">
<File Id="filA4D665DE511690E448BF115110B44A21" KeyPath="yes" Source="..\a6nt\bin\a6nt\scheme.exe">
<Shortcut Id="cs_a6nt_shortcut"
Advertise="yes"
Name="Chez Scheme 64-bit nonthreaded"
Description="Chez Scheme Version $(var.Version) 64-bit nonthreaded"
Directory="D_shortcuts"
Icon="cs.ico"
WorkingDirectory="APPLICATIONFOLDER"/>
</File>
</Component>
<Component Id="cmp6BB67EB735F0C8C23D4B94F0096A19BF" Guid="*">
<File Id="fil7A6708590A224BCB853A13A84ABACC69" KeyPath="yes" Source="..\a6nt\bin\a6nt\scheme.pdb" />
</Component>
</Directory>
</DirectoryRef>
<DirectoryRef Id="D_boot">
<Directory Id="D_boot_a6nt" Name="a6nt">
<Component Id="cmpB8AFC5E7298C4FB423F21E474D718248" Guid="*">
<File Id="filAA3DCFC2962A0A679D26BAEF2EE45D18" KeyPath="yes" Source="..\a6nt\boot\a6nt\csv959md.lib" />
</Component>
<Component Id="cmp41A0F324C636C03565EFAB5DC1197958" Guid="*">
<File Id="fil0052F236986BD25DFE0D0DE76854483B" KeyPath="yes" Source="..\a6nt\boot\a6nt\csv959mt.lib" />
</Component>
<Component Id="cmp08025CB77BA01465D21171D27231AE6A" Guid="*">
<File Id="fil7FF609B8D0F6C6E984910D4458F7B76B" KeyPath="yes" Source="..\a6nt\boot\a6nt\mainmd.obj" />
</Component>
<Component Id="cmp9A2A63AC4024CDB5A4AB32201F5CCF90" Guid="*">
<File Id="filBB807108515066B3DCB86480B66619D0" KeyPath="yes" Source="..\a6nt\boot\a6nt\mainmt.obj" />
</Component>
<Component Id="cmp16473ADACEED364D590D03625C25E89F" Guid="*">
<File Id="fil6610154EF259B5032186716CA4B7907B" KeyPath="yes" Source="..\a6nt\boot\a6nt\petite.boot" />
</Component>
<Component Id="cmpFD41FA4B58A832ECA2F6DD2072FB9AF4" Guid="*">
<File Id="fil9A32114AB26B7B550F6181EE6B49983C" KeyPath="yes" Source="..\a6nt\boot\a6nt\scheme.boot" />
</Component>
<Component Id="cmpCF87ED4A57D979176405C247DF74C089" Guid="*">
<File Id="fil58F4DBE33B3EE5A7E676840E20BE658A" KeyPath="yes" Source="..\a6nt\boot\a6nt\scheme.h" />
</Component>
<Component Id="cmp2D19D4386E40826BAD887EB79EB3F163" Guid="*">
<File Id="fil9BCC9A55DC3F2B6C3A8D1C91FEA34969" KeyPath="yes" Source="..\a6nt\boot\a6nt\scheme.res" />
</Component>
<Component Id="cmp3395E9DB380C4153BF70BA8934BF21D3" Guid="*">
<File Id="fil77244B8601F445908549F279EDF7D53A" KeyPath="yes" Source="..\a6nt\boot\a6nt\revision" />
</Component>
</Directory>
</DirectoryRef>
<ComponentGroup Id="a6nt">
<ComponentRef Id="cmp9E121291956F53F264990A9F6E93E67D" />
<ComponentRef Id="cmpDB181AE3BD838D4F431CAE12DB40B70A" />
<ComponentRef Id="cmp0B0A70880E3C505B199705D415235AC7" />
<ComponentRef Id="cmp41C1093548579E6BE087DD4BE735B7C5" />
<ComponentRef Id="cmpD50999EDF5C2480D6F6F6A04E6B127F3" />
<ComponentRef Id="cmp5740FF469BE73A073AF9A5DB75C36C8F" />
<ComponentRef Id="cmpDD19E9A8DE8058599CFC66AF8DB39487" />
<ComponentRef Id="cmp6BB67EB735F0C8C23D4B94F0096A19BF" />
<ComponentRef Id="cmpB8AFC5E7298C4FB423F21E474D718248" />
<ComponentRef Id="cmp41A0F324C636C03565EFAB5DC1197958" />
<ComponentRef Id="cmp08025CB77BA01465D21171D27231AE6A" />
<ComponentRef Id="cmp9A2A63AC4024CDB5A4AB32201F5CCF90" />
<ComponentRef Id="cmp16473ADACEED364D590D03625C25E89F" />
<ComponentRef Id="cmpFD41FA4B58A832ECA2F6DD2072FB9AF4" />
<ComponentRef Id="cmpCF87ED4A57D979176405C247DF74C089" />
<ComponentRef Id="cmp2D19D4386E40826BAD887EB79EB3F163" />
<ComponentRef Id="cmp3395E9DB380C4153BF70BA8934BF21D3" />
</ComponentGroup>
</Fragment>
</Wix>

26
wininstall/bundle.wxs Executable file
View file

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<?define ProductName = "Chez Scheme"?>
<?define Manufacturer = "Cisco Systems, Inc."?>
<?define UpgradeCode = "f1d9058d-fb72-4896-862d-f332388cf392"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<Bundle Name="$(var.ProductName) $(var.Version)"
Version="$(var.Version)"
Manufacturer="$(var.Manufacturer)"
UpgradeCode="$(var.UpgradeCode)">
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense">
<bal:WixStandardBootstrapperApplication
LicenseFile="license.rtf"
LogoFile="cs.png"
SuppressOptionsUI="yes" />
</BootstrapperApplicationRef>
<Chain>
<MsiPackage SourceFile="ChezScheme32.msi" Cache="yes" />
<MsiPackage InstallCondition="VersionNT64" SourceFile="ChezScheme64.msi" Cache="yes" />
</Chain>
</Bundle>
</Wix>

8
wininstall/candle.bat Executable file
View file

@ -0,0 +1,8 @@
@echo off
if exist "%WIX%bin\candle.exe" goto found
echo WiX must be installed.
exit 1
:found
"%WIX%bin\candle.exe" %*

BIN
wininstall/cs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

109
wininstall/examples.wxs Executable file
View file

@ -0,0 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="D_examples">
<Component Id="cmpB577D6113A5B901F2580AFA28F34BFC3" Guid="*">
<File Id="fil63EEC128B76532A8F9B1FF44E6DD7E42" KeyPath="yes" Source="..\examples\compat.ss" />
</Component>
<Component Id="cmp1BE7F0C8DD746D65C373D5232DEBC50B" Guid="*">
<File Id="fil5E9A0DC96C769DA5F955AC63EA6E8BE2" KeyPath="yes" Source="..\examples\crepl.c" />
</Component>
<Component Id="cmp59DAEDDFDF5E03E332D2E3507E6C5EDA" Guid="*">
<File Id="filEC469095C6C7A1D318FD9DE4C24C761E" KeyPath="yes" Source="..\examples\csocket.c" />
</Component>
<Component Id="cmp1B7E2428CFC451195D1CAC3712B6E2BD" Guid="*">
<File Id="filBAE3A7D16D9DDF8FA5FF3057393C638A" KeyPath="yes" Source="..\examples\def.ss" />
</Component>
<Component Id="cmp5C3868C89D4BAD18E2ECCED683DC8242" Guid="*">
<File Id="filCC66438E7F8CAA8C91E98672A069261B" KeyPath="yes" Source="..\examples\edit.ss" />
</Component>
<Component Id="cmp1D234C979E3E81F4F17A030BEE7447C7" Guid="*">
<File Id="fil04703346B8C0E777FFDB540856144F34" KeyPath="yes" Source="..\examples\fact.ss" />
</Component>
<Component Id="cmp7576F8739617A7D117337B02F17EE881" Guid="*">
<File Id="fil49A63BB6E87D5A63BAA3FA8CB1C79126" KeyPath="yes" Source="..\examples\fatfib.ss" />
</Component>
<Component Id="cmp5D91CD47E8B58823C19ADD710D092163" Guid="*">
<File Id="fil309CE6D96728DD21EDE0C7E9B1AD66FC" KeyPath="yes" Source="..\examples\fft.ss" />
</Component>
<Component Id="cmp6793B3FF110ADF1EB5DA6F05BC317D4A" Guid="*">
<File Id="filC0092CE278B72C47A8F4FACF5F749BF0" KeyPath="yes" Source="..\examples\fib.ss" />
</Component>
<Component Id="cmp3EE81C49B9A25E22A870EC81819536AC" Guid="*">
<File Id="fil9733FDDA6ECB785A53543BA7AF2A9DC2" KeyPath="yes" Source="..\examples\foreign.ss" />
</Component>
<Component Id="cmp03C3321D21D01E0514380F00EDD73573" Guid="*">
<File Id="fil9E8E14967CE9934165AF69D58600FA60" KeyPath="yes" Source="..\examples\freq.ss" />
</Component>
<Component Id="cmpBD53B776B296A05B12B5AB59AD32357B" Guid="*">
<File Id="fil3B92FB8A3CF3538910BD29EB47AB67D2" KeyPath="yes" Source="..\examples\interpret.ss" />
</Component>
<Component Id="cmp41FFDBC25F7C3BAD06C2BA349D62C96B" Guid="*">
<File Id="fil1250E139F8ED07471C291E1B71980F17" KeyPath="yes" Source="..\examples\m4.ss" />
</Component>
<Component Id="cmp87BE0B0A340E034571FC4E2E667603A6" Guid="*">
<File Id="filA140F8687EE65E0D7CC1791B97AAEFD1" KeyPath="yes" Source="..\examples\macro.ss" />
</Component>
<Component Id="cmp295EC730034BD173AEF50DB37638E2F9" Guid="*">
<File Id="fil239094ABC70A10F472B72CE0AB122E37" KeyPath="yes" Source="..\examples\matrix.ss" />
</Component>
<Component Id="cmp4F9DE6905567D3F04491BCE965184C31" Guid="*">
<File Id="fil41C8170080E4903775AC7F58B987EDF6" KeyPath="yes" Source="..\examples\object.ss" />
</Component>
<Component Id="cmp4E91EF5543679C2290025EE5E25CB5AA" Guid="*">
<File Id="filD417B53DDE3509DF5D1B817DB4331702" KeyPath="yes" Source="..\examples\power.ss" />
</Component>
<Component Id="cmpEEE11EFB9AC675A85B9A674295AE58FD" Guid="*">
<File Id="fil88773EA0409EE2F8FD5E0C730B30428F" KeyPath="yes" Source="..\examples\queue.ss" />
</Component>
<Component Id="cmp9289E52AA6AB402D5D42C4BC68993B2F" Guid="*">
<File Id="filA2808E107EA8147AD046878CC1C84344" KeyPath="yes" Source="..\examples\rabbit.ss" />
</Component>
<Component Id="cmpB29DE046BFD68764C6EC7AFBE24D6E45" Guid="*">
<File Id="fil963C10BCC1280EE5CA55E36F4D95E92A" KeyPath="yes" Source="..\examples\rsa.ss" />
</Component>
<Component Id="cmpC61B5C6A5BF935B36B74B192133B72A2" Guid="*">
<File Id="fil8B3E9CEFDD4BA37D6E411DF5C5AA18E4" KeyPath="yes" Source="..\examples\scons.ss" />
</Component>
<Component Id="cmp2E7F31D3AE9D877DB28CD78387D5C8CF" Guid="*">
<File Id="fil2A8985F63706779DF7B4A32DD390D9E1" KeyPath="yes" Source="..\examples\setof.ss" />
</Component>
<Component Id="cmpF829DBD441E7B5773553400C3837269E" Guid="*">
<File Id="fil31651733E384D29FA91673FF47D4D518" KeyPath="yes" Source="..\examples\socket.ss" />
</Component>
<Component Id="cmpC7192FD77410E3499EFD6E8B81DE231D" Guid="*">
<File Id="fil63160D17A120C3EE5F22E4165CDF532B" KeyPath="yes" Source="..\examples\template.ss" />
</Component>
<Component Id="cmpC74EC2ADF0E2524CA8045B05D8D69FC0" Guid="*">
<File Id="fil5E6E81C352254963DD41AE894CF003E8" KeyPath="yes" Source="..\examples\unify.ss" />
</Component>
</DirectoryRef>
<ComponentGroup Id="examples">
<ComponentRef Id="cmpB577D6113A5B901F2580AFA28F34BFC3" />
<ComponentRef Id="cmp1BE7F0C8DD746D65C373D5232DEBC50B" />
<ComponentRef Id="cmp59DAEDDFDF5E03E332D2E3507E6C5EDA" />
<ComponentRef Id="cmp1B7E2428CFC451195D1CAC3712B6E2BD" />
<ComponentRef Id="cmp5C3868C89D4BAD18E2ECCED683DC8242" />
<ComponentRef Id="cmp1D234C979E3E81F4F17A030BEE7447C7" />
<ComponentRef Id="cmp7576F8739617A7D117337B02F17EE881" />
<ComponentRef Id="cmp5D91CD47E8B58823C19ADD710D092163" />
<ComponentRef Id="cmp6793B3FF110ADF1EB5DA6F05BC317D4A" />
<ComponentRef Id="cmp3EE81C49B9A25E22A870EC81819536AC" />
<ComponentRef Id="cmp03C3321D21D01E0514380F00EDD73573" />
<ComponentRef Id="cmpBD53B776B296A05B12B5AB59AD32357B" />
<ComponentRef Id="cmp41FFDBC25F7C3BAD06C2BA349D62C96B" />
<ComponentRef Id="cmp87BE0B0A340E034571FC4E2E667603A6" />
<ComponentRef Id="cmp295EC730034BD173AEF50DB37638E2F9" />
<ComponentRef Id="cmp4F9DE6905567D3F04491BCE965184C31" />
<ComponentRef Id="cmp4E91EF5543679C2290025EE5E25CB5AA" />
<ComponentRef Id="cmpEEE11EFB9AC675A85B9A674295AE58FD" />
<ComponentRef Id="cmp9289E52AA6AB402D5D42C4BC68993B2F" />
<ComponentRef Id="cmpB29DE046BFD68764C6EC7AFBE24D6E45" />
<ComponentRef Id="cmpC61B5C6A5BF935B36B74B192133B72A2" />
<ComponentRef Id="cmp2E7F31D3AE9D877DB28CD78387D5C8CF" />
<ComponentRef Id="cmpF829DBD441E7B5773553400C3837269E" />
<ComponentRef Id="cmpC7192FD77410E3499EFD6E8B81DE231D" />
<ComponentRef Id="cmpC74EC2ADF0E2524CA8045B05D8D69FC0" />
</ComponentGroup>
</Fragment>
</Wix>

91
wininstall/i3nt.wxs Normal file
View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="D_bin">
<Directory Id="D_bin_i3nt" Name="i3nt">
<Component Id="cmp3EAD5F342D86023E323C2F3E96A596B9" Guid="*">
<File Id="filF35C82CDA44DE51CEFA9FF8CA1B38AAA" KeyPath="yes" Source="..\i3nt\bin\i3nt\csv959.dll" />
</Component>
<Component Id="cmpF2410A7AF5FB7C10A33DA57476B0E56B" Guid="*">
<File Id="filFE4E60D4DD4AEF0DDA574E6EF117FEC0" KeyPath="yes" Source="..\i3nt\bin\i3nt\csv959.exp" />
</Component>
<Component Id="cmp905F254ECBC3BCB861BBBF60B0F34D73" Guid="*">
<File Id="fil811C8A53860477F59CD4D11BF7C36A5E" KeyPath="yes" Source="..\i3nt\bin\i3nt\csv959.lib" />
</Component>
<Component Id="cmp43EE1BA94E7D15B5F9721D32B41CDFF1" Guid="*">
<File Id="fil3475AECC40E6C77A1E5A74C81205D246" KeyPath="yes" Source="..\i3nt\bin\i3nt\csv959.pdb" />
</Component>
<Component Id="cmp2660425B08191D07FD2B8E4D12C25CAF" Guid="*">
<File Id="fil6C14AF587FDAABD1440BADC640EEF64E" KeyPath="yes" Source="..\i3nt\bin\i3nt\petite.exe" />
</Component>
<Component Id="cmpAC1ABACB8A49AE94049D935A4287537A" Guid="*">
<File Id="filC15378730032D4E1DF3C49336189B52D" KeyPath="yes" Source="..\i3nt\bin\i3nt\petite.pdb" />
</Component>
<Component Id="cmpE28E1FD7F26C181DE59FFBF90644FC76" Guid="*">
<File Id="filC9140B162E813FF1382AAFCAD00F39F7" KeyPath="yes" Source="..\i3nt\bin\i3nt\scheme.exe">
<Shortcut Id="cs_i3nt_shortcut"
Advertise="yes"
Name="Chez Scheme 32-bit nonthreaded"
Description="Chez Scheme Version $(var.Version) 32-bit nonthreaded"
Directory="D_shortcuts"
Icon="cs.ico"
WorkingDirectory="APPLICATIONFOLDER"/>
</File>
</Component>
<Component Id="cmp96EA6B2AB750C71AA1E52C818D83CAA4">
<File Id="filADC31C50E441F5FCF3FD24F2A89DEB6C" Source="..\i3nt\bin\i3nt\scheme.pdb" />
</Component>
</Directory>
</DirectoryRef>
<DirectoryRef Id="D_boot">
<Directory Id="D_boot_i3nt" Name="i3nt">
<Component Id="cmp47E339F22F1D268C3D889C89DC04B1EC" Guid="*">
<File Id="filFAE795432021A108F72A5A1763549848" KeyPath="yes" Source="..\i3nt\boot\i3nt\csv959md.lib" />
</Component>
<Component Id="cmp97E86E3E78EC5C1E35333413F9D239A9" Guid="*">
<File Id="filC2A38DD4D83F793279D6D10E8D553145" KeyPath="yes" Source="..\i3nt\boot\i3nt\csv959mt.lib" />
</Component>
<Component Id="cmp4EC08D9AF0D6DADE3077A7EB099476B4" Guid="*">
<File Id="fil47E4EBA05B181E80FAF43A5B84DCC1D6" KeyPath="yes" Source="..\i3nt\boot\i3nt\mainmd.obj" />
</Component>
<Component Id="cmp919AB6246AC9B090D079FECBCF9B3758" Guid="*">
<File Id="filD9207D489031910033ACA82F263B873C" KeyPath="yes" Source="..\i3nt\boot\i3nt\mainmt.obj" />
</Component>
<Component Id="cmpAA816697285A56C59BE524C8F381935D" Guid="*">
<File Id="fil684EC0417E3393463BE347CAEDA3D81D" KeyPath="yes" Source="..\i3nt\boot\i3nt\petite.boot" />
</Component>
<Component Id="cmp155E5F6F7512A742AA9C3889EAB1E514" Guid="*">
<File Id="fil3E70C55066509597272FE8D922C4D1FE" KeyPath="yes" Source="..\i3nt\boot\i3nt\scheme.boot" />
</Component>
<Component Id="cmpC59467C5684EC25FD89D53A93AECC3BB" Guid="*">
<File Id="filC585B1EE955B35A72CA191136AB2B4D8" KeyPath="yes" Source="..\i3nt\boot\i3nt\scheme.h" />
</Component>
<Component Id="cmpA1A08D93E33D200E737ED7E9673100F8" Guid="*">
<File Id="filF377753EF1FFEC581D561C6EB05D2FB0" KeyPath="yes" Source="..\i3nt\boot\i3nt\scheme.res" />
</Component>
<Component Id="cmpFD106B9815864071BE791879BE1131D7" Guid="*">
<File Id="fil0461DC04F30E4D8CA37904E3EC271BCB" KeyPath="yes" Source="..\i3nt\boot\i3nt\revision" />
</Component>
</Directory>
</DirectoryRef>
<ComponentGroup Id="i3nt">
<ComponentRef Id="cmp3EAD5F342D86023E323C2F3E96A596B9" />
<ComponentRef Id="cmpF2410A7AF5FB7C10A33DA57476B0E56B" />
<ComponentRef Id="cmp905F254ECBC3BCB861BBBF60B0F34D73" />
<ComponentRef Id="cmp43EE1BA94E7D15B5F9721D32B41CDFF1" />
<ComponentRef Id="cmp2660425B08191D07FD2B8E4D12C25CAF" />
<ComponentRef Id="cmpAC1ABACB8A49AE94049D935A4287537A" />
<ComponentRef Id="cmpE28E1FD7F26C181DE59FFBF90644FC76" />
<ComponentRef Id="cmp96EA6B2AB750C71AA1E52C818D83CAA4" />
<ComponentRef Id="cmp47E339F22F1D268C3D889C89DC04B1EC" />
<ComponentRef Id="cmp97E86E3E78EC5C1E35333413F9D239A9" />
<ComponentRef Id="cmp4EC08D9AF0D6DADE3077A7EB099476B4" />
<ComponentRef Id="cmp919AB6246AC9B090D079FECBCF9B3758" />
<ComponentRef Id="cmpAA816697285A56C59BE524C8F381935D" />
<ComponentRef Id="cmp155E5F6F7512A742AA9C3889EAB1E514" />
<ComponentRef Id="cmpC59467C5684EC25FD89D53A93AECC3BB" />
<ComponentRef Id="cmpA1A08D93E33D200E737ED7E9673100F8" />
<ComponentRef Id="cmpFD106B9815864071BE791879BE1131D7" />
</ComponentGroup>
</Fragment>
</Wix>

33
wininstall/license.rtf Executable file
View file

@ -0,0 +1,33 @@
{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\froman\fcharset0 Times New Roman;}{\f1\fnil\fcharset0 Calibri;}}
{\colortbl ;\red0\green0\blue255;}
{\*\generator Riched20 10.0.10240}\viewkind4\uc1
\pard\sb100\sa100\f0\fs20 Apache License\line\line Version 2.0, January 2004\line\line {{\field{\*\fldinst{HYPERLINK http://www.apache.org/licenses/ }}{\fldrslt{http://www.apache.org/licenses/\ul0\cf0}}}}\f0\fs20 \par
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\par
\b 1. Definitions\b0 .\par
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.\par
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.\par
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.\par
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.\par
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.\par
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.\par
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).\par
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.\par
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."\par
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.\par
\b 2. Grant of Copyright License\b0 . Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.\par
\b 3. Grant of Patent License\b0 . Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.\par
\b 4. Redistribution\b0 . You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:\par
\pard\fi-360\li720\sb100\sa100\tx720 You must give any other recipients of the Work or Derivative Works a copy of this License; and\par
You must cause any modified files to carry prominent notices stating that You changed the files; and\par
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and\par
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. \line\line You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. \par
\pard\sb100\sa100\b 5. Submission of Contributions\b0 . Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.\par
\b 6. Trademarks\b0 . This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.\par
\b 7. Disclaimer of Warranty\b0 . Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.\par
\b 8. Limitation of Liability\b0 . In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.\par
\b 9. Accepting Warranty or Additional Liability\b0 . While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.\par
END OF TERMS AND CONDITIONS\f1\fs18\lang9\par
}

8
wininstall/light.bat Executable file
View file

@ -0,0 +1,8 @@
@echo off
if exist "%WIX%bin\light.exe" goto found
echo WiX must be installed.
exit 1
:found
"%WIX%bin\light.exe" %*

76
wininstall/locate-vcredist.bat Executable file
View file

@ -0,0 +1,76 @@
@call "../c/vs.bat" x86
@IF "%VisualStudioVersion%"=="" ( GOTO error-undefined-vs )
@IF "%VisualStudioVersion%"=="14.0" (
SET "Path32=%CommonProgramFiles(x86)%\Merge Modules\Microsoft_VC140_CRT_x86.msm"
SET "Path64=%CommonProgramFiles(x86)%\Merge Modules\Microsoft_VC140_CRT_x64.msm"
)
@IF "%VisualStudioVersion%"=="15.0" or "%VisualStudioVersion%"=="16.0" or "%VisualStudioVersion%"=="17.0" (
@PUSHD "%VCINSTALLDIR%Redist\MSVC"
@FOR /D %%D IN (*) DO (
@PUSHD %%D
@FOR %%F IN (MergeModules\Microsoft_VC*_CRT_x86.msm) DO (
SET "Path32=%VCINSTALLDIR%Redist\MSVC\%%D\%%F"
)
@FOR %%F IN (MergeModules\Microsoft_VC*_CRT_x64.msm) DO (
SET "Path64=%VCINSTALLDIR%Redist\MSVC\%%D\%%F"
)
@POPD
)
@POPD
)
@DEL vcredist.wxs >nul 2>&1
IF "%Path32%"=="" ( GOTO error-unknown-vs )
IF NOT EXIST "%Path32%" ( GOTO error-32-doesnt-exist )
IF NOT EXIST "%Path64%" ( GOTO error-64-doesnt-exist )
@(
@ECHO ^<?xml version="1.0" encoding="utf-8"?^>
@ECHO ^<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"^>
@ECHO ^<Fragment^>
@ECHO ^<DirectoryRef Id="TARGETDIR"^>
@ECHO ^<Merge Id="VCRedist64Merge" SourceFile="%Path64%" Language="0" DiskId="1" /^>
@ECHO ^</DirectoryRef^>
@ECHO ^</Fragment^>
@ECHO ^<Fragment^>
@ECHO ^<DirectoryRef Id="TARGETDIR"^>
@ECHO ^<Merge Id="VCRedist32Merge" SourceFile="%Path32%" Language="0" DiskId="1" /^>
@ECHO ^</DirectoryRef^>
@ECHO ^</Fragment^>
@ECHO ^<Fragment^>
@ECHO ^<Feature Id="VCRedist64" Title="Visual C++ Runtime (64-bit)" AllowAdvertise="no" Display="hidden" Level="1"^>
@ECHO ^<MergeRef Id="VCRedist64Merge" /^>
@ECHO ^</Feature^>
@ECHO ^</Fragment^>
@ECHO ^<Fragment^>
@ECHO ^<Feature Id="VCRedist32" Title="Visual C++ Runtime (32-bit)" AllowAdvertise="no" Display="hidden" Level="1"^>
@ECHO ^<MergeRef Id="VCRedist32Merge" /^>
@ECHO ^</Feature^>
@ECHO ^</Fragment^>
@ECHO ^</Wix^>
) > vcredist.wxs
@ECHO Built vcredist.wxs
@EXIT /b 0
:error-undefined-vs
@ECHO Error building vcredist.wxs: Visual Studio version not defined.
@EXIT /b 1
:error-unknown-vs
@ECHO Error building vcredist.wxs: Unexpected Visual Studio version.
@EXIT /b 1
:error-32-doesnt-exist
@ECHO Error building vcredist.wxs: Merge Module couldn't be found:
@ECHO %Path32%
@EXIT /b 1
:error-64-doesnt-exist
@ECHO Error building vcredist.wxs: Merge Module couldn't be found:
@ECHO %Path64%
@EXIT /b 1

92
wininstall/product.wxs Executable file
View file

@ -0,0 +1,92 @@
<?xml version="1.0" encoding="utf-8"?>
<?define ProductName = "Chez Scheme"?>
<?define Manufacturer = "Cisco Systems, Inc."?>
<?if $(sys.BUILDARCH)="x86"?>
<?define UpgradeCode="e183c83e-1216-446f-bee1-f25db3297efa"?>
<?define PlatformProgramFilesFolder="ProgramFilesFolder"?>
<?elseif $(sys.BUILDARCH)="x64"?>
<?define UpgradeCode="07a89f71-9c12-4e7d-b618-f7c255337640"?>
<?define PlatformProgramFilesFolder="ProgramFiles64Folder"?>
<?else?>
<?error Unsupported value of sys.BUILDARCH=$(sys.BUILDARCH)?>
<?endif?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product
Name="$(var.ProductName) $(var.Version) $(sys.BUILDARCH)"
Id="*"
UpgradeCode="$(var.UpgradeCode)"
Language="1033"
Codepage="1252"
Version="$(var.Version)"
Manufacturer="$(var.Manufacturer)">
<Package
InstallerVersion="301"
Keywords="Installer"
Description="$(var.ProductName) Installer"
Manufacturer="$(var.Manufacturer)"
InstallScope="perMachine"
Languages="1033"
Compressed="yes"
SummaryCodepage="1252"/>
<MajorUpgrade
AllowDowngrades="no"
DowngradeErrorMessage="A newer version is already installed."
AllowSameVersionUpgrades="yes" />
<MediaTemplate EmbedCab="yes"/>
<Directory Id="TARGETDIR" Name="SourceDir" DiskId="1">
<Directory Id="$(var.PlatformProgramFilesFolder)">
<Directory Id="APPLICATIONFOLDER" Name="$(var.ProductName) $(var.Version)">
<Directory Id="D_bin" Name="bin"/>
<Directory Id="D_boot" Name="boot"/>
<Directory Id="D_examples" Name="examples"/>
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder">
<Directory Id="D_shortcuts" Name="$(var.ProductName) $(var.Version)"/>
</Directory>
</Directory>
<Feature Id="Examples" Level="1" Title="Chez Scheme examples">
<ComponentGroupRef Id="examples"/>
</Feature>
<?if $(sys.BUILDARCH)="x86"?>
<Feature Id="i3nt" Level="1" Title="Chez Scheme 32-bit nonthreaded">
<ComponentGroupRef Id="i3nt"/>
</Feature>
<Feature Id="ti3nt" Level="1" Title="Chez Scheme 32-bit threaded">
<ComponentGroupRef Id="ti3nt"/>
</Feature>
<FeatureRef Id="VCRedist32"/>
<?endif?>
<?if $(sys.BUILDARCH)="x64"?>
<Feature Id="a6nt" Level="1" Title="Chez Scheme 64-bit nonthreaded">
<ComponentGroupRef Id="a6nt"/>
</Feature>
<Feature Id="ta6nt" Level="1" Title="Chez Scheme 64-bit threaded">
<ComponentGroupRef Id="ta6nt"/>
</Feature>
<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"/>
<UIRef Id="SimpleUI"/>
</Product>
</Wix>

91
wininstall/ta6nt.wxs Normal file
View file

@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="D_bin">
<Directory Id="D_bin_ta6nt" Name="ta6nt">
<Component Id="cmpA67EF6318D00B4209BFCD0BFDCDF781C" Guid="*">
<File Id="fil6AE7892DB37FF6D2C21B5EC064C90DE5" KeyPath="yes" Source="..\ta6nt\bin\ta6nt\csv959.dll" />
</Component>
<Component Id="cmpF41FF9DE554F79FB6FBD85E5B80A5221" Guid="*">
<File Id="fil9157F8FB18F1F75BE50A64A9C227BF61" KeyPath="yes" Source="..\ta6nt\bin\ta6nt\csv959.exp" />
</Component>
<Component Id="cmp372F759C97C3C69E4C336B81D807E4F5" Guid="*">
<File Id="fil602A8BBB83416294672AA22507E6452A" KeyPath="yes" Source="..\ta6nt\bin\ta6nt\csv959.lib" />
</Component>
<Component Id="cmp009F56824D2716FAAC978FE17A4D947D" Guid="*">
<File Id="filDD0E7D06D27FC4C00388CB48E4B2818C" KeyPath="yes" Source="..\ta6nt\bin\ta6nt\csv959.pdb" />
</Component>
<Component Id="cmp50972D99EC9DDA63E4BC6E29DAA592D0" Guid="*">
<File Id="fil8A260A0B8935F8F9011AA2EDB9147BDE" KeyPath="yes" Source="..\ta6nt\bin\ta6nt\petite.exe" />
</Component>
<Component Id="cmp06CB93AA8B342FF0F33E91AAD7442833" Guid="*">
<File Id="fil28785B1496AE7F6C41D003949FC2B161" KeyPath="yes" Source="..\ta6nt\bin\ta6nt\petite.pdb" />
</Component>
<Component Id="cmpDEB15B7CB19176296C92E8032592FDB4" Guid="*">
<File Id="fil25DA5700F745B21085322BA7CBBEFEB7" KeyPath="yes" Source="..\ta6nt\bin\ta6nt\scheme.exe">
<Shortcut Id="cs_ta6nt_shortcut"
Advertise="yes"
Name="Chez Scheme 64-bit threaded"
Description="Chez Scheme Version $(var.Version) 64-bit threaded"
Directory="D_shortcuts"
Icon="cs.ico"
WorkingDirectory="APPLICATIONFOLDER"/>
</File>
</Component>
<Component Id="cmp11A1080D3E8EBF95EED2BE17CA4E3140" Guid="*">
<File Id="filB463198F2BD7379A7E3A758313DBEF30" KeyPath="yes" Source="..\ta6nt\bin\ta6nt\scheme.pdb" />
</Component>
</Directory>
</DirectoryRef>
<DirectoryRef Id="D_boot">
<Directory Id="D_boot_ta6nt" Name="ta6nt">
<Component Id="cmpCBDB945622604667783C3C57A0427DF5" Guid="*">
<File Id="filD3E4E45F8404EE812C5DAFCBEB2502AA" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\csv959md.lib" />
</Component>
<Component Id="cmpD7880184C113065E511275EFD531D589" Guid="*">
<File Id="filDC2D7E1DB036BAE5B7FFA7FE14F3CD69" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\csv959mt.lib" />
</Component>
<Component Id="cmp5211817ED85951CDAF2FD5E2419BD211" Guid="*">
<File Id="fil21839A8D4062A72DEAB3156D77EEE82A" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\mainmd.obj" />
</Component>
<Component Id="cmpD21D824506A948F172A50CECA2B6D0AC" Guid="*">
<File Id="fil7CB5B5C424BED4107D1F66132BCC7F36" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\mainmt.obj" />
</Component>
<Component Id="cmpB650D26FBD85BF1F56C4AA76A9CFBD7E" Guid="*">
<File Id="fil185022A1691802269015CAF3D3DE051B" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\petite.boot" />
</Component>
<Component Id="cmpA90C68A50E044FA5FC0FB07B663F6C90" Guid="*">
<File Id="filBFB6C7401AC06923CB881EB722D9B977" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\scheme.boot" />
</Component>
<Component Id="cmp36B1E9BFDE0DFCA8D1E65BBDAD82CE06" Guid="*">
<File Id="filFE3C1F9F4374073162B33416E4A93D5B" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\scheme.h" />
</Component>
<Component Id="cmp9E232A9AA21470428B81018123E55809" Guid="*">
<File Id="fil643F2D7723E96BCA16E8A65804C66B4F" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\scheme.res" />
</Component>
<Component Id="cmp5DCEF420C17742FE89FA4E1EDF6D52D0" Guid="*">
<File Id="filBE648AB0CC9C49A7BF6AB7F900EDAC2E" KeyPath="yes" Source="..\ta6nt\boot\ta6nt\revision" />
</Component>
</Directory>
</DirectoryRef>
<ComponentGroup Id="ta6nt">
<ComponentRef Id="cmpA67EF6318D00B4209BFCD0BFDCDF781C" />
<ComponentRef Id="cmpF41FF9DE554F79FB6FBD85E5B80A5221" />
<ComponentRef Id="cmp372F759C97C3C69E4C336B81D807E4F5" />
<ComponentRef Id="cmp009F56824D2716FAAC978FE17A4D947D" />
<ComponentRef Id="cmp50972D99EC9DDA63E4BC6E29DAA592D0" />
<ComponentRef Id="cmp06CB93AA8B342FF0F33E91AAD7442833" />
<ComponentRef Id="cmpDEB15B7CB19176296C92E8032592FDB4" />
<ComponentRef Id="cmp11A1080D3E8EBF95EED2BE17CA4E3140" />
<ComponentRef Id="cmpCBDB945622604667783C3C57A0427DF5" />
<ComponentRef Id="cmpD7880184C113065E511275EFD531D589" />
<ComponentRef Id="cmp5211817ED85951CDAF2FD5E2419BD211" />
<ComponentRef Id="cmpD21D824506A948F172A50CECA2B6D0AC" />
<ComponentRef Id="cmpB650D26FBD85BF1F56C4AA76A9CFBD7E" />
<ComponentRef Id="cmpA90C68A50E044FA5FC0FB07B663F6C90" />
<ComponentRef Id="cmp36B1E9BFDE0DFCA8D1E65BBDAD82CE06" />
<ComponentRef Id="cmp9E232A9AA21470428B81018123E55809" />
<ComponentRef Id="cmp5DCEF420C17742FE89FA4E1EDF6D52D0" />
</ComponentGroup>
</Fragment>
</Wix>

93
wininstall/ti3nt.wxs Normal file
View file

@ -0,0 +1,93 @@
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<DirectoryRef Id="D_bin">
<Directory Id="D_bin_ti3nt" Name="ti3nt">
<Component Id="cmp3E51840FF941B7410025EFB2215EAB58" Guid="*">
<File Id="fil6B96E8682034EC96C7842C5024FDF620" KeyPath="yes" Source="..\ti3nt\bin\ti3nt\csv959.dll" />
</Component>
<Component Id="cmp68BA21E76800BFFA057D33973E89D8F4" Guid="*">
<File Id="fil5F505E9200C84F7887C4D12FA9D9D794" KeyPath="yes" Source="..\ti3nt\bin\ti3nt\csv959.exp" />
</Component>
<Component Id="cmpCA1F1C55C49A3A332E60F8D0D78363C2" Guid="*">
<File Id="filB8607D2BF295249DD6F51070A687E14B" KeyPath="yes" Source="..\ti3nt\bin\ti3nt\csv959.lib" />
</Component>
<Component Id="cmp01D266C0ECE540BE4BF6E6AE14AFFCBB" Guid="*">
<File Id="filE99735E84B4934FC41AAA6BBF547F1C5" KeyPath="yes" Source="..\ti3nt\bin\ti3nt\csv959.pdb" />
</Component>
<Component Id="cmpC00FD9C7415A1D2D22EA38F5259CAAA4" Guid="*">
<File Id="fil80D2F31CB0D3B8F98E3C8CCAF9DA6F29" KeyPath="yes" Source="..\ti3nt\bin\ti3nt\petite.exe" />
</Component>
<Component Id="cmp0949B35B6635F6A272D3653F0A7E1C06" Guid="*">
<File Id="fil00202A504AF867AFC9C6D2FD59A70835" KeyPath="yes" Source="..\ti3nt\bin\ti3nt\petite.pdb" />
</Component>
<Component Id="cmp10BA4CB7C0EB863E5ADE7BC00B949622" Guid="*">
<File Id="filE30343224C6DDDA38B98EFAFC66A3E13" KeyPath="yes" Source="..\ti3nt\bin\ti3nt\scheme.exe">
<Shortcut Id="cs_ti3nt_shortcut"
Advertise="yes"
Name="Chez Scheme 32-bit threaded"
Description="Chez Scheme Version $(var.Version) 32-bit threaded"
Directory="D_shortcuts"
Icon="cs.ico"
WorkingDirectory="APPLICATIONFOLDER"/>
</File>
</Component>
<Component Id="cmp13CD3D77D4FA3BAC5500D6A9D0C6F7DB">
<File Id="fil38418D3FE9E8C3F883F39363313BB74F" Source="..\ti3nt\bin\ti3nt\scheme.pdb" />
</Component>
</Directory>
</DirectoryRef>
<DirectoryRef Id="D_boot">
<Directory Id="D_boot_ti3nt" Name="ti3nt">
<Component Id="cmp7099C9EB3F487AAFE3A880CED21FA9C2" Guid="*">
<File Id="filD5DA8D84F54BC985AA246BBD3FB15239" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\csv959md.lib" />
</Component>
<Component Id="cmpF3038779EA05930E72A29C15DC2D64B2" Guid="*">
<File Id="filFB335FE01A6D5ED27AD2BC179DB8E265" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\csv959mt.lib" />
</Component>
<Component Id="cmp9DDE0523EFC5EEA983DE3CFA0F493908" Guid="*">
<File Id="fil139F59D34D1A013CCB2AEC11507287AA" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\mainmd.obj" />
</Component>
<Component Id="cmp0CE1CF2FA5322014A0FB6C493C207238" Guid="*">
<File Id="filE241ABDC5584314790A8BA6707D7442B" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\mainmt.obj" />
</Component>
<Component Id="cmp4ACC4A5EDBBBF3A5B4AEEC2E85AD92B0" Guid="*">
<File Id="filFC67F13E205BBC3694A7B4B915E7BCA3" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\petite.boot" />
</Component>
<Component Id="cmp31F220BF3C0B1F0A17C5C676A56112E2" Guid="*">
<File Id="fil07508C23D2DB8D49B03DCFDD2655E6D4" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\scheme.boot" />
</Component>
<Component Id="cmp8689231D780F12557A0906BBB4BDDC2C" Guid="*">
<File Id="fil92721180AD1CB64217AC969B98D82654" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\scheme.h" />
</Component>
<Component Id="cmpDEDEC747F47B5ED89E854DCF25F0E14F" Guid="*">
<File Id="filB7A76F46E9B4F0F7F7B74FEE339025B9" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\scheme.res" />
</Component>
<Component Id="cmp3655144F524A4B35BDF8405560CEAB33" Guid="*">
<File Id="fil82E8648E5FB0461EAE31540CE784B2FF" KeyPath="yes" Source="..\ti3nt\boot\ti3nt\revision" />
</Component>
</Directory>
</DirectoryRef>
</Fragment>
<Fragment>
<ComponentGroup Id="ti3nt">
<ComponentRef Id="cmp3E51840FF941B7410025EFB2215EAB58" />
<ComponentRef Id="cmp68BA21E76800BFFA057D33973E89D8F4" />
<ComponentRef Id="cmpCA1F1C55C49A3A332E60F8D0D78363C2" />
<ComponentRef Id="cmp01D266C0ECE540BE4BF6E6AE14AFFCBB" />
<ComponentRef Id="cmpC00FD9C7415A1D2D22EA38F5259CAAA4" />
<ComponentRef Id="cmp0949B35B6635F6A272D3653F0A7E1C06" />
<ComponentRef Id="cmp10BA4CB7C0EB863E5ADE7BC00B949622" />
<ComponentRef Id="cmp13CD3D77D4FA3BAC5500D6A9D0C6F7DB" />
<ComponentRef Id="cmp7099C9EB3F487AAFE3A880CED21FA9C2" />
<ComponentRef Id="cmpF3038779EA05930E72A29C15DC2D64B2" />
<ComponentRef Id="cmp9DDE0523EFC5EEA983DE3CFA0F493908" />
<ComponentRef Id="cmp0CE1CF2FA5322014A0FB6C493C207238" />
<ComponentRef Id="cmp4ACC4A5EDBBBF3A5B4AEEC2E85AD92B0" />
<ComponentRef Id="cmp31F220BF3C0B1F0A17C5C676A56112E2" />
<ComponentRef Id="cmp8689231D780F12557A0906BBB4BDDC2C" />
<ComponentRef Id="cmpDEDEC747F47B5ED89E854DCF25F0E14F" />
<ComponentRef Id="cmp3655144F524A4B35BDF8405560CEAB33" />
</ComponentGroup>
</Fragment>
</Wix>

59
wininstall/ui.wxs Executable file
View file

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<UI Id="SimpleUI">
<TextStyle Id="WixUI_Font_Normal" FaceName="Tahoma" Size="8" />
<TextStyle Id="WixUI_Font_Bigger" FaceName="Tahoma" Size="12" />
<TextStyle Id="WixUI_Font_Title" FaceName="Tahoma" Size="9" Bold="yes" />
<Property Id="DefaultUIFont" Value="WixUI_Font_Normal" />
<Property Id="WixUI_Mode" Value="Minimal" />
<DialogRef Id="ErrorDlg" />
<DialogRef Id="FatalError" />
<DialogRef Id="FilesInUse" />
<DialogRef Id="MsiRMFilesInUse" />
<DialogRef Id="PrepareDlg" />
<DialogRef Id="ProgressDlg" />
<DialogRef Id="ResumeDlg" />
<DialogRef Id="UserExit" />
<Dialog Id="SimpleWelcomeDlg" Width="370" Height="270" Title="!(loc.WelcomeDlg_Title)">
<Control Id="Next" Type="PushButton" ElevationShield="yes" X="236" Y="243" Width="56" Height="17" Default="yes" Text="&amp;Install" >
<Publish Property="WixUI_InstallMode" Value="Update">Installed AND PATCH</Publish>
</Control>
<Control Id="Cancel" Type="PushButton" X="304" Y="243" Width="56" Height="17" Cancel="yes" Text="!(loc.WixUICancel)">
<Publish Event="SpawnDialog" Value="CancelDlg">1</Publish>
</Control>
<Control Id="Bitmap" Type="Bitmap" X="0" Y="0" Width="370" Height="234" TabSkip="no" Text="!(loc.WelcomeDlgBitmap)" />
<Control Id="Back" Type="PushButton" X="180" Y="243" Width="56" Height="17" Disabled="yes" Text="!(loc.WixUIBack)" />
<Control Id="BottomLine" Type="Line" X="0" Y="234" Width="370" Height="0" />
<Control Id="Description" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="The Setup Wizard will install [ProductName] on your computer. Click Install to continue or Cancel to exit the Setup Wizard." >
<Condition Action="show">NOT Installed OR NOT PATCH</Condition>
<Condition Action="hide">Installed AND PATCH</Condition>
</Control>
<Control Id="PatchDescription" Type="Text" X="135" Y="80" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeUpdateDlgDescriptionUpdate)" >
<Condition Action="show">Installed AND PATCH</Condition>
<Condition Action="hide">NOT Installed OR NOT PATCH</Condition>
</Control>
<Control Id="Title" Type="Text" X="135" Y="20" Width="220" Height="60" Transparent="yes" NoPrefix="yes" Text="!(loc.WelcomeDlgTitle)" />
</Dialog>
<InstallUISequence>
<Show Dialog="SimpleWelcomeDlg" Before="ProgressDlg" Overridable="yes">NOT Installed OR PATCH</Show>
</InstallUISequence>
<Publish Dialog="SimpleWelcomeDlg" Control="Next" Event="NewDialog" Value="PrepareDlg">1</Publish>
<Publish Dialog="ExitDialog" Control="Finish" Event="EndDialog" Value="Return" Order="999">1</Publish>
<Publish Dialog="VerifyReadyDlg" Control="Back" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
<Publish Dialog="MaintenanceWelcomeDlg" Control="Next" Event="NewDialog" Value="MaintenanceTypeDlg">1</Publish>
<Publish Dialog="MaintenanceTypeDlg" Control="RepairButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
<Publish Dialog="MaintenanceTypeDlg" Control="RemoveButton" Event="NewDialog" Value="VerifyReadyDlg">1</Publish>
<Publish Dialog="MaintenanceTypeDlg" Control="Back" Event="NewDialog" Value="MaintenanceWelcomeDlg">1</Publish>
<Property Id="ARPNOMODIFY" Value="1" />
</UI>
<UIRef Id="WixUI_ErrorProgressText" />
<UIRef Id="WixUI_Common" />
</Fragment>
</Wix>