Jump to content

rajesh.kumar

Member
  • Posts

    341
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Posts posted by rajesh.kumar

  1. First I got into text mode then installed the widows successfully..

    then reboot and then choose " GUI mode + continue installing xp + 1st start of XP "

    Installed the rest of the needed things.. then rebooted..

    went to BIOS and changed HDD to the main boot device.. then rebooted..

    You have to choose the option " GUI mode + continue installing xp + 1st start of XP " again until u finish the first logon and then change to main hdd.

  2. its because you have to fully login to the desktop to install ie8.

    Not true.

    @chon_ You might want to try the excellent Onepiece's Internet Explorer 8 addon by Onepiece and Nonno Fabio. They also provide a Universal Addon Creator. The resulting Addon + SFX can be installed at any time (SVCPACK, cmdlines.txt, et cetera) and you can pre-configure any (registry) setting you like as well.

    yes might be true about the addon, and i was refering to the installation untouched ie8 setup file.

  3. you have selected the option "Manual Install and Upgrade" from the Operating Systems Options.

    This will remove winnt32.exe so that you cant install from inside windows. But you can boot from cd and install.

  4. You must access usb drives ONLY after doing the following steps.

    1) installing xp after clean formating

    2) install sp3

    3) all post-sp3 hotfixes

    4) install antivirus and update it to the present day and configure it for how it handles the realtime scan and configure the builtin firewall.

    if u access usb drives before these above steps, probable chance is your system getting infected with virus definitely.

    to make things easier, for steps1,2,3, create an unattended distribution of xp and install. then install antivirus.

    There is no compromise in these steps coz any usb drive can have any number of viruses of any kind.

  5. as far as i have tested, this is the proper order :

    "Contacts.msi /passive /norestart"

    "wlc.msi /passive /norestart"

    "RichUpload.msi /passive /norestart"

    "wllogin.msi /passive /norestart"

    "WLXSuite.msi /passive /norestart"

    "Messenger.msi /passive /norestart"

    "SpamFilterData.msi /passive /norestart"

    "Mail.msi /passive /norestart"

    "SQLServerCE31-EN.msi /passive /norestart"

    "WindowsLiveSync.msi /passive /norestart"

    "PhotoLibrary.msi /passive /norestart"

    "MicrosoftSearchEnhancementPack.msi /passive /norestart"

    "SyncNative.msi /passive /norestart"

    "ProviderServicesNative.msi /passive /norestart"

    "wltinstall.msi /passive /norestart"

    "Writer.msi /passive /norestart"

    "fssclient_x86.msi /passive /norestart"

    "olc.msi /passive /norestart"

    "OLConnector.msi /passive /norestart"

    Silverlight.2.0.exe /q"

  6. You can use the same RunOnceEx.cmd for both cd and usb as well if you do the following :

    comment the following line in <usbdrive>:\$WIN_NT$.~BT\winnt.sif :

    ;"undoren.cmd"

    append the following code at the top of your RunOnceEx.cmd :

    REM cmdow @ /HID
    REM @echo off

    SET DRIVE=
    SET I386DIR=

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\XP_SP3.CD SET CDROM=%%i:
    if "%CDROM%" == "" GOTO CHECKUSB
    SET DRIVE=%CDROM%
    SET I386DIR=%CDROM%\I386
    GOTO DOROE

    :CHECKUSB
    FOR %%h IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%h:\USB.DRIVE SET USBDRIVE=%%h:
    IF "%USBDRIVE%" == "" GOTO NOUSB
    SET DRIVE=%USBDRIVE%\$WIN_NT$.~LS
    SET I386DIR=%USBDRIVE%\$WIN_NT$.~LS\I386
    REG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\0001 /V 1 /D "undoren.cmd" /f
    GOTO DOROE
    echo USB not present

    :DVDPRESENT
    :USBPRESENT

    :NOUSB
    ECHO NO DVD OR USB DRIVE PRESENT
    PAUSE
    GOTO END

    :DOROE
    .......
    .......*********these are my lines for your reference********************
    SET CDP=%DRIVE%\$OEM$\Appz
    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
    REG ADD %KEY% /V TITLE /D "Wonder XP Updation in Progress" /f
    REG ADD %KEY%\0005 /VE /D "Reapplying loads of RegTweaks" /f
    REG ADD %KEY%\0005 /V 1 /D "REGEDIT /S %I386DIR%\RTW.reg" /f
    REG ADD %KEY%\0006 /VE /D "Initialising Wow Experience" /f
    REG ADD %KEY%\0006 /V 1 /D "%CDP%\play.cmd" /f
    REG ADD %KEY%\0007 /VE /D "Installing Windows Update Agent3.0 V7-June'07 update" /f
    REG ADD %KEY%\0007 /V 1 /D "%CDP%\KB\WindowsUpdateAgent30-x86.exe /wuforce /quiet /norestart" /f
    REG ADD %KEY%\0007 /V 2 /D "%CDP%\p.cmd" /f
    REG ADD %KEY%\0008 /VE /D "Installing Windows Genuine Advantage Validation Tool KB892130" /f
    REG ADD %KEY%\0008 /V 1 /D "%CDP%\KB\WGAValidation-KB892130.exe /passive /norestart" /f
    .......*********these are my lines for your reference********************
    .......
    .......

    if it is cd, create a dummy file : XP_SP3.CD in the root.

    if it is usb, create a dummy file : USB.DRIVE in the root.

  7. thats right but why bother abt something which u dont need and only becoz winupdate provides it.

    u already have unattended windows which is your prime target and this winupdate would show hotfixes time to time so clean page there is only shortliving so dont bother about seeing a clean page in winupdate or not after unattended installation.

    Even if automatic updates is on after installation, it would not be a problem if they get installed. The issue is rised only during unattended mode.

  8. KB951072-v2 gives the same problem.

    A fix is to fix the intended problem and not to generate another one.

    as it became a culture to release fix, and then fix to the fix, and fix to fix the new fix which now carries a version number.

    The problem for the user is he is continuously under fix irrelevant of the kind of problem.

×
×
  • Create New...