Recommended Posts

OK, this will be quite usefull for unattended installs and stuff:

Silent Mode (a.k.a. Unattended mode)

You can use the /unattend switch when you want to make AutoPatcher XP run in silent mode, suppressing any popup windows, batch file checks or questions. However: This wont stop any other applications/installation routines from giving popups or error messages...

Also, note that when you use the /unattend switch, AutoPatcher XP will NOT unckeck any installed updates. An other thing to keep in mind, is, that since the /unattend switch makes the process completely silent, there is no way you can select what to install... This means that AutoPatcher XP will use the defaults, provided by the database file. To change that, you will have to save your own defaults BEFORE using the actual unattended procedure!

No EULA Mode

In unattended mode, the EULA is displayed because it is an agreement between us and the users. If you have read it, agreed and don't want it to show up, you can use the /noeula switch. This switch will be very useful in unattended installs...

No Batch File Checks

When AutoPatcher XP starts, it checks for the target batch files, to prevent some problems... If you want to skip these tests and make the startup procedure somewhat faster, use the /nochecks switch.

Force Keep Backups

You can FORCE the end user to keep backups, using the /keepbackup. Note, that this will make AutoPatcher XP check ONLY for the normal batch files (and not the non-backup versions), but it will also disable the checkbox (quite handy!).

Force No Backups

Similar to the previous switch, but does the exactly opposite. If you want to FORCE a No-Backup process, you can use the /nobackup switch. Again, this will disable the checkbox.

Set the Restart Timer to 60 seconds

You can set the Restart Timer from 15 seconds up to 60 seconds, in order to be sure everything will close as it should. Just use the /60secs

Log events on screen

To make AutoPatcher log events on the screen, during the installation process, use the /screenlog switch.

Do not write a file log

AutoPatcher XP keeps a complete log of the database condition at the time of installation. This will helps us determine what went wrong in case you experience any problem... However, if you don't want to keep a file log, you can you the /nolog switch.

Force no reboot

You can use the /noreboot switch to bypass AutoPatcher's restart timer. Use this if you want to restart the system manually.

A couple more for December!:

Force previous log use

You may have noticed AutoPatcher asks about previous logs if you have used AutoPatcher again... There is a way to supply an answer to that question (other that the unattend mode!). Just use /forcelogs and AutoPatcher will automatically use any avilable log files to uncheck previously installed items...

Ignore previous logs

Similar to the previous switch, though this works in the opposite way... IF AutoPatcher does find any logs, if you supply the /ignorelogs switch, it will just ignore them and move on without asking... Some items (and only hotfixes) will still be unchecked based on the native hotfix check.

Disable Nags

You can automatically skip any 'nags' such as a failed database validation, antivirus warning, or even detection (logs & hotfixes) screen, by using the /nonags switch.

English Mode

If AutoPatcher's UI appears in an other language than english (this happens when a UI translation exists for your language) you can still run AutoPatcher with an english UI by using the /english switch.

AutoPatcher

If you want to open the AutoPatcher Tools immediatelly (normally started in About -> Tools) you can use the /tools switch. AutoPatcher will start, and instead of loading the normal UI and database, it will bring up the AutoPatcher Tools...

That's it for now....

/Raptor

Link to comment
https://www.neowin.net/forum/topic/114402-autopatcher-xp-switches-guide/
Share on other sites

i am trying to do a complete scripted install utilizing autopatcher xp, but have run into one snag...

i'm using the following switches

/unattend /noeula

when i use this it automatically restarts, which is fine, but when i add the /noreboot switch it stops with a screen where i have to click exit for it to continue (which sorta defeats the point of the /unattend switch)

am i doing something wrong? or is this something that can be fixed?

thanks

looks like you spoted a bug... lol... i forgot to include a special treatment when both /noreboot and /unattend are used :D

this means you are rewarded with the newest November exe :D

now if you use both /unattend and /noreboot AutoPatcher will just exit when done, without rebooting...

/Raptor

AutoPatcher_XP.exe

  • 2 weeks later...

A suggestion regarding switches. How about allowing AutoPatcherXP.exe (the autorun program) to pass switches to AutoPatcher_XP.exe (the patcher program)? This way it would be extremely simple to edit the autorun.inf file to include any desired switches before burning to CD.

For example an autorun.inf that read:

