Intune Deployment Assistance

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"

 

 


    • Related Articles

    • Large Scale Deployment

      Large Scale Deployment of WebDrive Question How can I preconfigure WebDrive and then push installs to users’ systems? Reasoning This will be useful in any combination of the below scenarios: Installing and activating WebDrive for many end users. ...
    • Files Automatically Downloading in WebDrive: .exe, .zip, or others

      If you are experiencing automatic downloading of files, especially files such as .zip, .exe, or others, and don't wish to have this occur, edit the settings for your site in WebDrive. In the "Advanced" section, turn off the setting for "Enable ...
    • KB Connect at Startup

      KB: Connect at Startup Question WebDrive is not connecting at startup. How can I make the drive connect automatically? Answer WebDrive has methods available for connecting at startup. Steps Open WebDrive and click on the gear icon to open the main ...
    • Reboot System 20012 or 20013 Errors

      NOTE: IF you are noticing this error as a direct result of installing WebDrive 1.1.15, there was an issue with the installer where a particular necessary file was not always installed. Please install Version 1.1.16 (now available on the WebDrive.com ...