Jump to content

alcho

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Ireland

Posts posted by alcho

  1. Hi all i finally got around to adding wpi install to my unattened xp disk and everyhting goes fine until it starts to install the apps and then it tell me it cannot find the files or apps.

    Yet after windows is finished installing i can go to my d:\ drive click on the wpi folder and click on the wpi.hta file and wpi will run and load all the apps i select just cant get it to do it while im installing windows

    this is my runonce file if anyone can help me out please

    cmdow @ /HID
    @ECHO OFF

    for %%i in (C 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:\WIN51 set CDROM=%%i:

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY%\001 /V 1 /D "%CDROM%\WPI\WPI.hta" /f


    EXIT

  2. thanks for that i came accross that one before,doesnt excatly fit what im looking for though bashrath has done a great job collecting drivers and has them all in nice driver packs.What i want to do is leave my unattended dvd the way it is now, and just put his driverpacks onto a cd just them nothing else and have windows search the cd when i need to install a driver.

    Is this possible ?

  3. hey just wondering if it is possible to make a data cd with all the driver packs and inf files on it and nothing else so when windows is finished installing i can put in my data disk and xp will search it for drivers....Just wondering

    Thanks

  4. I have tried placing the $oem$ folder beside the i386 folder but when the runonce starts after xp is setup it tells me it cannot find c:\install\applications so it seems to me that the install folder is not getting copied over..any ideas why thanks again

  5. hey all i made my unattended xp sp2 install disk with all my apps no probs working great.But now i would like to use ris to deploy it for me.I installed ris on the server and copied the contents of the dvd to the share folder and tried to setup a client pc.All went well and it installed fine except it didnt install any of the apps like it does when im using the cd and it didnt fill in the product key.

    Do i have to place the $oem$ folder inside the i386 folder or beside it to get it to load using ris.And also do i leave my answer file named winnt.sif in the i386 folder.

    Thanks for all your help in advance..

  6. hi again second post just converted to the runonceex method and finally got it to work with your help "thanks" now i am having a little problem with adding a user.It worked with my batch file because i only had a cmdlines.txt with a reference to useraccount.cmd but with runonce i had to add another line to it so i made it like this

    [COMMANDS]
    "RunOnceEx.cmd"

    [COMMANDS]
    "user.cmd"

    and then saved it as cmdlines.txt in my $oem$ folder

    but its not adding a user

    any help thanks

  7. Running it now in Virtual Pc to see if it will work cant believe i spent over a week looking for a solution to this because i was afraid to post been reading lots of posts from newbies like myself and thought i was gonna get torched and flamed.

    Again Thank You.

    Here is my finished RounceEx file

    cmdow @ /HID
    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f
    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Applications\Adobe_Reader\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\" /f

    REG ADD %KEY%\025 /VE /D "Avg Anti Virus" /f
    REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Applications\avg\avg7.exe" /f

    REG ADD %KEY%\050 /VE /D "Nero Burning ROM v6.3.0.3" /f
    REG ADD %KEY%\050 /V 2 /D "%systemdrive%\Applications\Nero\nero.exe /SILENT /NOREBOOT /SN=1A23-xxxx-xxxx-xxxx-xxxx /WRITE_SN" /f
    REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\Applications\Nero\register.reg" /f

    REG ADD %KEY%\065 /VE /D "Sun Java 1.4.2" /f
    REG ADD %KEY%\065 /V 1 /D"%systemdrive%\Applications\SunJava\j2re-1_4_2_01-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1" /f

    REG ADD %KEY%\070 /VE /D "Power DVD 5" /f
    REG ADD %KEY%\070 /V 1 /D "%systemdrive%\apps\Applications\PowerDVD5\Setup.exe -s -f1"%systemdrive%\install\Applications\PowerDVD5\setup.iss" /f

    REG ADD %KEY%\075 /VE /D "Photoshop CS and ImageReady CS" /f
    REG ADD %KEY%\075 /V 1 /D "%systemdrive%\apps\Applications\Photoshop8\Setup.exe -s -f1"%systemdrive%\install\Applications\Photoshop8\setup.iss" /f

    REG ADD %KEY%\080 /VE /D "WinRAR 3.20" /f
    REG ADD %KEY%\080 /V 1 /D "%systemdrive%\apps\WinRAR320.exe /s" /f

    REG ADD %KEY%\085 /VE /D "Installing Office 2003" /f
    REG ADD %KEY%\085 /V 1 /D "%systemdrive%\Applications\Office2003\setup.exe TRANSFORMS=Unattended.mst /qb-" /f

    REG ADD %KEY%\090 /VE /D "Applying Registry Tweaks" /f
    REG ADD %KEY%\090 /V 1 /D "REGEDIT /S %systemdrive%\install\Applications\RegTweaks\RegTweaks.reg" /f

    REG ADD %KEY%\095 /VE /D "Cleaning Up and Rebooting" /f
    REG ADD %KEY%\095 /V 1 /D "%systemdrive%\apps\cleanup.cmd" /f

    EXIT

  8. cool that helps a lot thanks mate.i'll try and edit the code tags things now have to do more reading.

    quick one though i want to copy the file

    $OEM$\$Progs\Adobe\Photoshop CS\AdobeLM.dll

    so when windows is installed it will be in the file

    C:\Program Files\Adobe\Photoshop CS\ folder is that right

  9. Hey all great job your all doing, i'm a long time reader and first time poster i have done a lot of searching and while i can get most of it to work there are a few bits doing my head in anyhow just wondering if any of you GURU'S would have time to convert my batch file so i can use it as a runonce..thanks all

    CLS
    @echo off
    TITLE Unattended XP

    ECHO.
    ECHO gonna take a while


    ECHO.
    ECHO Installing Adobe Reader 6 Full
    ECHO Please wait...
    start /wait %systemdrive%\Install\Applications\Adobe_Reader\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""

    ECHO.
    ECHO Installing Sun Java VM 1.4.2
    ECHO Please wait...
    start /wait %systemdrive%\Install\Applications\SunJava\j2re-1_4_2_01-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"

    ECHO.
    ECHO Installing Avg Anti-virus
    ECHO Please wait...
    start /wait %systemdrive%\Install\Applications\avg\avg7.exe

    ECHO.
    ECHO Installing WinRAR 3.20
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\WinRAR\wrar320.exe /s
    COPY /Y %systemdrive%\Install\Applications\winrar\rarreg.key "%systemdrive%\Program Files\winrar"

    ECHO.
    ECHO Installing Nero Burning ROM v6.3.0.3
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\Nero\nero.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx /WRITE_SN
    start /wait regedit /s %systemdrive%\Install\Applications\Nero\register.reg

    ECHO.
    ECHO Installing Power DVD 5
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\PowerDVD5\Setup.exe -s -f1"%systemdrive%\install\Applications\PowerDVD5\setup.iss"

    ECHO.
    ECHO Installing Photoshop CS and ImageReady CS
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\Photoshop8\Setup.exe -s -f1"%systemdrive%\install\Applications\Photoshop8\setup.iss"

    ECHO.
    ECHO Patching Photoshop CS and ImageReady CS
    ECHO Please wait...
    COPY /Y %systemdrive%\Install\Applications\Tw10122.dat "%systemdrive%\Program Files\Adobe\Photoshop CS"
    COPY /Y %systemdrive%\Install\Applications\AdobeLM.dll "%systemdrive%\Program Files\Adobe\Photoshop CS"

    ECHO.
    ECHO Installing MS Office Professional 2003
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=%systemdrive%\install\Applications\Office2003\unattended.MST /qb-

    ECHO.
    ECHO Installing Q832483 Security Update for Microsoft Data Access Components
    ECHO Please wait...
    start /wait %systemdrive%\Install\hotfixes\ENU_Q832483_MDAC_x86.EXE /T:%systemdrive%\install\tmp /C:"%systemdrive%\install\tmp\dahotfix.exe /q /n" /Q

    ECHO.
    ECHO Applying Registry Tweaks
    REGEDIT /S %systemdrive%\install\Applications\RegTweaks\RegTweaks.reg

    ECHO.
    ECHO Deleting Temp Installation Files
    ECHO Please wait...
    RD /S /Q %systemdrive%\Drivers
    RD /S /Q %systemdrive%\install

    thanks all got most of it ok except for the copy command i dont know how to do it with runonce..

×
×
  • Create New...