[Autorun]
Open=AutoPatcherXP.exe /nochecks /noeula
Icon=src\889.ico

Would pass the /nochecks and /noeula switches on to the AutoPatcher_XP.exe executable. This would make for a more aesthetically pleasing autorun than a plain batch file.

A suggestion regarding switches.  How about allowing AutoPatcherXP.exe (the autorun program) to pass switches to AutoPatcher_XP.exe (the patcher program)?  This way it would be extremely simple to edit the autorun.inf file to include any desired switches before burning to CD.

This would make for a more aesthetically pleasing autorun than a plain batch file.

Hmmm... I think it is possible to do that, I'll check on the newest copy of both the AutoRun and the Patcher when I get home and let you know. :) That is a good idea, though.

tell you what... in unattended ones, you dont really need the setup as a mid-stage... you can call the AutoPatcher.exe directly, passing any switches you like...

If you want the autorun to be able to receive switches and pass them to autopatcher, then Agentsmith will have to support commandline parameters through the setup... and there are quite a few of 'em hehehe... It can surely be done, just need some time to speak with agentsmith...

/Raptor

  • 2 weeks later...
now there's a program you have to use 1337 skill to install silently! i wonder who thought of -p"-s /v\"/qn\" being a silent switch... :D

/Raptor

Whoever found that out (it's on lots of websites) probably used Strings from Sysinternals.

  • 2 weeks later...

Got the FOSI release of Diskeeper 8 Pro and extracted its contents with WinRAR. Then I saw the setup package and extracted it with the following command:

c:\setup.exe /s /a /s /sms /f1c:\temp\DK.iss

That command turns it into a network install complete with the .msi file.

I took the temp folder created on my C drive and renamed it DK and threw it in the Progfiles folder of AP.

Then I did the Database edit under Bonus Features and created an entry with the following batch command:

msiexec /i "%AutoPatcherXP_Dir%\ProgFiles\DK\Diskeeper Professional Edition.msi" /qb-!

WORKS GREAT! :woot:

Just wanted to pass this along in case anyone wanted to do the same. :D

"CustomProgFiles\AdbeRdr60_enu.exe" -p"-s /v\"/qn\"

Aodbe Reader, Fully silent.

Thanks for that info... that will come in handy!

Here's the hard way I did it (Quoting a Tech Republic article):

To create the silent installation package for Reader 6 you must first gain access to the "raw" MSI files. The trick to extracting the actual MSI files is to go through virtually all of the Reader 6 installation, except actually installing the software. When you reach the installation screen, shown below, instead of clicking Install, click Cancel. Click Yes when asked if you really want to cancel the installation, and then Finish.

r00320030729lia01_A.gif

This exercise will result in the MSI files being extracted into %systemroot%\Cache\Adobe Reader 6.0 folder on your hard drive. From that folder, copy all the MSI files into a shared folder on a network drive. For my example, I'll use S:\Acrobat\Reader6.

Install Acrobat Reader 6 silently. The basic syntax is:

msiexec /i "Reader msi"

In my example I recommend:

msiexec /i "S:\Acrobat\Reader6\Adobe Reader 6.0.msi" /qb-!

This will use the Reader MSI file to perform the installation in basic quiet mode with the Cancel button disabled.

  • 2 weeks later...

Hello,

As you're looking autopatchers and/or coders experienced, I hope not perturbing yr discussion. I'M NEWBIE.

I've installed autopatcher and create CD without problems. This time I want to add some drivers and appz.

I'm looking to add drivers to the plug and play list and appz (what code, where to add XP_SLIPSTEAM_BUILDER.bat CUST_INSTL.cmd, or in the expanded autopatcher /autopatcherxp.apdb. Moreover, I couldn't find winnt.sif in the expanded autopatcher, in XPCD neither ...)

1) Philips 150S3F monitor driver (24K) http://www.p4c.philips.com/files/1/150s3f_..._00_dxp_eng.zip ? files 150s3.inf, 150s3.cat, Finder.dat and Ph_LCD15.icm)

2) Radeon 9000 DDR, how to add CATALYST Windows XP 3.10 driver (24MB) http://www2.ati.com/drivers/wxp-w2k-cataly...2m1-012924c.exe

3)Soundblaster SB!Live driver (25MB) http://files.europe.creative.com/manualdn/...i-Pack(FRN).exe

