I'm trying to deploy an application Bluebeam through MDT 2013. The software does deploy but ends with a warning: Return Code -2147213312
I am using a network based installation path for my application with the following string:
Quiet Install Command:
BbRevuSetup1210.exe /z"/SN:00000 /PK:xxxxx-xxxxxx" /s /f1.\setup.iss /V"EDITION=1"
Working Directory:
\\company\dfs\Software\Bluebeam\
The return code is -3
How do I eliminate this warning for a successful deployment of this application?