ITExperience.NET Rotating Header Image

Posts under ‘SCCM’

Unattended Paint.NET install fails (setupfrontend.exe)

Today I tried to do a companywide unattended install of Paint.NET with SCCM 2007. I was using the following command:

Paint.NET.3.5.8.Install.exe /auto CHECKFORUPDATES=0 DESKTOPSHORTCUT=0

However, over 50% of the installations failed on the clients. The eventlog on all the failed clients reported the following:

Unmount error when trying to commit a WIM-file with ImageX

If you want to mount a WIM-image with ImageX, you can mount it with read-only access or with write-access.

To mount a WIM-image with read-only access, type:
imagex /mount %path_to_wim_folder%\%filename%.wim 1 %path_to_destination_folder%

For example:
imagex /mount C:\wimfiles\win7.wim 1 C:\mounted_images

Hide Operating System Deployments for users in SCCM 2007 client

If you have deployed an operating system to a system with System Center Configuration Manager 2007 (SCCM 2007), the task sequence is still being advertised to the computer. This means that a user is able to open the “Run Advertised Programs” window and re-run the Operating System Deployment. This may lead to unwanted situations, i.e. when a user accidentally runs the deployment, while he has important files stored locally.

SCCM error 5443: MP has rejected a message from client X because it was signed with a public key that does not match …

In SCCM 2007, the following error may occur when the public key on the client and the key published in the database on the SCCM server are not the same (screenshot at end of this post).

Error code 0×80091007 during Task Sequence

After running a task sequence in the SCCM client, the following error may occur:

 Error code 0x80091007 during Task Sequence

Task Sequence Error
Running: Install <software title / os title>
Task sequence: Install <software title / os title> has failed with the error code (0×80091007). For more information, please contact your system administrator or helpdesk operator