Recommended Posts

I'm seeing another problem. It seems that the AP files are being copied to the HDD and installed from there. :cry:

This being the case, I think I would just as soon install from 2 seperate CD's. Oh well...

yeah, that's what it does :-\

I just used the winnt.sif file posted on the previous page, made the suggested mods, plus added autologon with user/pass etc.......

Problem one: I had to choose a partition to install to......would prefer automatic

Problem two: It didn't autologon, went to the checking to see if you are connected to the net screen and wanted to know if I wanted to register. I also had to enter the user name. THEN Autopatcher started up and took off.

Cutting and pasting Winnt.sif I used:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=no

OEMSkipRegional=1

TimeZone=4

OemSkipWelcome=1

[userData]

ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

FullName="DEFAULT"

OrgName=""

ComputerName=DEFAULT

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

Vrefresh=85

[identification]

JoinWorkgroup=LAN

[Networking]

InstallDefaultComponents=Yes

[GuiRunOnce]

"%systemdrive%\InstallAP.cmd"

Also in the $OEM$\ directory I have:

saved as autologon.reg

Windows Registry Editor Version 5.00

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

"DefaultUserName"="Xxxxxxx"

"DefaultPassword"="xxxxxx"

"AutoAdminLogon"="1"

cmdlines.txt: (I'm thinking this where someof the problem is)

[COMMANDS]

"useraccounts.cmd"

useraccounts.cmd:

net user Xxxxxxx xxxxxx /add

net localgroup Administrators Xxxxxxx /add

REGEDIT /S autologon.reg

EXIT

Problem 1:

Change Autopartition from 0 to 1. (In the [Data] Section)

Problem 2:

I don't know if these will fix it, but there's only one way to find out...

Under [unattend] add:

UnattendSwitch="Yes"

WaitForReboot="No"

if those don't fix it, then it must be something with your cmd files...it could be the ASP.net account, make sure AutoPatcher deletes that account...it has been known to screw up autologins...

This is awesome what you guys doing. I can't wait to this is release,, cause i need to reinstall my computer now cause its messed up so it be a good way to test this out. I have a 52x cdrw this is gonna be cool man.

Just go here <a href='http://unattended.<< spam >>/xp/' target='_blank'>Unattended Install of Windows XP</a>

I use this and it rocks. Auto install with no 3rd party program for me.

EDIT: Ok so neowin is banning msfn dot org stuff now? What's up with that? Go to unattended dot msfn dot org to view the guide.

Edited by wd40

Worked like a charm, only trouble I had was the known problem with the dot net install,oh and some media player stuff didnt install, I may not have had version 9 set to install....oh and can someone tell me how to set AP to remove that damned MSN messenger? =P

Worked like a charm, only trouble I had was the known problem with the dot net install,oh and some media player stuff didnt install, I may not have had version 9 set to install....oh and can someone tell me how to set AP to remove that damned MSN messenger? =P

in the attached zip file are two files (three actually, one is a copy of this post)

autopatcherxp.apdb <--this has been updated so that you can remove windows messenger without having to install MSN Messenger.

NETFramework.axp <--fixes the NET error message.

the text file tells you exactly where to put them :)

fixapxp.zip

one thing i did find that many of you might run into is the autopatcher bug!!

do go to the thread about autopatcher bugs and read up there too!!

i had to edit one file to make it install w/o problems.

flish can confirm this too.

AutoPatcher XP Bug Thread

Edited by Shifty
i got an error while running the batch file and i did everything,, it says cannot find autopatcher.exe,,, how can this be,, when i extracted autopatcher to the same folder??? odd...

I got the same error when I ran the batch file. I think it is caused by having turned off the creation of 8.3 file names when using the NTFS file system. To fix the problem I renamed the AutoPatcher XP folder to AutoPatcher_XP, and then I edited the 2 lines in the batch file to reference AutoPatcher_XP instead of autopa~1. I know the first line worked, because the AutoPatcher XP program starts up and lets me edit the options and then do the "save as default", but when I exit the AutoPatcher XP program, the DOS command window says 0 files copied when it is supposed to be slipstreaming the files from AutoPatcher XP into the XPCD folder. I will keep working on it to try and figure out this second part.

