Jump to content

Dr3amW3av3r

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by Dr3amW3av3r

  1. If you want to use GSM's idea then it would look like below: REG ADD %KEY%\053 /VE /D ".NET Framework 1.1" /f REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotnet\dotnetinstall.exe" /f REG ADD %KEY%\053 /V 2 /D "ping -n 60 127.0.0.1>nul" /f REG ADD %KEY%\065 /VE /D "Sun Java 1.4.2" /f REG ADD %KEY%\065 /V 1 /D "%CDROM%\Software\jre-1_5_0_04-windows-i586-p.exe /s /v/qn" /f REG ADD %KEY%\065 /V 2 /D "REGEDIT /S %CDROM%\Software\RemoveSunJavaUpdateCheck.reg" /f Hello MHz thank you very much for this pointer and I shall try it out....
  2. If you want something just to pause then restart after X amount of time red text is the amount of time the script pauses for Hi there, So where does this exactly go in the RunOnceEx.cmd file?
  3. Here are the lines of code in my RunOnceEx.cmd file: 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 Applications" /f REG ADD %KEY%\005 /VE /D "Adobe Reader 7" /f REG ADD %KEY%\005 /V 1 /D "%CDROM%\Software\AdobeReader7\AR7.exe /S /v/qn" /f REG ADD %KEY%\037 /VE /D "IsoBuster 1.9" /f REG ADD %KEY%\037 /V 1 /D "%CDROM%\Software\IsoBuster19.exe /VERYSILENT /SP-" /f REG ADD %KEY%\037 /V 2 /D "taskkill /F /IM isobuster.exe" /f REG ADD %KEY%\053 /VE /D ".NET Framework 1.1" /f REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotnet\dotnetinstall.exe" /f REG ADD %KEY%\065 /VE /D "Sun Java 1.4.2" /f REG ADD %KEY%\065 /V 1 /D "%CDROM%\Software\jre-1_5_0_04-windows-i586-p.exe /s /v/qn" /f REG ADD %KEY%\065 /V 2 /D "REGEDIT /S %CDROM%\Software\RemoveSunJavaUpdateCheck.reg" /f REG ADD %KEY%\075 /VE /D "WinRAR 3.51" /f REG ADD %KEY%\075 /V 1 /D "%CDROM%\Software\Wrar351.exe /s" /f REG ADD %KEY%\080 /VE /D "Installing Office 2003" /f REG ADD %KEY%\080 /V 1 /D "%CDROM%\Software\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb-" /f REG ADD %KEY%\085 /VE /D "Adding Users" /f REG ADD %KEY%\085 /V 1 /D "%CDROM%\Software\useraccounts.cmd" /f REG ADD %KEY%\090 /VE /D "Installing Various Media Codecs" /f REG ADD %KEY%\090 /V 1 /D "%CDROM%\Software\codecs.cmd" /f REG ADD %KEY%\150 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\150 /V 1 /D "%CDROM%\Software\cleanup.cmd" /f EXIT
  4. Hello all, Currently I am designing my unattended install and am using the RunOnceEx.cmd method to install apps. Is there a way to tell runonceex.cmd to wait for say 60 secs before it goes onto install the next piece of software? The reason is, I have Java VM starting to install AFTER Microsoft .NET Infrastructure. Now I am assuming that runonceex.cmd thinks that the program install for .NET has finished and starts to execute the install for Java, but then I get a message on the screen saying "Another application is still installing, please wait for it to finish" Is there a way to let >NET finish what ever it is doing in the back ground before the install of Java starts? thanks very much for your help.
  5. Just saying hi to all members on this forum... to know more about me visit www.jainesh.com
×
×
  • Create New...