Jump to content

alfareed

Member
  • Posts

    24
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Saudi Arabia

Posts posted by alfareed

  1. Thank U bmn

    I add this Batch First Time

    KB831240-enu.exe
    KB834707-enu.exe
    KB867282-ENU.exe
    KB873333-ENU.exe
    KB873339-ENU.exe
    KB873374-ENU.exe
    KB884020-enu.exe
    KB884883-ENU.exe
    KB885222-ENU.exe
    KB885250-ENU.exe
    KB885626-enu.exe
    KB885835-ENU.exe
    KB885836-ENU.exe
    KB886185-enu.exe
    KB886677-enu.exe
    KB886716-ENU.exe
    KB887742-ENU.exe
    KB887797-enu.exe
    KB888113-ENU.exe
    KB888240-ENU.exe
    KB888302-ENU.exe
    kb888656-enu.exe
    KB890047-ENU.exe
    KB890175-ENU.exe
    KB890830-ENU.exe
    KB890831-ENU.exe
    KB890859-ENU.exe
    KB890923-ENU.exe
    KB891122-ENU.exe
    KB891781-ENU.exe
    kb892313-enu.exe
    KB892944-ENU.exe
    KB893066-ENU.exe
    KB893086-ENU.exe
    KB893357-ENU.exe
    kb895181-enu.exe

    after I see Message Remove ( kb892313-enu.exe ) ; Second Time

    oh , I see same message Added ; third time

    kb892313-enu.exe 
    WindowsInstaller-KB893803-v2-x86.exe
    Windows-KB890830-V1.4-ENU.exe
    windowsmedia10-kb888656-x86-global-enu.exe

    fourth Time , add this code in Reg File and Calling From cmdlines.txt

    thanks BlueMe

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\srservice]"Start"=dword:00000002

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore]

    "DisableSR"=dword:00000000

    No error message but computer stuk ( hang ) on Windows startup screen

    Now I stop here because don't know where make a mistake.

    thank you Agine

  2. Thank U BlueMe

    I wrote In WinNt.sif

    [Data]
      AutomaticUpdates=1
      MsDosInitiated=0
      UnattendedInstall=Yes

    [Unattended]
      UnattendMode = FullUnattended
      UnattendSwitch = Yes
      AutoActivate=Yes
      OemPreinstall = Yes
      OemSkipEula = Yes
      WaitForReboot = No
      NoWaitAfterTextMode = 1
      NoWaitAfterGUIMode = 1
      TargetPath = Windows
      DriverSigningPolicy = Ignore
      NonDriverSigningPolicy = Ignore

    [Display]
      BitsPerPel=24  
      Xresolution = 800
      Yresolution = 600

    [GuiUnattended]
      AdminPassword = *
      TimeZone = 150
      OEMSkipRegional = 1
      OemSkipWelcome = 1

    [Components]
      Fax=On

    [UserData]
      ProductKey = "XXXXXXXXXXXXXXXXXXX"
      ComputerName = Computer1
      FullName = "XXXXXX"

    [RegionalSettings]
       Language = 0401
       LanguageGroup= "5","8","13"    
       SystemLocale= 0401
       UserLocale= 0401
       InputLocale=0409:00000409,0401:00000401
       UserLocale_DefaultUser = 0401
       InputLocale_DefaultUser = 0409:00000409

    [TapiLocation]
       CountryCode=000
       AreaCode=00

    [Networking]
    InstallDefaultComponents = Yes

    [Identification]
    JoinWorkgroup = MSHOME

    in cmdlines.txt

    [Commands]
    "mui.cmd"

    in mui.cmd

    @echo off
    start /wait .\muiinst\muisetup.exe /i 0401 /d 0401 /r /s
    exit

    where this problem ?? :(

  3. :hello:

    install TuneUp Utilities 2004 Silent

    ECHO Installing TuneUp Utilities 2004 4.1.2312
    ECHO Please wait...
    start /wait .\TuneUp\TuneUp.exe /qn
    ECHO.
    regedit /s .\TuneUp\reg.reg

    Register

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\TuneUp\Utilities\4.0]
    "InstallPath"="C:\\Program Files\\TuneUp Utilities 2004\\"
    "Company"="XXX"
    "UserName"="XXX"
    "RegCode"="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

    :thumbup

  4. logo3.gif

    DOWNLOAD

    Silent Install

    ECHO GOOGLE DESKTOP SEARCH Install
    ECHO Please wait...
    start /wait %systemdrive%\software\GoogleDesktopSearchSetup.exe /silent
    ECHO.
    taskkill.exe /F /IM IEXPLORE.exe
    taskkill.exe /F /IM Googledesktop.exe
    taskkill.exe /F /IM Googledesktopindex.exe
    taskkill.exe /F /IM Googledesktopcrawl.exe
    ECHO.
    ECHO GOOGLE DESKTOP SEARCH Install seccessfully

    :thumbup

  5. If you would like a simpler way to do it... just create a bat or cmd file with this:

    @echo off

    PING 1.1.1.1 -n 1 -w 15000 >NUL:

    setup.exe

    This will work on nt, w2k w2k3, wxp and you will not have to use a autoit script or compiled exe.

    The trick is that you have to pick a non existant ip address (1.1.1.1) send 1 packet to it (-n 1) and wait 15000 millseconds.

    :D

    :thumbup

×
×
  • Create New...