crashdundee Posted October 24, 2004 Posted October 24, 2004 Heres another question, it seems i somehow didnt quite get it why mine doesnt work, i just tested the whole iso i made with virtual pc from microsoft, the whole unnattended windows installation worked fine, but nothing ran that i specified in the cmdlines.txt. heres what i got in it:ECHO.ECHO.ECHO Welcome...ECHO Installing Application'sECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\RegTweaks.regECHO.ECHO Installing Codecs...REGEDIT /S %systemdrive%\install\codec\cole2k.exe /SECHO.ECHO Installing Adobe Reader 6ECHO Please wait...start /wait %systemdrive%\install\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""ECHO.ECHO Installing Windows Media Player 10ECHO Please wait...start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"ECHO.ECHO Installing WinRAR 3.40ECHO Please wait...start /wait %systemdrive%\install\WinRAR\wrar340.exe /sECHO.ECHO Installing Nero 6.6 Ultra EditionECHO Please wait...start /wait %systemdrive%\install\nero\nero.exeECHO.ECHO Installing Sun Java VM 1.4.2ECHO Please wait...start /wait %systemdrive%\install\j2re-1_4_2_05-windows-i586-p.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"ECHO.ECHO Installing Diskeeper 9.0ECHO Please wait...start /wait %systemdrive%\install\Applications\diskeeper\diskeeper.msi /qnECHO.ECHO Installing Symantec Antivirus Corporate 8.1ECHO Please wait...start /wait %systemdrive%\install\antivir\antivirus.msi /qnECHO.ECHO Installing Office 2003 ProfessionalECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003\Office\SETUP.EXE TRANSFORMS=install.MST /qb-ECHO.ECHO Installing Office 2003 Professional Language PacksECHO Please wait...start /wait %systemdrive%\install\Applications\Office2003languagepacks\PTKSETUP.EXE TRANSFORMS=install.MST /qb-ECHO.ECHO Installing MSN Messenger 6.2ECHO Please wait...start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QBECHO.ECHO Installing SkypeECHO Please wait...start /wait %systemdrive%\install\skype\SkypeSetup.exe /SILENT /SP-ExitIs there anything wrong with it, or why doesn tit work, any ideas ?thanks a ton
Alanoll Posted October 24, 2004 Posted October 24, 2004 please don't tell me that's what you seriously have in CMDLINES.TXT but in a CMD file that is called from CMDLINES.TXTCMDLINES.TXT is a VERY limited command interface. and looks like[COMMANDS]"Start.cmd"with start.cmd being in $OEM$ and CMDLINES.TXT also in $OEM$
crashdundee Posted October 24, 2004 Author Posted October 24, 2004 oh i see rofl, i already thought about how it should be possible to have my commands in a text file... well hopefully this helps everyone whos stupid enough to have the same problem... thx
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