punkt33r Posted March 7, 2006 Posted March 7, 2006 Newbie problems i think... I want to change desktop resolution, because parameters in winnt.sif doesn't work. So, i put 1365VidChng.exe into my unattended install folder ...$OEM$\$$\System32\1365VidChng.exe And added such line to winnt.sif - [GuiRunOnce] 1365VidChng.exe 1024x768x32@60 -q %Systemdrive%\Install\XPlode.exeWhen i wanted to reinstall windows, a message poped up - it said : error in line 160, (so i counted, this line - 1365VidChng.exe 1024x768x32@60 -q ), setup cannot continue, and will exit...What's the problem? Maybe i need to create some batch files? So can somebody say how to make it work? What procedures should i take? Maybe some examples how to make 1365VidChng batch file and where to put it?Thanx in advance....
gunsmokingman Posted March 7, 2006 Posted March 7, 2006 I change the screen resolution at the 13 min mark using cmdlines.txt and a batch file.In the UserAcount.cmd I have a this entry, I have change the name of 1365VidChng.exeto this VidChng.exe. I have all of this in my $OEM$ folder.Cmd I use to use VidChng.exestart VidChng.exe 1024x768x32@85 -q[COMMANDS]"REGEDIT /S MediaPlayer-HK_U_D.reg""REGEDIT /S wmp10.reg""REGEDIT /S 000.reg""REGEDIT /S 020.reg""REGEDIT /S 040.reg""REGEDIT /S 060.reg""REGEDIT /S 080.reg""UserAcount.cmd""UaPrestart.cmd""RunOnceEx.cmd"In my Winnt.sif I have this [Display]BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh=60
punkt33r Posted March 7, 2006 Author Posted March 7, 2006 By the way can i use this command in winnt.sif Like this - [GuiRunOnce]%SYSTEMROOT%\SYSTEM32\1365VidChng.exe 1024x768x32@60 -q If my 1365VidChng.exe is in ...$OEM$\$$\System32\1365VidChng.exe ? It gonna work?
gunsmokingman Posted March 7, 2006 Posted March 7, 2006 Try this Save as ChangeRes.cmd@Echo Off && CLS && Mode 65, 5 && Color && F3 && Title Change Screen Resolutionstart /w %SYSTEMROOT%\SYSTEM32\1365VidChng.exe 1024x768x32@60 -qThen place that in ...$OEM$\$$\System32\ChangeRes.cmd so it gets copy to there.[GuiRunOnce]%SYSTEMROOT%\SYSTEM32\ChangeRes.cmd
treblA Posted March 7, 2006 Posted March 7, 2006 (edited) Try this Save as ChangeRes.cmd@Echo Off && CLS && Mode 65, 5 && Color && F3 && Title Change Screen Resolutionstart /w %SYSTEMROOT%\SYSTEM32\1365VidChng.exe 1024x768x32@60 -qThen place that in ...$OEM$\$$\System32\ChangeRes.cmd so it gets copy to there.[GuiRunOnce]%SYSTEMROOT%\SYSTEM32\ChangeRes.cmd@gunsmokingmanhi tried your method but still didn't work... here's my winnt.sif config[Display] BitsPerPel=32 Xresolution=1024 YResolution=768 Vrefresh = 60 AutoConfirm=1[GUIRunOnce] command9 = "%SystemDrive%\D\BTS_DPs_finish.cmd" %systemroot%\system32\ChangeRes.cmd %systemdrive%\install\wpi\wpi.exebtwi put the 1365VidChng.exe and ChangeRes.cmd in $oem$\$$\system32\ Edited March 7, 2006 by treblA
gunsmokingman Posted March 7, 2006 Posted March 7, 2006 1:\ Does this get copy to %SYSTEMROOT%\SYSTEM32\ChangeRes.cmd 2:\ Does your Video Card support the resolution, and how are you installing drivers for it.
treblA Posted March 7, 2006 Posted March 7, 2006 1:\ Does this get copy to %SYSTEMROOT%\SYSTEM32\ChangeRes.cmd 2:\ Does your Video Card support the resolution, and how are you installing drivers for it.1. yes i thinks so...cause i put ChangeRes.cmd in $oem$\$$\system32 also 1365vidchng.exe2. Yes cause after the installation i manually change it to 1024x768 and it works fine....
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