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. ...
    • 2019 Distribute WebDrive 2019 or older with preset reg code - large scale deployment - customization

      The distribution of a multi-seat WebDrive license can be simplified by pre-configuring the registration code. To do this, you will need to download WebDrive, create a file named appsetup.ini, and place it in the same folder as the WebDrive ...
    • 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 ...
    • FTP or FTPS Connection Fails

      FTP or FTPS Connection Failing or Listing as Empty Contents Question Using WebDrive, my FTP(S) connection is failing. What should I do? Answer Below are some items to test to try to resolve a failed FTP or FTPS connection.  Steps Verify the URL/IP ...
    • 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 ...