Asset -> Files
Does asset uploaded files upload the file to every single machine in gorelo? or only machines that use the file in powershell?
7 Replies
only machines that use the file in powershell 🙂
Do i reference the variable name or the file path the trigger gorelo to download it to the asset?
variable name anywhere in the script E.g
msiexec /i $gorelo:file.S1Installer SITE_TOKEN=$gorelo:client.s1token /quiet /norestart
the Site_Token is just application specific if an app has that setting. Just double checking. Thanks as always for your amazing fast replies!
yeah that's just an example of what S1 might require -- here's a basic MSI version:
msiexec /i $gorelo:file.msiHere /quiet /norestart
Getting error that the file doesnt exist, does it take any special time to work or deploy?

Is the Pronto installer an MSI that works like that outside Gorelo?