Hello,
I have many applications installed via SCCM, relatively no problems working either, but I do have 1 application that keeps giving me an error:
The Shared dll directory is not specified
This only happens when I install, or uninstall from SCCM. If I run the same commands, in cmd, from the copied sccm files it works fine.
msiexec /i "Dragon NaturallySpeaking 10.msi" /q SKIP_PENDINGREBOOT_CHECK=1 SERIALNUMBER=xxxxxxxxx VE NAS_ADDRESS=ServerName /L*v C:\Drivers\DragonInstall.txt
I would imagine it is application specific, but since I can run the same command from from the command line I cant swallow that it is just the application. So, does anyone know what the above error means, and how I can get past it? I am installing a pre-req for Visual C++, which is installing just fine.