Skip to content
⌘ NSIS Forum Archive

One custom page with other window resoution (length and width)

3 posts

sfx09#

One custom page with other window resoution (length and width)

Hello!

I've many pages in installer. I need to open only one page on fullscreen or maximum size for current Window's screen resolution (with a different resolution than standart MUI pages). Can I do this? Or maybe standart modern.exe change to bigger values of length and width and use it only in one page? This page I show by commandline parameter (setup.exe /showBIGpage) and on Next button - installer will be closed (Quit), other standart pages are not used in this mode.

Thank for the answer.
Anders#
In theory yes. Search this forum and Stackoverflow for USER32::SetWindowPos. Detect command line parameter with GetOptions.