Edited by RottGutt
i got an error while running the batch file and i did everything,, it says cannot find autopatcher.exe,,, how can this be,, when i extracted autopatcher to the same folder??  odd...

Okay, here is the deal... This works IF AND ONLY IF you have disabled the creation of the old DOS 8.3 file names when using the NTFS file system, which I would suggest anyway since you will see a very slight increase in speed. I have a .reg file that can turn off this "feature" for you plus a few others that have to do with NTFS that will all combine to speed things up if anyone is interested. Anyway, on the second line that references autopa~1, I changed it to AutoPatcher_XP, but it is imperitive that you leave a space between it and XPCD. Please see the .jpg of the batch file if you are confused. I hope this helps anyone who is having trouble with this issue.

Good Luck!!

Okay, here is the deal... This works IF AND ONLY IF you have disabled the creation of the old DOS 8.3 file names when using the NTFS file system, which I would suggest anyway since you will see a very slight increase in speed. I have a .reg file that can turn off this "feature" for you plus a few others that have to do with NTFS that will all combine to speed things up if anyone is interested. Anyway, on the second line that references autopa~1, I changed it to AutoPatcher_XP, but it is imperitive that you leave a space between it and XPCD. Please see the .jpg of the batch file if you are confused. I hope this helps anyone who is having trouble with this issue.

Good Luck!!

yep, you got it :) i was about to post to say what was wrong with the first one, but you beat me :)

I changed the batch file so that it would NOT install certain Windows apps, but they installed anyway. My batch file section regarding this looks like this:

ECHO [Components]>> XPCD\i386\winnt.sif

ECHO msmsgs=no>> XPCD\i386\winnt.sif

ECHO msnexplr=no>> XPCD\i386\winnt.sif

ECHO freecell=no>> XPCD\i386\winnt.sif

ECHO hearts=no>> XPCD\i386\winnt.sif

ECHO minesweeper=no>> XPCD\i386\winnt.sif

ECHO pinball=no>> XPCD\i386\winnt.sif

ECHO solitaire=no>> XPCD\i386\winnt.sif

ECHO spider=no>> XPCD\i386\winnt.sif

ECHO zonegames=no>> XPCD\i386\winnt.sif

I changed all the instances of "off" to "no". Should I have deleted the arrows after the words too? Where did I go wrong?

In regards to these 2 lines of the batch file:

ECHO OEMSkipRegional=1 >> XPCD\i386\winnt.sif

ECHO TimeZone=85>> XPCD\i386\winnt.sif

I would also like to know how to find out which number corresponds to Time Zone (GMT-05:00) Eastern Time (US & Canada). The default # in the batch file is 85, which corresponds to Greenwich time. Is there a table to follow that lists all the time zones? Also, what does the # 1 in the previous line (OEMSkipRegional) signify? Does this mean it disregards whatever is put in the following line?

Thanks!

Edited by RottGutt

the >> definately needs to be there, that's what adds those lines to the winnt.sif

oemskipregional makes the setup skip the screen where you enter your regional settings, so that needs to be 1...

and timezones....