4) Winrar 3.2

Thakns for yr help

coucou

  • 2 weeks later...
  • 4 weeks later...

I'd like to see an option to load a default settings file via filename as a command switch.. this way you can have multiple settings and quickly load them.

For instance, if I'm doing an unattended install and I've got nero, cdrwin and other burning utilities as an automatic install.. but my parents for one, would never need this stuff.. being able to specify a configurartion via command line would make this much simpler ;)

Hello,

As you're looking autopatchers and/or coders experienced, I hope not perturbing yr discussion. I'M NEWBIE.

I've installed autopatcher and create CD without problems. This time I want to add some drivers and appz.

I'm looking to add drivers to the plug and play list and appz (what code, where to add XP_SLIPSTEAM_BUILDER.bat CUST_INSTL.cmd, or in the expanded autopatcher /autopatcherxp.apdb. Moreover, I couldn't find winnt.sif in the expanded autopatcher, in XPCD neither ...)

1) Philips 150S3F monitor driver (24K) http://www.p4c.philips.com/files/1/150s3f_..._00_dxp_eng.zip ? files 150s3.inf, 150s3.cat, Finder.dat and Ph_LCD15.icm)

2) Radeon 9000 DDR, how to add CATALYST Windows XP 3.10 driver (24MB) http://www2.ati.com/drivers/wxp-w2k-cataly...2m1-012924c.exe

3)Soundblaster SB!Live driver (25MB) http://files.europe.creative.com/manualdn/...i-Pack(FRN).exe

4) Winrar 3.2

Thakns for yr help

coucou

