Jump to content

solanjie

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by solanjie

  1. cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\990 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\990 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT doesn't work either.
  2. Someone pointed out to me that you can't use REM in runOnceEx and I also have a typo on my numbering. Making these changes and trying it with your suggestion. Will let you know. Thank you!
  3. I have ie6 in the cmdlines.txt as follows: [Commands] "INSTALL_IE6.CMD" "RunOnceEx.cmd" IE6 installs wonderfully, but upon reboot my runonceEx.cmd seems to flash for a second, then never executes. I have rem'ed almost everything out trying to see if I could get it to work.. here is what I have: cmdow @ /HID @echo off SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f rem REG ADD %KEY%\001 /VE /D "Microsoft DirectX 9c" /f rem REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\DX9C\dxsetup.exe /silent" /f rem REG ADD %KEY%\016 /VE /D "Windows Media Player 9" /f rem REG ADD %KEY%\016 /V 1 /D "%systemdrive%\install\WMP9\MPSetup.exe /Q:A /R:N" /f rem REG ADD %KEY%\900 /VE /D "Installing Post SP4 Hotfixes" /f rem REG ADD %KEY%\900 /V 1 /D "%systemdrive%\install\UpdateXP.exe" /f rem REG ADD %KEY%\905 /VE /D "Installing NOD32 but you MUST configure it" /f rem REG ADD %KEY%\905 /V 1 /D "%systemdrive%\install\eset\setup.exe /silentmode" /f rem REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\eset.reg" /f REG ADD %KEY%\990 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\990 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT I have reg.exe, shutdown.exe, and cmdow.exe in $OEM$\$$\system32 and I also put them all in i386/system32 just in case Is there anything I am missing? I tried rem'ming the cmdow, but that didn't fix it either. Extremely frutstrated, angela
×
×
  • Create New...