Jump to content

heralva

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Philippines

About heralva

heralva's Achievements

0

Reputation

  1. How will I properly configure this script to silently install my winrar and foxit, Im having problem with winrar cause after installation it has some configurations after installation but the script would go to the next line which is foxit. Second problem, as soon as foxit installer executes the script would end without waiting the installer to finish. My goal is to make this both installer unattended cause this script will run in post windows installation. Your help would be appreciated,,, Heres my code: @echo off title Installing Applications ECHO. ECHO Thank You For Installing Windows XP SP3 Automated CD.... ECHO. ECHO Installing Winrar 3.71 ECHO Please wait... start /sleep %systemdrive%\install\apps\rar.exe /qn ECHO. ECHO Installing FoxIt PDF Reader ECHO Please wait... start /sleep %systemdrive%\install\apps\pdf.exe /qn ECHO. ECHO Restarting the PC in Few Seconds... shutdown.exe -r -f -t 10 -c "Windows XP will now restart in a few seconds, this will give enough time for the shortcuts to update and for the shell to fully load before it\'s ready to restart!" ECHO. ECHO Deleting Temp Installation Files... RD /S /Q %systemdrive%\Drivers RD /S /Q %systemdrive%\install EXIT
×
×
  • Create New...