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.
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 :)
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.
Smidaren
1 Rookie
•
17 Posts
5826
0
Posted 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).