SOLVED

Deploying VS Code using Intune

Copper Contributor

Users get "Failed to Install" when trying to install the VS Code App on the company portal. The App was deployed using Intune

 

Intune Config: 

Vanierf_0-1627484485172.png

 

Vanierf_1-1627484561755.png

 

 

 

1 Reply
best response confirmed by Vanierf (Copper Contributor)
Solution

I guess you are using the user installer(as i am looking at the screenshot I see vscodeUSERsetup :) ). I would try the system installer

https://code.visualstudio.com/docs/?dv=win64

And add the install command like this: vscodesetup-x64-1.5.9.2.exe /VERYSILENT /NORESTART /MERGETASKS=!runcode

1 best response

Accepted Solutions
best response confirmed by Vanierf (Copper Contributor)
Solution

I guess you are using the user installer(as i am looking at the screenshot I see vscodeUSERsetup :) ). I would try the system installer

https://code.visualstudio.com/docs/?dv=win64

And add the install command like this: vscodesetup-x64-1.5.9.2.exe /VERYSILENT /NORESTART /MERGETASKS=!runcode

View solution in original post