I'm trying to figure out how to silently install wmformat11sdk.exe
I tried
Start /Wait wmformat11sdk.exe /q
but after it unpacks, it prompts me for next...and everything else.
I tried
Start /Wait wmformat11sdk.exe /q /c:"wmformatsdk.msi /q"
but it says "Error creating process ..wmformatsdk.msi /q. Reason: C:\WINDOWS\system32\advpack.dll"
So when it unpacks to a temporary location, there is a file advpack.dll in that directory, so why can't it figure it out?