otya128 / winevdm

16-bit Windows (Windows 1.x, 2.x, 3.0, 3.1, etc.) on 64-bit Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fool 16bit programs that they're really running in an environment without 32bit

roytam1 opened this issue · comments

some programs like acrobat reader 3.01 16bit will not allow to run when 32bit host is detected, and showing message box like:

---------------------------
Acrobat
---------------------------
This 16-bit version of Acrobat will not run in 32-bit environments, please run the 32-bit version.
---------------------------
OK   
---------------------------

I wonder if we can fool it to run in otvdm?

commented

Try setting the following in otvdm.ini:

WINVER=3.1
IAmNotNT=1

Try setting the following in otvdm.ini:

WINVER=3.1
IAmNotNT=1

it works! thanks!
image