Help - Search - Members - Calendar
Full Version: Run wihu directly maximized
MSFN Forums > Member Contributed Projects > Other Member Contributed Projects > Windows Installation Helper Utility

   
Google Internet Forums Unattended CD/DVD Guide
Camarade_Tux
Hi,

ATM I'm running wihu with cmdlines.txt but first change the screen resolution from 640x480 to 800x600 to offer more space for wihu.

I tried to run wihu maximized (Autohotkey has something for this but I know ShellExecute() has the same). This seems to be impossible.
So I wait wihu's window and maximize it (autohotokey again). But at T-12, everything is pretty slow so I get a special effect. ph34r.gif

Could this be changed. Thanks a lot. smile.gif
Maelstorm
In the [SETTINGS] section of your INI file, add these lines...


CODE
[SETTINGS]
DIMENSION.WIDTH=100%
DIMENSION.HEIGHT=100%



HTH
Camarade_Tux
Gonna try that.
Thanks a lot. smile.gif
BenjaminKalytta
Or I can add a new settings WindowState (restored = normal, minimized, maximized)

Benjamin Kalytta
Camarade_Tux
CODE
[SETTINGS]
DIMENSION.WIDTH=100%
DIMENSION.HEIGHT=100%


Worked but it seems there's a border. I did not test in VMWare yet and will see if a WindowState setting would be needed. smile.gif
BenjaminKalytta
Btw. my new version (not released yet because I add support for HTML helptext) has a window.state settings, so you may change your ini file in advance:

New settings:

CODE
dimension.width/height is now window.width/height
window.state = maximized or minimized


However dimension.width will also still be recognised.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.