sonic, on Dec 2 2005, 01:43 AM, said:
Why 640 ? use 800 instead no problem with var resolution = 800 in your useroptions.js ...
I launch WPI for a w2000 install, the default resolution of w2000 during install is 640x480 (maybe it's 800x600 in XP ?)
I don't want to solve problems of video drivers during unattended install, I mean : what if the drivers don't install correctly ? I won't be able to switch to 800x600... (am I wrong ?)
So I prefer running WPI in a "compatible mode" so that it doesn't care wether the video driver is istalled or not... ths mean 640x480
glent, on Dec 2 2005, 10:48 AM, said:
REM Force resolution to needed size for wpi interface.
start %wpipath%\Tools\VideoChanger.exe 640x800x32@72 -q
I think you meant
[...] VideoChanger.exe 640x480 [...]
But thanks I'll try it !
In fact I've managed to run WPI in 640x480, but the problem is that the Exit button (Glossy Theme) is no longer visible...
I think I'm going to create my own "640x480 compatible" theme...
Thank you.