Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Error 0x800f0823: Wizard.hta Screen stuck during WDS Deployment

Posted on 12/01/202411/08/2026 IT Expert By IT Expert No Comments on Error 0x800f0823: Wizard.hta Screen stuck during WDS Deployment
  1. Home
  2. Windows Server
  3. Error 0x800f0823: Wizard.hta Screen stuck during WDS Deployment
Error 0x800f0823 The specified package cannot be added to this Windows Image

Windows Deployment Services (WDS) enables you to deploy Windows operating systems over the network, so you do not have to install the operating system directly from a CD or DVD. This article will discuss how to fix “Wizard.hta Screen stuck during WDS Deployment”. please see MDT deployment failed and Stuck at Command Prompt: Windows installation does not proceed via PXE boot, and How to Fix Windows Stuck on System Restore.

Table of contents

  • What Triggers the Windows Error 0x800f0823?
    • MDT Log: Further look at Error 0x800f0823
    • Explanation about Wizard.hta Screen stuck
  • Resolution

Note: At the time of writing this piece, ADK for Windows 11, version 22H2. The VBScript is not currently working in WinPE, and as such. You cannot perform deployment with it. You have to downgrade if you already installed it.

It is expected to be fixed in an upcoming servicing update. Also, MDT is no longer supported for Windows 11 and Windows Server 2022, but it still works! Please see this link for MDT known issues.

What Triggers the Windows Error 0x800f0823?

The error code 0x800f0823 is one of the most common Windows update errors. It can be caused by various reasons as shown below:

  • Missing or corrupt files
  • Conflicts with existing software
  • Corrupt update components
  • Outdated service stack
  • Damaged disks
  • Corrupt Windows Services

More specifically as it regards my issue, the Windows update error 0x800f0823 means that the Windows Modules Installer in your system is outdated and you need to install/update the Windows Image before installing the PC via WDS.

The Windows Modules Installer Worker which is also referred to as the WMIW, or TiWorker.exe) is a core system process in Windows that checks for the latest Microsoft updates and installs them automatically.

Note: When using Windows Update, it automatically updates Windows Modules Installer or the servicing stack update first, before applying new updates/patches.

Also, see Fix Hyper-V VM Stuck in Stopping State, Windows Deployment Services: How to setup and install WDS role, and how to Fix “Getting Windows Ready” Don’t turn off your computer stuck on Windows.

MDT Log: Further look at Error 0x800f0823

This below was prompted due to the imaging of Windows LTSC from WDS. This might not be for you as it could be a different scenario. Let’s unravel the BDD.log file.

The BDD.log is an aggregated MDT log file that is copied to a network location at the end of the deployment if you specify the SLShare property in the Customsettings.ini file

The following output below can be found in the BDD.log file for the specific deployment.

Deployment Image Servicing and Management tool]LOG]!>
Version: 10.0.1xxx1.1]LOG]!>
Image Version: 10.0.xxxxx.3xxx]LOG]!>
Error: 0x800f0823]LOG]!>
The specified package cannot be added to this Windows Image due to a version mismatch. ]LOG]!>
Update the Windows image and try the operation again.]LOG]!>

Before running to the resolution, it is worth noting that MDT outputs numerous log types. A clear understanding of these .log files used during an operating system deployment is paramount for resolving MDT/WDS deployment issues.

The MDT log file format is designed to be read by CMTrace. Please see Configuration Manager Tools: How to install and debug logs with the CMTrace Tool. Use this tool whenever possible to read the log files, because it makes finding errors much easier.

Explanation about Wizard.hta Screen stuck

The log is self-explanatory as it reveals that “The specified package cannot be added to this Windows Image due to a version mismatch. Update the Windows image and try the operation again”. This shows that there is a mismatch between the version of the package you are trying to add and the version of the Windows image.

Note: Not all errors in the BDD.log file are relevant as some Task Sequence actions are either skipped via the setting (“Continue on error”) or are just checking errors because optional components are not there/are not being used. An understanding of what is being skipped on error in your environment will be vital in resolving this issue.

