Start a Conversation

Solved!

Go to Solution

5958

November 30th, 2018 06:00

Can't silently deploy exe/msi since version 10

Hello

I'm having trouble deploying DDPE since version 10. I can't seem to deploy this via GPO since it requires the user to be logged in.

I've tried running the installation with the user logged in and it installs fine. However, when attempting to deploy it as a gpo at startup, it doesn't install.

How can I fix this? It's been working with version 8 but with ddpe 10 it doesn't work.

17 Posts

December 2nd, 2018 23:00

I think I "solved" the problem.

I took the extracted MSI and made a startup script (computer level) in the GPO launching the msi with /passive (/quiet or /qn does not work).

156 Posts

December 1st, 2018 10:00

Hi Smidaren,

Sadly installing via GPO is a pretty complex process that may not be easily troubleshot through a forum. The one item that i have seen affect these pretty heavily is the method that was used to extract the MSI from the Dell Encryption installation executable. 

Do you have more information on the failure? If you do not have a ticket open, opening a ticket with Dell Prosupport for Software, i would suggest opening a ticket so we can help interactively. 

If you do have a ticket open, would you be willing to Direct Message me the case #? I can look up the additional information to see how we can assist better :)

-Dale

17 Posts

December 1st, 2018 22:00

I get permission errors in the log but you can ignore that. The gpo runs with highest privileges.

17 Posts

December 1st, 2018 22:00

I’ve tried to reply 3 times but my post always disappears.

trying a forth time...

I don’t have a case number yet. I was hoping to solve this without opening a case since it’s been working up until version 10.
I extract the MSI with this command (replacing it with our server etc, of course):
 
DDPE_64bit_setup.exe /a /s /v"SERVERHOSTNAME=server.organization.com POLICYPROXYHOSTNAME=rgk.organization.com MANAGEDDOMAIN=ORGANIZATION DEVICESERVERURL=https://server.organization.com:8443/"
 
Its been working with these settings up until version 10.
Also, as I said earlier, running the installer manually installs DDPE just fine.
 
I sent you some logs in a PM

 

156 Posts

December 2nd, 2018 08:00

Hi Smidaren,

Thank you for the logs! It looks like we are hitting permissions issues when installing this variant. I've sent over a pre-extracted MSI that was pulled by running the executable, and then extracting the MSI from the temporary directory. 

Using /a may not include all of the files necessary in the MSI to perform a successful install based on some of our testing, though from the logs it looks like it may be due to the user context in which we are running. 

for GPO pushes, we typically suggest running through a login script, which will force the context to run as "SYSTEM" on the target machine. 

I hope these suggestions help!

17 Posts

December 2nd, 2018 13:00

156 Posts

December 3rd, 2018 07:00

Smidaren,

That's great news! Thank you for the update! I'll do some research to see why /passive may be properly functioning, where /q or/qn was working before.

from some quick research, it looks like /passive is equivalent to /qb!

We'll do some research on this side and get some information out in our Technical Advisories over the next few releases :)

No Events found!

Top