You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
task sequence
About this tag
Task sequences are a core component of Microsoft Deployment Toolkit (MDT) and Configuration Manager for automating Windows and software deployments. Discussions on WindowsForum.com cover common issues such as task sequence failures when software updates require multiple restarts, silent installation problems with .NET Framework 4.5.50709, catalog errors when editing unattend.xml files, and application deployment challenges in MDT. Troubleshooting often involves reviewing logs like SMSTS.log and ZTIApplication.log, adjusting installation switches, and ensuring proper task sequence configuration for domain join and activation.
I'm attempting to install Microsoft .NET Framework 4.5.50709 via an MDT task sequence and can't get this
to run silently for some reason. I'm using the following Quiet install command "dotnetfx45_full_x86_x64.exe /q /norestart" and that didn't work so I
added the /qb switch as shown here...
In MDT workbench when you try to edit the unattend answer file by clicking the "Edit Unattend.xml" button under "OS Info" tab in the properties of a task sequence for a x86 captured image it fails with the below catalog error....
Link Removed
Hi,
I really hope someone can help since this has been driving me mad.
I have a number of issues but this is the first one, and the one thats stopping me progressing.
I am using a USB stick to boot the PE environment and it goes through no problems. The machine joins the domain when in...