I’m deploying NetDrive 3 with Intune to client machines with the .msi installer. I have used the msiexec /i NetDrive3-version.msi REINSTALL=ALL REINSTALLMODE=vamus option. This fails to install.
I have also tried msiexec /i "NetDrive3-3.17.960.msi" /qn this installs but closes explorer and does not open it again, I cannot expect clients to open task manager and run explorer.
How can I silently deploy this to clients?
This is a fresh install and I have already installed all of the dependencies
Just posting this here for anyone facing this problem.
Deploying the msi with “/qn” command-line options as a packaged Win32 app in Intune did not work. Explorer would close and not re-open again, installation would fail.
Deploying with the PowerShell script above as a packaged Win32 app would install but Explorer would close and not re-open.
The only workaround is the deploy the PowerShell script as a packaged Win32 app and change the device restart behaviour option to ‘Intune will force a mandatory device restart’. Explorer closes then soon after the machine should reboot with the app successfully installed.