DragonFang
DragonFang•13h ago

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
Mikel
Mikel•13h ago
only machines that use the file in powershell 🙂
DragonFang
DragonFangOP•12h ago
Do i reference the variable name or the file path the trigger gorelo to download it to the asset?
Mikel
Mikel•12h ago
variable name anywhere in the script E.g msiexec /i $gorelo:file.S1Installer SITE_TOKEN=$gorelo:client.s1token /quiet /norestart
DragonFang
DragonFangOP•12h ago
the Site_Token is just application specific if an app has that setting. Just double checking. Thanks as always for your amazing fast replies!
Mikel
Mikel•12h ago
yeah that's just an example of what S1 might require -- here's a basic MSI version: msiexec /i $gorelo:file.msiHere /quiet /norestart
DragonFang
DragonFangOP•11h ago
Getting error that the file doesnt exist, does it take any special time to work or deploy?
No description
Mikel
Mikel•11h ago
Is the Pronto installer an MSI that works like that outside Gorelo?

Did you find this page helpful?