Index Time Zone Display 
000 Dateline Standard Time (GMT-12:00) International Date Line West 
001 Samoa Standard Time (GMT-11:00) Midway Island, Samoa 
002 Hawaiian Standard Time (GMT-10:00) Hawaii 
003 Alaskan Standard Time (GMT-09:00) Alaska 
004 Pacific Standard Time (GMT-08:00) Pacific Time (US and Canada); Tijuana 
010 Mountain Standard Time (GMT-07:00) Mountain Time (US and Canada) 
013 Mexico Standard Time 2 (GMT-07:00) Chihuahua, La Paz, Mazatlan 
015 U.S. Mountain Standard Time (GMT-07:00) Arizona 
020 Central Standard Time (GMT-06:00) Central Time (US and Canada) 
025 Canada Central Standard Time (GMT-06:00) Saskatchewan 
030 Mexico Standard Time (GMT-06:00) Guadalajara, Mexico City, Monterrey 
033 Central America Standard Time (GMT-06:00) Central America 
035 Eastern Standard Time (GMT-05:00) Eastern Time (US and Canada) 
040 U.S. Eastern Standard Time (GMT-05:00) Indiana (East) 
045 S.A. Pacific Standard Time (GMT-05:00) Bogota, Lima, Quito 
050 Atlantic Standard Time (GMT-04:00) Atlantic Time (Canada) 
055 S.A. Western Standard Time (GMT-04:00) Caracas, La Paz 
056 Pacific S.A. Standard Time (GMT-04:00) Santiago 
060 Newfoundland Standard Time (GMT-03:30) Newfoundland 
065 E. South America Standard Time (GMT-03:00) Brasilia 
070 S.A. Eastern Standard Time (GMT-03:00) Buenos Aires, Georgetown 
073 Greenland Standard Time (GMT-03:00) Greenland 
075 Mid-Atlantic Standard Time (GMT-02:00) Mid-Atlantic 
080 Azores Standard Time (GMT-01:00) Azores 
083 Cape Verde Standard Time (GMT-01:00) Cape Verde Islands 
085 GMT Standard Time (GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London 
090 Greenwich Standard Time (GMT) Casablanca, Monrovia 
095 Central Europe Standard Time (GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague 
100 Central European Standard Time (GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb 
105 Romance Standard Time (GMT+01:00) Brussels, Copenhagen, Madrid, Paris 
110 W. Europe Standard Time (GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna 
113 W. Central Africa Standard Time (GMT+01:00) West Central Africa 
115 E. Europe Standard Time (GMT+02:00) Bucharest 
120 Egypt Standard Time (GMT+02:00) Cairo 
125 FLE Standard Time (GMT+02:00) Helsinki, Kyiv, Riga, Sofia, Tallinn, Vilnius 
130 GTB Standard Time (GMT+02:00) Athens, Istanbul, Minsk 
135 Israel Standard Time (GMT+02:00) Jerusalem 
140 South Africa Standard Time (GMT+02:00) Harare, Pretoria 
145 Russian Standard Time (GMT+03:00) Moscow, St. Petersburg, Volgograd 
150 Arab Standard Time (GMT+03:00) Kuwait, Riyadh 
155 E. Africa Standard Time (GMT+03:00) Nairobi 
158 Arabic Standard Time (GMT+03:00) Baghdad 
160 Iran Standard Time (GMT+03:30) Tehran 
165 Arabian Standard Time (GMT+04:00) Abu Dhabi, Muscat 
170 Caucasus Standard Time (GMT+04:00) Baku, Tbilisi, Yerevan 
175 Afghanistan Standard Time (GMT+04:30) Kabul 
180 Ekaterinburg Standard Time (GMT+05:00) Ekaterinburg 
185 West Asia Standard Time (GMT+05:00) Islamabad, Karachi, Tashkent 
190 India Standard Time (GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi 
193 Nepal Standard Time (GMT+05:45) Kathmandu 
195 Central Asia Standard Time (GMT+06:00) Astana, Dhaka 
200 Sri Lanka Standard Time (GMT+06:00) Sri Jayawardenepura 
201 N. Central Asia Standard Time (GMT+06:00) Almaty, Novosibirsk 
203 Myanmar Standard Time (GMT+06:30) Rangoon 
205 S.E. Asia Standard Time (GMT+07:00) Bangkok, Hanoi, Jakarta 
207 North Asia Standard Time (GMT+07:00) Krasnoyarsk 
210 China Standard Time (GMT+08:00) Beijing, Chongqing, Hong Kong SAR, Urumqi 
215 Singapore Standard Time (GMT+08:00) Kuala Lumpur, Singapore 
220 Taipei Standard Time (GMT+08:00) Taipei 
225 W. Australia Standard Time (GMT+08:00) Perth 
227 North Asia East Standard Time (GMT+08:00) Irkutsk, Ulaan Bataar 
230 Korea Standard Time (GMT+09:00) Seoul 
235 Tokyo Standard Time (GMT+09:00) Osaka, Sapporo, Tokyo 
240 Yakutsk Standard Time (GMT+09:00) Yakutsk 
245 A.U.S. Central Standard Time (GMT+09:30) Darwin 
250 Cen. Australia Standard Time (GMT+09:30) Adelaide 
255 A.U.S. Eastern Standard Time (GMT+10:00) Canberra, Melbourne, Sydney 
260 E. Australia Standard Time (GMT+10:00) Brisbane 
265 Tasmania Standard Time (GMT+10:00) Hobart 
270 Vladivostok Standard Time (GMT+10:00) Vladivostok 
275 West Pacific Standard Time (GMT+10:00) Guam, Port Moresby 
280 Central Pacific Standard Time (GMT+11:00) Magadan, Solomon Islands, New Caledonia 
285 Fiji Islands Standard Time (GMT+12:00) Fiji Islands, Kamchatka, Marshall Islands 
290 New Zealand Standard Time (GMT+12:00) Auckland, Wellington 
300 Tonga Standard Time (GMT+13:00) Nuku'alofa

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

    • No registered users viewing this page.
  • Posts

    • Personally, I think these things are way over rated and way over priced, even at this price. I recently had Frontier Fiber installed with 2 of these devices and although they worked, I switched back to my own router and AP setup and get way better consistency on wireless speed than with Eeros. Wired speed seems to be more consistent also. Will be returning Eeros soon. I had told Frontier I didn't want them to begin with.
    • Yes, exactly what I have been thinking. Don't make the context menu simpler, make it smarter to learn what I actually use. And then, give me the ability to pin settings that I rarely use but need forget where they are.
    • https://www.change.org/p/save-the-new-stargate-series-let-martin-gero-build-the-future-of-the-franchise?utm_source=share_petition&utm_medium=mobileNativeShare&utm_campaign=share_petition&recruited_by_id=376d0b10-cf3c-11e7-a513-03b837c94000&recruiter=836653795&share_id=jVyr5PGfkN Petition for anyone who's interested 
    • Here's how to watch Summer Game Fest 2026 and what to expect from the 2-hour showcase by Pulasthi Ariyasinghe The June game showcase schedule is packed, and with the Sony event already behind us, it's time for the next major presentation to come in swinging. Later today, Geoff Keighley will be bringing the 2026 edition of Summer Game Fest live from the Dolby Theatre in Los Angeles, California. For anyone wanting to tune in online, the Summer Game Fest showcase livestream will be kicking off at 2 PM PT | 5 PM ET | 10 PM BST later today, June 5. The jam-packed show is slated to run for about two hours, with platforms like YouTube (4K at 60FPS), Twitch, Facebook, or X being available for catching it. Like in previous years, separate streams featuring American Sign Language and Descriptive Audio are available on YouTube as well. Keighley has only dropped a few teasers about what gaming fans can expect to see at the show. This includes a new look at Star Wars Zero Company from EA, a major announcement from Guild Wars developer ArenaNet, more Clutch gameplay, and some sort of Sega presence. As for fan expectations, there is hype building about a Final Fantasy 7 Remake Part 3 reveal here, and we might see new details about announced games like Alien Isolation 2 as well. If you want even more games, keep in mind that right after the main kickoff event, the Day of the Devs showcase will begin its own festivities at 4 pm PT | 7 pm ET. This is focused entirely on upcoming indie games. Following this, the next major games showcase is slated to happen on June 7. Here, Microsoft is bringing the big guns with its Xbox Games Showcase and Gears of War E-Day Direct. Check out the full calendar for all of the June events over here.
    • AI is destroying jobs like nothing before
  • Recent Achievements

    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      PsYcHoKiLLa
      262
    3. 3
      Skyfrog
      85
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!