Recommended Posts

I don't like Nlite so much though...too many bugs. I like Autostreamer's simplicity, but would love the option to look for and add unattended files like winnt.sif and $OEM$ folders, and even an option to trim the unnecessary support and lang files and folders. :whistle: :shifty:

I don't like Nlite so much though...too many bugs. I like Autostreamer's simplicity, but would love the option to look for and add unattended files like winnt.sif and $OEM$ folders, and even an option to trim the unnecessary support and lang files and folders. :whistle: :shifty:

nLite is buggy? :blink:

Autosteamer doesn't work well on some OEM disks.

I have a dutch XP version on a Compaq OEM disk.

While I have no problems with autosteamer (no errors), the image later has. It already comes with that the upgrade option is missing, later it quits after typing the serial key with an dialog saying that it quit due to an unknown error.

I'm a new to this program (autostreamer) when I run it all I got is an ISO file which is 54meg how do I burn this I was hoping for a help or a step by syep instruction but it seem the programs doest support, I followed the step by step procedure and stil after running several times all I got is the tiny iso file,can you help me upon this inquiry please....

Edited by grifter510

Preparing:

Extract the ZIP file's contents to a local folder where you have sufficient permissions (meaning read/write). Do not extract only AutoStreamer.exe and do not double-click it within the archive. There's high chance things will go wrong.

Running:

First you have to select between CD or share mode. If you want to use your original xp cd as a source, go with cd mode. If you have a network share which contains the setup files, pick share mode.

Step 1:

--CD Mode: If you pick cd mode, AutoStreamer will attempt to read your pc's cd drives to detect any windows cds. If you have already inserted your cd in, AS will find it. If not, insert it, and click on the first magnifying glass icon to detect it. After detection suceeds, pick the service pack file by clicking the second magnifying glass icon. AS will attempt to detect what kind of file it is. If all goes well and its a valid SP file (meaning its the correct version, and newer than the source, it is valid) you will be ready to continue to step 2.

--Share Mode: Same as CD Mode, however, the first magnifying glass will prompt you for a valid hard drive location (local or network drive will do). Version detection works here as well. Again, you will have to pick SP file, and AS will verify that everything is good to go...

Step 2:

It's time to label the CD image. you can give any name you want. I usually name it WINXPSP2_EN or something... Next you have to pick the output file location... I use C:\WINXPSP2_EN.ISO...

/Raptor

is the source a CD? if it is, it could be a read error which stops the file copy procedure (AS needs to copy the CD files to a temporary folder before slipstreaming)... Try copying the CD contents to a folder (i.e C:\WINXPCD) manually and see if there are any errors. If everything suceeds, start AS and select share mode (point to the folder you copied the CD files).

/Raptor

I am a new comer to your forum ,I found it by acciedent looking for information on our to slipstream Windows XP Prof. and SP2.

I downloaded the Autostreamer v 1.0.29 carried out the instr. from A TO Z and it worked out 100% for me.!! many many thanks to those or he who made up the program.

I am a new comer to your forum ,I found it by acciedent looking for information on our to slipstream Windows XP Prof. and SP2.

I downloaded the Autostreamer v 1.0.29 carried out the instr. from A TO Z and it worked out 100% for me.!! many many thanks to those or he who made up the program.

Welcome and thanks :)

BTW: Expect version 1.0.30 by the end of the month with minor fixes (warning on unsupported OEM versions etc)...

/Raptor

Welcome and thanks :)

BTW: Expect version 1.0.30 by the end of the month with minor fixes (warning on unsupported OEM versions etc)...

/Raptor

Lemme know when it's out and I'll change the title (as I did last time). (Y)

ok first verify that the file you are using is this one:

http://www.microsoft.com/downloads/details...45-9E368D3CDB5A

/Raptor

I've downloaded the service pack file again from the link You posted, and I still get the same message from program (Build: unknown). I don't know, maybe I am doing something wrong. Many thanks for fast replay on my post.

Midi...

http://www.microsoft.com/downloads/details...&displaylang=it

About the above-linked SP2 version, AutoStreamer says "Build: Unknown".

Can you help me out, raptor ?

For the "error 5" problem the solution is: DO NOT USE SPACES OR SPECIAL CHARACTERS (???? or others) INSIDE THE NAME OF YOUR AUDIOSTREAM FOLDER. It works fine (it's not a folder-name-lenght problem).

Hope to had been useful to someone !

StarDust

P.S. A "MASTERPIECE" SOFT !

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I literally tried to install it on my PC today and it crashed upon every start up. I tried all the tricks, terminate and remove cache, uninstall, reinstall, reboot, install via winget.. in the end I had my call with Brad Wardell on Google Meet. Oh I also tried Teams on the web, and got no video or audio (yes I allowed mic and camera).
    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      520
    2. 2
      PsYcHoKiLLa
      209
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      97
    5. 5
      ATLien_0
      83
  • Tell a friend

    Love Neowin? Tell a friend!