First off get WinRAR 3.30 and then just use the /s Switch.

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

    • No registered users viewing this page.
  • Posts

    • Microsoft released Windows 11 KB5094149 / KB5095971 / KB5094156 Setup, Recovery updates by Sayan Sen Earlier this week Microsoft released its newest Patch Tuesday updates (KB5094126 / KB5093998 on Windows 11 and KB5094127 on Windows 10). Alongside those, Microsoft also released new dynamic updates. These Dynamic Update packages are meant to be applied to existing Windows images prior to their deployment. Dynamic Updates also help preserve Language Pack (LP) and Features on Demand (FODs) content during the upgrade process. VBScript, for example, is currently an FOD on Windows 11 24H2. This time both recovery and setup updates were released for Windows 11 as well as Windows 10. The company writes: "KB5095185: Safe OS Dynamic Update for Windows 11, version 26H1: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.28000.2269. KB5094149: Safe OS Dynamic Update for Windows 11, versions 24H2 and 25H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.26100.8655 KB5095971: Setup Dynamic Update for Windows 11, version 23H2: June 9, 2026 This update makes improvements to Windows setup binaries or any files that setup uses for feature updates in Windows 11, version 23H2. KB5094156: Safe OS Dynamic Update for Windows 11, version 23H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.22621.7219 KB5098815: Windows Recovery Environment update for Windows 10, version 21H2 and 22H2: June 9, 2026 This update automatically applies Safe OS Dynamic Update (KB5094154) to the Windows Recovery Environment (WinRE) on a running PC. The update installs improvements to Windows recovery features. KB5094154: Safe OS Dynamic Update for Windows 10, versions 21H2 and 22H2: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.19041.7417. KB5094153: Safe OS Dynamic Update for Windows 10, version 1809 and Windows Server 2019: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.17763.8880. KB5094152: Safe OS Dynamic Update for Windows 10, version 1607 and Windows Server 2016: June 9, 2026 This update makes improvements to the Windows recovery environment (WinRE). After installing this update, the WinRE version installed on the device should be 10.0.14393.9234." Microsoft notes that both the Recovery and Setup updates will be downloaded and installed automatically via the Windows Update channel.
    • Quantum Error Correction Validated in Nature: Microsoft and Quantinuum Log 800-Fold Improvement Two years after the original press-release announcement, independently peer-reviewed results published in Nature on June 10, 2026, have confirmed that Microsoft and Quantinuum achieved an 800-fold reduction in quantum error rates on real trapped-ion hardware — the largest gap between physical and logical error rates ever independently validated.    What Quantum Error Correction Actually Does — and Why Breaking Even Is Hard https://www.techtimes.com/articles/318329/20260613/quantum-error-correction-validated-nature-microsoft-quantinuum-log-800-fold-improvement.htm   Quantum Computing Wiring Bottleneck Cracked by HKU Silicon Carbide Chip at Qubit Temperature Engineers at the University of Hong Kong have built the first cryogenic control chip that operates at the same temperature as superconducting qubits — 10 millikelvin, or just one-hundredth of a degree above absolute zero — without generating the heat that has forced every competing approach to park its electronics hundreds of meters of cable away. https://www.techtimes.com/articles/318325/20260613/quantum-computing-wiring-bottleneck-cracked-hku-silicon-carbide-chip-qubit-temperature.htm  
    • RevPDF 4.5.0 by Razvan Serea RevPDF is a free, fully offline PDF editor for Windows, macOS, and Linux that lets you edit text and images directly inside PDF files — no internet connection, no account, and no cloud uploads required. Unlike bloated alternatives that demand subscriptions and constant connectivity, RevPDF fits in under 60MB on desktop while delivering a complete editing toolkit: annotate, redact, sign, compress, split, merge, convert, and reorganize pages, all processed locally on your device. Smart font matching ensures edited text blends seamlessly with the original, and multi-language support includes RTL scripts such as Arabic and Hebrew. Where most PDF editors force you to choose between features and simplicity, RevPDF manages both. You can build interactive forms from scratch with text fields, checkboxes, and dropdowns, permanently redact sensitive data before sharing, draw freehand on contracts and diagrams, and add custom watermarks — all without a single file leaving your machine. Edit Text and Images Directly Inside PDFs RevPDF supports true inline PDF editing — not just annotation layers on top of a document, but actual modification of existing text and images within the file. A smart font-matching engine identifies the font used in the original document and applies it automatically when you make edits, so changes blend naturally with the surrounding content. You can reposition elements, resize images, and update text across single pages or entire documents. RevPDF 4.5.0 release notes: This is one of the biggest updates to RevPDF yet. A lot of things people have been asking for are finally here. New Features Auto Redaction Permanently redact sensitive text and areas from your PDFs before sharing. Clean, irreversible, and fully offline. Comments, Links & Bookmarks Add comments for review, insert clickable links, and create bookmarks to jump around long documents without scrolling forever. Find & Replace Search across the whole document and replace text in one go. Long overdue. Split Pages Vertically or Horizontally Split any page down the middle, vertically or horizontally. Perfect for scanned books or double-page spreads. New Drawing Tools More tools for freehand drawing and markup, better for annotations, sketches, and detailed notes. Continuous Scrolling in Editor The editor now scrolls continuously through pages instead of jumping between them. Working through long documents is a lot smoother now. PDF Metadata Editor View and edit the metadata stored inside your PDFs, including title, author, subject, and keywords. Better Font Matching Text edits now blend in more naturally by doing a better job of matching the original font. Tabbed PDF Viewer Open multiple PDFs at once in tabs and switch between them without going back to the home screen. Add Links Insert hyperlinks anywhere in your PDF, to external URLs or to other pages within the document. Share & Print Shortcuts Share or print directly from the editing screen, home screen, and viewer. No extra steps. Minor Updates Paste images directly from clipboard into your PDF New image editing tools for more control over images inside documents Bug Fixes Fixed file saving issues on Windows and Linux Everything still works fully offline. No login, no cloud, no account. Your files stay on your device. Download: RevPDF 4.5.0 | 58.0 MB (Open Source) Links: RevPDF Home Page | Github | Screenshots 1 | 2 Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Interesting. I'm not using a VPN with my phone. I tried though my home internet (Rogers) and my cellular internet (Telus) using their respective DNS servers and both trigger the dialog above.
    • Three days after Anthropic launched Claude Fable 5 as the most capable AI model it had ever released to the public, the United States government ordered it switched off — and now the company is refunding customers who paid to use a product that vanished almost overnight https://www.techtimes.com/articles/318342/20260613/us-government-pulls-anthropics-fable-5-offline-now-come-refunds-vanished-ai.htm  
  • Recent Achievements

    • Week One Done
      agatameier earned a badge
      Week One Done
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
    • Dedicated
      jordanspringer earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      507
    2. 2
      +Edouard
      175
    3. 3
      PsYcHoKiLLa
      139
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!