Inno Setup
(Japanese version etc.)
- Japanese version (1.3.x and 2.0.x)
- 16-bit "regserver" Option version
- Develop Environment is Borland Delphi 1.0.
- Base is Inno Setup 1.2.16's source codes.
- This allows you to create a Setup Program that regists 16-bit DLL/OCX files.
- This needs STKIT416.DLL that is included in Microsoft Visual Basic 4.0
(16bit) Setup Kit.
- The package contains "diff" Output (difference), 'EXTEND16.PAS', and 'JAPANESE.ISL' that is Japanese Message File.
- EXTEND16.PAS contains a function "ModifySystemIni16" that modify
SYSTEM.INI only in 16-bit platform. For example, the [386Enh] Section contains
same key "device".
[386Enh]
mouse=*vmd
network=*dosnet,*vnetbios
ebios=*ebios
woafont=dosapp.fon
display=*vddvga
EGA80WOA.FON=EGA80WOA.FON
EGA40WOA.FON=EGA40WOA.FON
CGA80WOA.FON=CGA80WOA.FON
CGA40WOA.FON=CGA40WOA.FON
keyboard=*vkd
device=vtdapi.386
device=*vpicd
device=*vtd
device=*reboot
device=*vdmad
device=*vsd
device=*v86mmgr
device=*pageswap
device=*dosmgr
.....
- Download
- ISS file sample is here.
Seiji Yamashita <support@syam.net>