Jump to content

oak777

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Egypt

About oak777

oak777's Achievements

0

Reputation

  1. well i solved the problem now i install application at the first logon not at t12 everything is fine
  2. i removed msn silent switches and installed windows on virtual machine, i got a msg " virtual memory minimum too low" then i get " can't write in registry key " wd0200" can't remember the exact name, i searched the form , that error related to dotnet unattended installation.. i think i have to shift the dotnet installation down. ==== no i haven't heard of that.
  3. i don't have a problem with yahoo my problem with " msn and k-lite codecs" i execute the commands at t-12 , msn was used to be installed at that time.. anyway do you think they need they system to make the first logon?
  4. ayahoo.exe is a file i have made with a tool which would install yahoo silently and it works great when i call it from the command line
  5. i make folder on c:\apps\codec and c:\apps\msn andi copy files to it , i execute the command and everything works fine, when i make unattended installation there is hard disk activity but i find nothing when windows starts.
  6. this is my RunOnceEx.cmd content:- mdow @ /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 "WinRar" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\apps\winrar\winrar.exe /s" /f REG ADD %KEY%\015 /VE /D "Daemon Tools" /f REG ADD %KEY%\015 /V 1 /D "%systemdrive%\apps\DaemonTools\daemon.exe" /f REG ADD %KEY%\015 /V 2 /D "%systemdrive%\apps\DaemonTools\sptd.exe add /q" /f REG ADD %KEY%\020 /VE /D "Msn Live Messenger 8" /f REG ADD %KEY%\020 /V 1 /D "%systemdrive%\apps\msn\msn.exe" /f REG ADD %KEY%\025 /VE /D "DotNet Framework 2" /f REG ADD %KEY%\025 /V 1 /D "%systemdrive%\apps\dotnet\dotnetfx.exe /q:a /c:\"install /l /q\"" /f REG ADD %KEY%\030 /VE /D "yahoo messenger" /f REG ADD %KEY%\030 /V 1 /D "%systemdrive%\apps\yahoo\ayahoo.exe" /f REG ADD %KEY%\035 /VE /D "Winamp" /f REG ADD %KEY%\035 /V 1 /D "%systemdrive%\apps\winamp\awinamp.exe" /f REG ADD %KEY%\040 /VE /D "Adobe Flash 9" /f REG ADD %KEY%\040 /V 1 /D "%systemdrive%\apps\flash\flash.exe /s" /f REG ADD %kEY%\045 /VE /D "directx March2008" /f REG ADD %KEY%\045 /V 1 /D "%systemdrive%\apps\dx\dx_r_march2008.exe" /f REG ADD %KEY%\050 /VE /D "Java Virtual Machine" /f REG ADD %KEY%\050 /V 1 /D "%systemdrive%\apps\java\javatrig.exe /q" /f REG ADD %KEY%\055 /VE /D "K-lite Codec " /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\apps\codec\klmcp.cmd" /f REG ADD %KEY%\060 /VE /D "Real player 11" REG ADD %KEY%\060 /V 1 /D "%systemdrive%\apps\real\real.exe -s" /f REG ADD %KEY%\065 /VE /D "Symantec AV Corp 10.1.5" /f REG ADD %KEY%\065 /V 1 /D "%systemdrive%\apps\sav\sa.msi /quiet /passive /qn /norestart REBOOT=ReallySuppress" /f REG ADD %KEY%\070 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\apps\cleanup.cmd" /f EXIT ===== everything is installed but windows live messenger and k-lite codecs , can u help me?
×
×
  • Create New...