Jump to content

tap52384

Member
  • Posts

    327
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by tap52384

  1. I would also like to make known my thanks. Ever since 2004 and the impending release of Windows XP Service Pack 2, nuhi has been working diligently to provide a quality piece of software whose purpose was to provide modularity to Windows XP. I have followed along and saw this software blossom, being very receptive to user feedback and in the end, provided us with not only customization for XP, but the possibility of bloat removal for Vista with Vlite. Thanks for your years of hard work!

  2. If you are using an Autoattend.xml file, it may have an error in it. Use the WSIM in the WAIK installation to validate Autoattend.xml. If you have a functioning one that you used with Vista, that one should work fine with Windows 7.

    Additionally, last I heard, build 6956 was only in VHD format; your ISO may not be authentic.

  3. nLite is designed to only keep the newest files, so I suppose in theory, integrating RyanVM's updates wouldn't hurt SP3, but it would be interesting what you report after you try it...RyanVM has updates that are not necessarily Windows Updates, but other necessary updates from Microsoft that are needed for programming and other little known but important features available to Windows XP.

  4. Yes, Media Center is one of the Compatibility options that can be protected from removal during the nLite process, so yes, it can be removed.

    I also can confirm that Media Center is Professional without Active Directory functionality. Perhaps that registry key that XP Professional users change to make XP think it is MCE could help in your quest...

  5. Even though such a check would be fairly simple to implement, it is not fair to suggest that checking to make sure that the system folder is not selected due to user error. Additionally, nLite does not select a folder by default, the folder path dropbox is blank.

    Furthermore, I just selected my C:\windows and I received this message:

    ---------------------------

    Warning!

    ---------------------------

    CD Ident file not detected! Make sure you copied it from the original CD (and all root files).

    You can copy it now without restarting nLite.

    Copy win51ip to c:\windows\

    ---------------------------

    OK

    ---------------------------

    This is an error message that basically says, "the currently selected folder does not have the files that a normal installation cd have."

    A form of check was implemented after all.

  6. That's not a bad feature, but this can be done with a single CMD script (I use a separated registry file, however). The way I currently do it is set a command in cmdlines.txt that points a .reg file and the cmd script to copy the files:

    CMDLINES.TXT:
    [COMMANDS]
    "REGEDIT /S i386copy.reg"
    "i386copy.cmd"
    EXIT

    i386copy.reg:
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
    "SourcePath"="%systemroot%\\i386\\"
    "ServicePackSourcePath"="%systemroot%\\i386\\"

    i386copy.cmd:
    @ECHO OFF
    for %%i in (C 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:\WIN51IP set CDROM=%%i:
    ECHO Please wait, Recovery Console is being installed locally.
    %CDROM%\i386\winnt32.exe /dudisable /cmdcons /unattend
    mkdir %systemroot%\i386
    ECHO Please wait, source files are being copied. This may take several minutes.
    xcopy /e/h/f/v/c/y/z %CDROM%\i386\*.* %systemroot%\i386\
    ECHO Adding registry entries.
    regedit.exe /s %CDROM%\$OEM$\i386copy.reg
    ECHO Done.
    EXIT

    Note: My i386copy.cmd also installs the Recovery Console.

  7. I noticed you said you installed .net 2.0 SP1 .. You didn't happen to mention whether it is x86 or x64 framework. That can cause a huge difference. Please specify which you installed, and also try reinstalling it, as it may have gotten corrupted.

    Well, duh... If you would've looked at the left, you would've seen that I'm running XP 64, so I obviously installed the x64 version.

    Ikari, it has to make the file and then "makecab it". It is not by accident. I could move that to temp folder but you would have the same issue, I thing that it fails for you on cabinet decompression or compression.

    Heck I can make you a test version then we can see, I will send you a PM.

    Answered your PM already. Just send the test version over.

    Try using Unlocker 1.8.6 on the file you are receiving an error about. Since you rebooted and the same error occurred, it's possible that it is a program that launches at boot.

    Additionally, your responses to assistance could be fine-tuned. People genuinely trying to help do not deserve attitude.

  8. Could someone tell me what components are required for Vista activation via KMS server? I am using Vista SP1 and I cannot activate and receive the following error message:

    The following information was found for this error:

    Code:

    0x8007232B

    Description:

    DNS name does not exist.

    I am able to get on the Internet, so i'm not sure what I did wrong...

  9. OEM Preinstallation Kits (OPKs)

    I must admit I didn't know what OPK was.

    Essentially, you are trying to create addons for the softwares which would be added during the "Hotfixes" section of the nLite process.

    There are a lot of addons here:

    http://www.winaddons.com

    There should be a topic on MSFN somewhere that explains how to make addons.

×
×
  • Create New...