Description
affected: r72998
affected: 0.4.2RC1
During the Foxit Reader 7.2.5.0930 setup we get an error message box.
"The procedure entry point SetProcessDPIAware could not be located in the dynamic link library USER32.dll".
I have not tested, but I guess the same would not happen on 2k3/XP.
I am not sure whether exporting a stub would be clever here, because according to
https://msdn.microsoft.com/de-de/library/windows/desktop/ms633543(v=vs.85).aspx
this is a Vista+ export.
Eventually we do something wrong with manifests and the program would actually not try to access that export if other checks would have worked better before?
The messagebox can be ignored and the setup will run to completion then.
The issue is within our regsvr32.exe binary with 100% certainty.