Please, see Migrate Microsoft Enterprise Root Certification Authority and Forest Domain Domain to Azure, and Unveiling OOTBI Mini and New Features for v1.7 from Object First.

Resolution

The error message signifies that there is a version mismatch when attempting to add a package that is not compatible with the version of the Windows Image you are working with. Learn more about the LTSC servicing model. Here is a similar fix for error 0x800f0805, run DISM executable (Failure 5627)

Note: Windows LTSC Feature updates are offered in new LTSC releases every 2–3 years instead of every 6 months. Since the LTSC is not updated every month like Windows 10 and Windows 11, you must have thrown in packages or some packages are no longer compatible with the Windows LTSC image.

Here are a few steps you can take to address this issue:

  • Check and update the Windows Image Version
  • Ensure that the package you are trying to add is compatible with the version of Windows you are using. Otherwise, remove them from the list of packages.

Note: Also download the latest driver from the vendor’s website that might be missing and import them accordingly.

import packages and drivers

When the above is done, right-click MDT Deployment and choose Update Deployment Share.

Update deployment share

Next, select Completely regenerate the boot images. Click Next, and follow through the prompts. Here is an excellent article that discusses WDS, MDT, WinPE and ADk extensively.

Update the Deployment Share
When this is done, start your deployment. The the deployment will run smoothly without errors.

I hope you found this article useful on how to fix “Wizard.hta Screen stuck during WDS Deployment” helpful. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:Error 0x800f0823, Microsoft Windows, WDS, WDS Deployment, Windows 10, Windows Deployment Services, Windows Server 2016, Wizard.hta Screen stuck

Post navigation

Previous Post: How to migrate WDS and MDT to a new Windows Server
Next Post: Fix Windows 10 Setup 1809 build 10.0.17763.1 is not supported Error

Related Posts

  • Rules of Delegation
    Assign users with rights to reset password in Active Directory Windows Server
  • Deploy BitLocker on Windows Server manually
    Install BitLocker on Windows Server via the Server Manager Windows Server
  • reboot computer
    Determine the last boot time of a Windows Server Windows Server
  • ghm
    MDT Driver injection: How to import drivers in .exe format into Microsoft Deployment Toolkit Windows Server
  • How to upgrade domain controllers e1775563888303
    Build a New DC vs Swing Migration: Upgrade Server OS Correctly Windows Server
  • Add additional Windows drives
    How to Add Another Hard Drive to a Virtual Machine in HyperV  Virtualization

More Related Articles

Rules of Delegation Assign users with rights to reset password in Active Directory Windows Server
Deploy BitLocker on Windows Server manually Install BitLocker on Windows Server via the Server Manager Windows Server
reboot computer Determine the last boot time of a Windows Server Windows Server
ghm MDT Driver injection: How to import drivers in .exe format into Microsoft Deployment Toolkit Windows Server
How to upgrade domain controllers e1775563888303 Build a New DC vs Swing Migration: Upgrade Server OS Correctly Windows Server
Add additional Windows drives How to Add Another Hard Drive to a Virtual Machine in HyperV  Virtualization

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • maxresdefault 2 4
    Setup RAID 5 and 10 with MegaRAID Storage Manager on RX300 S5 Network | Monitoring
  • How to configure Volume Shadow Copies VSS on Windows Server
    Volume Shadow Copies: How to configure VSS on Windows Server Windows
  • unnamed
    Upgrade ManageEngine Password Manager Pro Password Manager
  • Synology Cloud Sync
    How to Sync Data in Cloud Drives to Synology NAS Backup
  • WindowsCoreSecurity
    How to enable Smart App Control on Windows 11 Security | Vulnerability Scans and Assessment
  • maxresdefault 2 1
    How to disconnect a Remote Desktop User Windows Server
  • Add Nutanix AHV to Veeam
    Full Integration Guide on how to Add Nutanix AHV to Veeam Network | Monitoring
  • image 25
    ESXI 6.7 ALARM: Seat disk exhaustion on 10 Virtualization

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.