Skip to main content
nullface
Participant
April 20, 2018
Question

Mass install ADE while user is not logged in

  • April 20, 2018
  • 0 replies
  • 171 views

I am trying to do a mass install of ADE at my school with PDQ deploy. I am running this with a powershell script and it successfully does this if, and only if, the user is logged in to the computer. I will paste my script below. I have used PDQ to install software across multiple machines before without an issue. This is leading me to think that maybe I am missing something with ADE that is preventing it from working. I appreciate any help you can provide : D

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\N360" /v nss /t REG_DWORD /d 2 /f

\\addresstofile\CC-AdobeDigitalEditions\ADE_4.5_Installer.exe /S NS=1

del C:\users\public\desktop\*

This topic has been closed for replies.