The simplest work around is to temporarily modify the registry where the installer checks whether the device is a tablet. You might have to change the permissions, but it should solve the issue.
_______________
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\Tablet PC]
"IsTabletPC"=dword:00000000
|