Jump to content

keenie

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by keenie

  1. What I use: ECHO. ECHO Installing Sun Java 1.4.1 ECHO Please wait... start /wait %systemdrive%\install\applications\SunJava_1_4_1\Setup.exe -s -f1"%systemdrive%\install\applications\SunJava_1_4_1\setup.iss" ECHO. ECHO Installing Opera 7.20 ECHO Please wait... start /wait %systemdrive%\install\applications\Opera720\Opera720.exe /s I've found the if you want Opera 7.x with Sun's JRE you MUST install JRE before Opera or otherwise I couldn't get Opera to reconise that JRE had been installed. Opera720.exe is the "non-Java (3.2Mb)" version
  2. For some reason my Slipstreamed XP CD only has WIN51IP.SP1, WIN51IP & WIN51 on it. Are the other two files critical to success??
  3. from the looks of it, all it does is automatically copies the contents of the \$$\ directory to %WINDIR% (typically C:\WINDOWS\) eg. $OEM$\$$\Resources\ gets copied to C:\WINDOWS\Resources\ I could be wrong tho
  4. Hi. I'm trying to intagrate the ChaNinja RC5 theme (and others) into my Unattended XP install. ATM I'm using (see below) to copy the files off the CD into the relivent DIRs ECHO. ECHO Instaling ChaNinja RC5 Theme ECHO Please Wait... MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Akira\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Balloo\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Deviant\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Jubei\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Jungle\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Kohga\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Normalcolor\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Shadow\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\SubZero\" MD "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Yin\" COPY "%systemdrive%\install\themes\ChaNinja.Theme" "%WinDir%\Resources\Themes\" COPY %systemdrive%\install\themes\ChaNinjaStyle_RC5\ChaNinjaStyle_RC5.msstyles" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Akira\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Akira\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Balloo\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Balloo\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Deviant\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Deviant\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Jubei\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Jubei\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Jungle\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Jungle\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Kohga\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Kohga\" COPY %systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Normalcolor\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Normalcolor\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Shadow\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Shadow\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\SubZero\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\SubZero\" COPY "%systemdrive%\install\themes\ChaNinjaStyle_RC5\shell\Yin\shellstyle.dll" "%WinDir%\Resources\Themes\ChaNinjaStyle_RC5\shell\Yin\" Now, is there an easier/quicker way to copy all these files off the CD? :/ [/n00b] cheers, keenie
×
×
  • Create New...