The Nurse
The Nurse

Reputation: 23

Using msiexec on unattend.xml as SynchronousCommand but it run as asynchronous

I try to automatise my Windows configuration with unattend.xml file and during FirstLogonCommands, I only have SynchronousCommand block,

On theses blocks, i ran differents PowerShell scripts and inside one of them, i try to install .msi file but when msiexec is launch, the other blocks SynchronousCommand start simultaneously as asynchronous command.

But the normal process would be that these step should wait .msi is fully installed before continue their execution.

I already try :

None of these manipulations seems to works.

I think the problem is with msiexec execution....

Is anyone having already these issue?

Upvotes: 0

Views: 298

Answers (0)

Related Questions