Jump to content

Recommended Posts

Posted

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's

ECHO.

ECHO Applying Registry Tweaks...

REGEDIT /S %systemdrive%\install\RegTweaks.reg

ECHO.

ECHO Installing Codecs...

REGEDIT /S %systemdrive%\install\codec\cole2k.exe /S

ECHO.

ECHO Installing Adobe Reader 6

ECHO Please wait...

start /wait %systemdrive%\install\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""

ECHO.

ECHO Installing Windows Media Player 10

ECHO Please wait...

start /wait %systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:"setup_wm.exe /Q /R:N /DisallowSystemRestore"

ECHO.

ECHO Installing WinRAR 3.40

ECHO Please wait...

start /wait %systemdrive%\install\WinRAR\wrar340.exe /s

ECHO.

ECHO Installing Nero 6.6 Ultra Edition

ECHO Please wait...

start /wait %systemdrive%\install\nero\nero.exe

ECHO.

ECHO Installing Sun Java VM 1.4.2

ECHO 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.0

ECHO Please wait...

start /wait %systemdrive%\install\Applications\diskeeper\diskeeper.msi /qn

ECHO.

ECHO Installing Symantec Antivirus Corporate 8.1

ECHO Please wait...

start /wait %systemdrive%\install\antivir\antivirus.msi /qn

ECHO.

ECHO Installing Office 2003 Professional

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office2003\Office\SETUP.EXE TRANSFORMS=install.MST /qb-

ECHO.

ECHO Installing Office 2003 Professional Language Packs

ECHO Please wait...

start /wait %systemdrive%\install\Applications\Office2003languagepacks\PTKSETUP.EXE TRANSFORMS=install.MST /qb-

ECHO.

ECHO Installing MSN Messenger 6.2

ECHO Please wait...

start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB

ECHO.

ECHO Installing Skype

ECHO Please wait...

start /wait %systemdrive%\install\skype\SkypeSetup.exe /SILENT /SP-

Exit

Is there anything wrong with it, or why doesn tit work, any ideas ?

thanks a ton


Posted

please don't tell me that's what you seriously have in CMDLINES.TXT but in a CMD file that is called from CMDLINES.TXT

CMDLINES.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$

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...