cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rguggisberg
Level 13

How do I detect DPI setting?

I would like to be able to interrogate the DPI setting of the computer in a CA when installing our application (Basic MSI project) so that I can display a popup if not set to 96 DPI. Does anybody know where I can find that setting? Presumably it is a registry setting.
Thanks, Ron
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

Perhaps a custom action that calls the GetDeviceCaps API function with LOGPIXELSX or LOGPIXELSY?
0 Kudos