i create a custom page and change width and height.
now when i open installer, i see installer in not run in center screen...
for open installer in center screen i write this codes:
${nsResize_Window} 170u 76u
System::Call 'user32::GetSystemMetrics(i 0) i .r0'
System::Call 'user32::GetSystemMetrics(i 1) i .r1'
intop $0 $0 / 2
intop $1 $1 / 2
System::Call "User32::SetWindowPos(i, i, i, i, i, i, i) i ($HWNDPARENT, 0, $0, $1, 0, 0, 0x201)"
when run this code the installer position 0 0 (top left) run in center screen.
i want open that in center screen?how must do it?
and another question:
i how can give installer width and height?
regards
