kelly14 Posted June 28, 2005 Posted June 28, 2005 I utilise Windows RIS to perform an unattended installation of Windows XP SP2 and all model specific device drivers and utility applications. Whilst attempting to build a new model of IBM Thinkpad laptops, one of the applications is reporting as failing to install because it requires a minimum resolution of 800x600. During the gui phase of the unattended install the resolution is only 640x480 and this does not increase until after the build completes and the devices video drivers are installed and load correctly.Whilst I understand that within the .sif file I can state a default resolution of what the OS should boot into after the build, how do I modify the display resolution to be 800x600 during the build process itself?The software I am attempting to install is the Finger Print software onto an IBM ThinkPad T43.RegardsGary
Gouki Posted June 28, 2005 Posted June 28, 2005 Just add this to ur winnt.sif and edit it as you want:[Display] BitsPerPel=32 Xresolution=1152 Yresolution=864 Vrefresh=75 AutoConfirm=1Information about [Display] on The Guide Cya man!
kelly14 Posted June 28, 2005 Author Posted June 28, 2005 Thanx Gouki,The following lines are from my .sif file:[Display] BitsPerPel = 16 Vrefresh = 75;; v1.4.008 - Changed from 800 to 1024 Xresolution = 1024;; v1.4.008 - Changed from 600 to 768 Yresolution = 768I understand this to mean that after the unattended install has finished, the machine will boot into a resolution of 1024x768.What I need to do is that 'During' the unattend build process where the resolution is presently 640x480 change that to be at least 800x600.Thanx again for the replyGary
Gouki Posted June 28, 2005 Posted June 28, 2005 (edited) Do u mean during the Windows Install? Or during the installation of aplications and stuff like that?I dont think its possible to change the resolution when Windows Install is taking place, about the resolution on aplication installs and stuff like that, winnt.sif should do the job.EDIT: This thread should have been created on the UA section. Edited June 28, 2005 by Gouki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now