Win10 x32 for running Clarion 6 or earlier versions

As Windows 10 is going to be end of life on 14th Oct 2025 and there is still a need to delve into C6 sometimes, I’ve put together a work in progress instruction set for building a Win10 x32 Vmware virtual machine for C6 or earlier versions.

Out of the box NTVDM which is whats required to run 16bit apps is NOT installed by default, but the autounattend file will have this installed along with examples of installing C6 and other utilities like Notepad++ , so that there’s a consistent environment to work with.

For Clarion 6 or earlier which need 16bit capabilities.

PS C:\WINDOWS\system32> Dism /Image:"C:\mount_Win10_22H2_x32_Install_Pro_N_WIM" /Enable-Feature /FeatureName:NTVDM /All /LimitAccess

For Clarion 6 Web Edition

PS C:\WINDOWS\system32> Dism /Image:"C:\mount_Win10_22H2_x32_Install_Pro_N_WIM" /Enable-Feature /FeatureName:IIS-WebServer /All /LimitAccess

IIS-WebServer will also install IIS-WebServerRole

PS C:\WINDOWS\system32> Dism /Image:"C:\mount_Win10_22H2_x32_Install_Pro_N_WIM" /Enable-Feature /FeatureName:IIS-WebServerManagementTools /All /LimitAccess

For Clarion ASP templates

PS C:\WINDOWS\system32> Dism /Image:"C:\mount_Win10_22H2_x32_Install_Pro_N_WIM" /Enable-Feature /FeatureName:IIS-ASP /All /LimitAccess

For Clarion PHP templates & Ron Schofield’s Clarion Perl Templates

PS C:\WINDOWS\system32> Dism /Image:"C:\mount_Win10_22H2_x32_Install_Pro_N_WIM" /Enable-Feature /FeatureName:IIS-CGI /All /LimitAccess

Sadly its still much larger than XP, but it is possible to get Win10x32 down to 750MB in size from the usual 3-4GB, with lots of things stripped out. The official and complete tiny10 and tiny11 list – NTDEV