Intune Deployment Assistance
Intune Deployment Assistance
Question
Are there any tips for Deploying WebDrive using Intune?
Reasoning
Intune can make for a difficult deployment for a 64-bit native application when Intune runs natively as 32-bit, especially as the registry is involved if desiring particular behaviors.
Answer
If wanting to ensure the users can continue to work uninterrupted by a black screen (a result of Windows Explorer restarting in the installing user’s context), a registry setting needs to be created before installation. You may need to execute the installation commands as sysnative to force the registry key to appear in the correct spot, and still have a single application in Intune. You may also want to setup a restart grace period so that the machine will not automatically restart after installation. Below screenshots may help further:
Install.cmd:
REG ADD "HKLM\Software\South River Technologies\WebDrive" /t REG_SZ /v "NextGenUpgraded" /d "1" /f
msiexec /i "WebDrive+Setup.msi" /qn WRAPPED_ARGUMENTS="/S"