I have created a package for Dell DDPE (Credant) encryption and we are receiving an error 1603 when trying to run it. I am pretty sure it has to do with the syntax of the parameters, as I have spent all day yesterday tweaking them to no avail.
Currently, the package is an .exe file, which calls back to the MSI located within the setup package using /v. There is also additional information called to the MSI within the package.
I have attached a sample from Dell denoting what we need to use when deploying this package silently:
DDPE_XXbit_setup.exe /s /v"SERVERHOSTNAME=server.organization.com POLICYPROXYHOSTNAME=rgk.organization.com MANAGEDDOMAIN=ORGANIZATION DEVICESERVERURL=https://server.organization.com:8443/xapi/ /l*v DDPE_EE-097.log /norestart /qn"
Is there a way to formulate this to work with Lansweeper correctly?
Please help! Thanks!