Jump to content

arielsa

Member
  • Posts

    5
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Israel

Everything posted by arielsa

  1. Thanks, I'll check it out
  2. Hi all, my unattended xp installation starts installing it self immediately without letting me choose the partition to install on nor the option to format it, is there something that can be done to change it? Thanks
  3. Another thing i taught about, might it be something with the extraction of the files? they extract as expected but can it prevent the setup from running??
  4. Thank you both. when I'm trying it from the command line (on VMWare - after it didn't install) it works fine with the same RunOnceEx. when it's on the first installation - it just doesn't install it. no error reported. the files are extracted but setup doesn't run and the runOnceEx continues... Cluberti, I've received an error about the "OutlookS" parameter, any idea why could it be? could you explain about those parameters a bit? And last thing, is there a way to test it without running through the whole installation? (when I've tried to run only the RunOnceEx from windows it worked fine...) Many Thanks!
  5. Hi, I'm trying to create my unattended version using RunOnceEx and for some reason the Symantec AntiVirus gets unpacked but does not get installed. I've tried to use the SFX option of winrar to make it execute after unpacking but it didn't work. also tried to use the command "/wait" which didn't help much. this is my RunOnceEx file. any of you guys have any idea about what to do? (I'm not using an extracted folder of SAV since my CD is already 700MB after reducing it's size...) 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 7" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdbeRdr70_enu_full.exe /s /v/qn" /f REG ADD %KEY%\010 /VE /D "JVM" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\jre-1_5_0_06-windows-i586-p.exe /s /v/qn" /f REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\SunJava\RemoveSunJavaUpdateCheck.reg" /f REG ADD %KEY%\015 /VE /D "WinRAR 3.30" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\WRAR330.exe /s" /f REG ADD %KEY%\020 /VE /D "Symantec AV Corp 10.0.1.1000" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\v10.0.1.1000.exe /wait" /f REG ADD %KEY%\020 /V 2 /D "%systemdrive%\v10.0.1.1000\SymantecAntivirus.msi /Quiet /norestart" /f REG ADD %KEY%\025 /VE /D "Win Iso 5.3" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\install\winiso53.exe /verysilent /sp-" /f REG ADD %KEY%\035 /VE /D "Ad-Aware" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\install\aawsepersonal.exe /s" /f REG ADD %KEY%\040 /VE /D "ie-spell" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\install\ieSpellSetup210552.exe /S" /f REG ADD %KEY%\045 /VE /D "Changing Resolution" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\1365VidChng.exe 1024X768X24@75 -q" /f REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT Thanks...
×
×
  • Create New...