Recommended Posts

this thing is buggy, it identifies my SP2 file as build 2180, yet it is (Pre-SP2)? i am 120% sure that it is the RTM version, it is the final build 2180, so how the heck can it be Pre-SP2???

it's not buggy at all - you see, when i was coding it i had no idea what the final build would be, so right now AutoStreamer has no idea that 2180 is the final SP2 build... A "fixed" version will be released soon to address that. Functionality-wise the difference between "Pre-SP2" and "SP2" is 0.

I've experienced this BUG aswell. So I just slipstreamed the old fashion way with commands and dealing with boot loaders. & that sorted me out. So wen Raptor comes back hopefully he can update it and squash a few bugs ;)

Brgs

Right now AutoStreamer will take you half way through the process... meaning it will do everything EXCEPT burning the image file. Have in mind that using wrong options during burning procedure can render bottable cd images non-bootable... For example, make sure you use Disc-At-Once while burning.

Have in mind that using wrong options during burning procedure can render bottable cd images non-bootable... For example, make sure you use Disc-At-Once while burning.

Cheers, my fault I used Nero Express to burn the ISO file, when I opened the .ISO file in Explorer it directed me to Roxio Disc Copier, in my ignorance I ignored this and tried to burn using Nero Express instead of Disc At Once. :(

I have now burned the file using Roxio Disc Copier and all is well resulting in a bootable Win XPSP2 CD :)

Thank you for you help, great program.

Thinmajig

OK I'm back in Athens for a few hours, so I compiled the fixed version of AutoStreamer... Same link...

AutoStreamer 1.0.29

Fixes:

- It now detects 5.1.2600.2180 as Windows XP SP2 and not Pre-SP2

- Should work with ALL languages

ATTENTION: All-In-One solutions are not and will never be supported.

/Raptor

OK I'm back in Athens for a few hours, so I compiled the fixed version of AutoStreamer... Same link...

AutoStreamer 1.0.29

Fixes:

- It now detects 5.1.2600.2180 as Windows XP SP2 and not Pre-SP2

- Should work with ALL languages

ATTENTION: All-In-One solutions are not and will never be supported.

/Raptor

Nicely done, Rap! :D

EDIT - I editted the first post to show the changes. (Y)

I have the same problem in the screenshot above. 1.0.29 does not recognize XP SP1, SP1a, or SP2 RTM. I get the same error "Wrong Operating System" I've tried using my WinXp Home OEM cd and my xp pro/sp1 integrated cd. NO joy. Autostreamer 1.0.28 works fine tho. Using 1.0.28, I had no problems at all slipping SP2 RTM into my xp pro corp/sp1 cd. Don't know yet if the final product actually works, since my other comp is at a friend's house atm, tho.

I'll know in a few days.

And for all of you arguing many posts ago about WPA and Dell comps, from my experience so far with Dell comps, ALL versions of XP, when installed on a Dell comp, do not require activation, no matter what serial is used. This is because MS and Dell partnered together ages ago on the down low. It's all in the Dell bios. XP recognizes the Dell bios and activates itself automatically. Not only have I experienced this personally, but I have a friend who's father works for Dell in Austin, TX and he told me about the Dell bios. I installed my own XP Home OEM which I bought online long ago, on a Dell Inspiron laptop using the cd key I got off the bottom of the comp. It installed fine and needed no activation. Could possibly be a combination of the Dell bios and Dell cd keys, but I know for a fact the bios has something to do with it.

Great work on AutoSteamer btw.

Edited by SyntaxError
This new version keeps telling me I'm using the wrong Operating System :huh:

I know from experience with working and building the Windows Ultimate Boot CD that sometimes programs can be VERY picky. So I would suggest trying putting the contents of the CD on your HD, say in a folder named C:\XPSP1 (keeping to the 8.3 name standards and on the ROOT drive) and then put SP2 in a folder like C:\XPSP2 (same 8.3 standards and root drive). Then try it again and see what happens. This has solved A LOT of problems with similar programs so maybe it will help with this, I don't know. Never hurts to try. :)

Ive tried doing my XPhome Gold to SP2 and my XPpro corp gold to SP2, both come out looking good, but when I try test installing on a clean drive, I get "disk read error" after the first reboot in setup....the one where it would boot from the HDisk the first time.

What am I doing wrong.

I know from experience with working and building the Windows Ultimate Boot CD that sometimes programs can be VERY picky. So I would suggest trying putting the contents of the CD on your HD, say in a folder named C:\XPSP1 (keeping to the 8.3 name standards and on the ROOT drive) and then put SP2 in a folder like C:\XPSP2 (same 8.3 standards and root drive). Then try it again and see what happens. This has solved A LOT of problems with similar programs so maybe it will help with this, I don't know. Never hurts to try. :)

Thanks for the suggestion, I'll try that!

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

    • No registered users viewing this page.
  • Posts

    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
    • Google Gemini has been failing for users across the United States, Europe, and Asia since early Wednesday morning, June 10, 2026, and more than six hours into the incident Google has yet to declare a fix............. https://www.techtimes.com/articles/318152/20260610/google-gemini-outage-tops-six-hours-errors-1076-1099-worldwideflash-lite-still-answers.htm
    • Fun fact: There are more Warhammer 40k games than there are stars in the universe.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!