Jump to content

folken2k

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

About folken2k

folken2k's Achievements

0

Reputation

  1. lol.. i totally forgot to update those increment also, it looks like no folder under $OEM$\$$ and $OEM$\$1 was copied to the HDD... isn't it supposed to be done automatically?
  2. it is a network environment.... but the team leader isn't interested in office AIP... that's i went for the full install... it'd be great to be your setup tho... i could give a try
  3. 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:\CD.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Dirvers and Applications" /f REG ADD %KEY%\000 /VE /D "chipset" /f REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Drivers\000_chipset\Setup.exe -s -f2\"%systemdrive%\Z00.log\"" /f REG ADD %KEY%\000 /VE /D "Network Card" /f REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Drivers\001_network\Setup.exe -s -f2\"%systemdrive%\Z01.log\"" /f REG ADD %KEY%\000 /VE /D "OnBoard Graphics" /f REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Drivers\002_graphics\Setup.exe -s -f2\"%systemdrive%\Z02.log\"" /f REG ADD %KEY%\000 /VE /D "Sound Card" /f REG ADD %KEY%\000 /V 1 /D "%systemdrive%\Drivers\003_sound\Setup.exe -s -f2\"%systemdrive%\Z03.log\"" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 7.0" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Apps\Adobe\AdbeRdr70_enu_full.exe /qn" /f REG ADD %KEY%\010 /VE /D "***Insert Disc 2***" /f REG ADD %KEY%\010 /V 1 /D "cdswitch WHXXP_NL2 %CDROM%" /f REG ADD %KEY%\000 /VE /D "Office 2003 Pro" /f REG ADD %KEY%\000 /V 1 /D "%CDROM%\Apps\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-" /f REG ADD %KEY%\000 /VE /D "Pivotal 5.1" /f REG ADD %KEY%\000 /V 1 /D "%CDROM%\Apps\Pivotal\setup.exe /s /v /qn" /f REG ADD %KEY%\000 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\000 /V 1 /D "%CDROM%\cleanup.cmd" /f EXIT I got 4 drivers to install from installshield and 3 apps. I'm using CDswitch for the 2 disc install. will this work if the drivers are installed from the folder in the partition then we swtich to the CD Rom to install office 2003 and Pivotal?
×
×
  • Create New...