Hi all,
I don't know if this is possible.
Is there a way to forse the settings of Clear Type (for font) ona windows XP when installing with NSIS?
thanks in advance
bye
Clear Type Windows Xp
6 posts
Do you want to enable it for the entire system or just the installer itself?
For the entire system, I don't like the idea though.
But just want to know if it's feasible
thanks
But just want to know if it's feasible
thanks
Great! That worked.
the only thing is that I had to reboot the system to see the changes.
thanks
the only thing is that I had to reboot the system to see the changes.
thanks
This might be immediate:
!define SPI_SETFONTSMOOTHING 0x4B
!define SPIF_UPDATEINIFILE 1
!define SPIF_SENDWININICHANGE 2
"System::Call user32::SystemParametersInfo(i ${SPI_SETFONTSMOOTHING}, \
i1, i0, i ${SPIF_UPDATEINIFILE}|${SPIF_SENDWININICHANGE})"