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

    • Brave Browser 1.91.168 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. SlimBrave Neo takes all the good things about Brave and makes them even better by keeping everything clean, light, and privacy-focused. It removes the extra clutter, turns off features you might not need, and cuts down on anything that could slow you down or collect unnecessary data. Because it relies on simple settings and policies instead of modifying the browser itself, you still get full Brave compatibility—just in a smoother, lighter, and more privacy-friendly package. Brave Browser 1.91.168 changelog: Web3 Added “Get Started” section to the “Portfolio” page. (#54029) Added the ability to view “Asset Distribution” in “Portfolio”. (#54028) Added dotted texture to wallet line chart. (#54216) Migrated Jupiter swap provider to “Gate3”. (#51848) Updated the “Permission” panel to display the site origin. (#54482) Updated NFT balance fetch to remove duplicate entries prior to fetching balances. (#55036) Fixed missing back button on the “Deposit Funds” page. (#55842) Fixed reloading an account tab redirecting to the “Accounts” page. (#54826) Leo Added support for text file uploads with renderer-based extraction. (#54062) Added PDF text extraction at upload time. (#51911) Updated display of Brave Leo attachment previews to scroll horizontally instead of vertically. (#54258) Updated the “Copy” button for the code block header to be sticky when scrolling. (#53704) Updated the staged content in the Leo side panel to be the active tab. (#53533) Updated the search terms in the answer’s footer to be left aligned. (#54204) Fixed crash which could occur in certain cases when using multiple tool requests. (#55438) General Added support for Brave Origin. (#37127) [Security] Added the ability to disable or delay automatic extension updates when brave://flags/#brave-user-extension-auto-update is enabled. (#7200) Enabled ability to force context menu using “Shift + Right Click” by default. (#54790) Improved performance by caching adblock DATs. (#27161) Updated background color for PWA install button in the omnibox. (#54736) Fixed tab hover card position when using vertical tabs. (#54199) Fixed extra border displaying around the content area when vertical tabs are used on macOS. (#54153 & #52961) Fixed audio farbling distortion in multi-voice Web Audio API synthesized music. (#52906) Upgraded Chromium to 149.0.7827.54. (#55943) Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks Microsoft but no, I find both iterations of Outlook terrible nowadays and switched back to Thunderbird at home.
    • Happens to the best of us, bro. 😛 
    • Thanks to some of the other recent Windows improvements, I'm optimistic about this one. My quick wishlist would be: perf like the older menu, merge both menus or at the very least, the older menu should be a flyout, not a simulated click to the old menu, and lastly, a customization window to let users move items from one menu to another, so I could bring Send To back to the main menu, and the OneDrive settings to the older.
  • Recent Achievements

    • One Year In
      CHUNWEI earned a badge
      One Year In
    • 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
  • Popular Contributors

    1. 1
      +primortal
      466
    2. 2
      PsYcHoKiLLa
      253
    3. 3
      Skyfrog
      80
    4. 4
      FloatingFatMan
      63
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!