Jump to content

taotaolu

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About taotaolu

taotaolu's Achievements

0

Reputation

  1. Diesel 98a... Change to batch file? it's already a *.cmd file.. not sure what you mean by that.. could you explain?? Evil Voice... where do I add the reg.exe file? I didn't see it being mentioned anywhere in the forum or msfn web site.... please explain.. thanks
  2. I was able to create a working Windows XP unattended DVD and now I am working on the Windows 2000 unattended DVD. I am having problem with the RunOnceEx.cmd, I can't seem to make it run after the Windows 2000 installation, it boots directly to the desktop instead of running the application install. I created cmdlines.txt and RunOnceEx.cmd under $OEM$ Any experts please give me some help with this. Thank you so much! -----------------------------------Begin RunOnceEx.cmd--------------------------------- cmdow @ /HID @Echo Off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\win51ip.SP2 SET CDROM=%%i: SET PP=%cdrom%\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Applications Installation" /f REG ADD %KEY%\140 /VE /D "Adobe Acrobat 7" /f REG ADD %KEY%\140 /V 1 /D "%CDROM%\install\ACROBAT7\AcroStan.msi /qb" /f REG ADD %KEY%\200 /VE /D "WinZip 9" /f REG ADD %KEY%\200 /V 1 /D "\"%systemdrive%\Program Files\WinZip\winzip32.exe \" /noqp /autoinstall" /f REG ADD %KEY%\250 /VE /D "PowerDVD 4" /f REG ADD %KEY%\250 /V 1 /D "%CDROM%\install\PowerDVD\setup.exe /q" /f REG ADD %KEY%\330 /VE /D "Microsoft Office System 2003" /f REG ADD %KEY%\330 /V 1 /D "%CDROM%\install\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb-" /f REG ADD %KEY%\350 /VE /D "Roxio EZ CD Creator Basic" /f REG ADD %KEY%\350 /V 1 /D "%CDROM%\install\Roxio\ECDC5B.msi /qb REBOOT=Suppress REBOOTPROMPT=S TRANSFORMS=1033.MST" /f REG ADD %KEY%\450 /VE /D "Importing Registry Tweaks" /f REG ADD %KEY%\450 /V 1 /D "REGEDIT /S %CDROM%\install\OCC.reg" /f REG ADD %KEY%\500 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\500 /V 1 /D "%CDROM%\install\cleanup.cmd" /f EXIT -----------------------------------End RunOnceEx.cmd---------------------------------
×
×
  • Create New...