This TID provides steps to install the .NET 3.5 feature during the Windows 10 or 11 deployment process using Imaging Toolkit.
Requirements
- Imaging Toolkit 14
- Existing Imaging Toolkit deployment process
Procedure
Complete the following steps to add the .NET Framework 3.5 feature during deployment.
- Run Build Console.
- Open a project you wish to install the .NET 3.5 feature during deployment.
- In the Expert View, select Customisation > Custom Files.
- In the Properties view, select phase0-after.ps1, right-click, then select Edit.
- At the end of the script, insert the following lines:
# Install .NET 3.5 feature $Status = $Utils.Run("DISM /Online /Enable-Feature /FeatureName:NetFx3 /All", 0, $true) - Save changes to the file and close the text editor.
- Run the Deployment Wizard, select Build process creation, then follow the wizard instructions to update the Build process (ztoolkit) add-on image.
- Copy the updated Ztoolkit add-on image to the imaging server.