Install with GPO

Hello,

I would like to install and update pyrevit with GPO.

I have try this script, installation is ok but, pyrevit doesn’t start REVIT why ?

REM desinstallation

"C:\Program Files\pyRevit-Master\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

REM supprimer le dossier

rd /s /q "C:\Program Files\pyRevit-Master"

REM installer la dernière version

"\\ad0\0_LOGICIELS\ADSK\INS_PYREVIT\pyRevit_5.3.1.25308_admin_signed.exe" /VERYSILENT

Because there is no mechanism to do so in the script you are providing if I’m not mistaken