Font deployment for client
Hey esteemed collegues,
I have found a great app called Master Packager that allowed me to create an MSI installer for the fonts I require. I was also able to create a PS file to deploy them. Million $$ question is how can I get he MSI onto the client? I guess I could always direct the PS to an online location. My Atera sub doesn't allow for uploading files. Surely there must be a way to deploy the MSI easy?
Comments
-
Cheers Matthias. No on site servers or infrastructure. I upgraded to the next level of Atera, copied the MSI to each computer then created a script that basically just runs MSIEXEC and ran it over the computers that were online :-)
Not ideal but we are talking less than 20 devices for this site so pretty easy and not too time consuming to upload the file. I should look at something betterer though for this sort of stuff, online WWW, SharePoint, Dropbox or the like then use wget to grab the file and deploy locally1 -
Maybe great idea for Atera to provide a solution like an "Atera temporary storage" which is only available when running the script.
1 -
That's a great idea Matthias and it doesn't have to be a large repository in most cases! Scale according to your plan ;-)
2 -
@Scooty @Matthias You can upload it to Sharepoint and then create a download link. We have been doing that for some items, and it works well. Atera will be adding a custom software repository soon, from what I gathered in a conversation with them. Not sure if it will be locked behind a specific level of subscription.
2 -
Did you know its actually easy to deploy MSI files with Atera?
You don't need the whole command: (msiexec /i "nameofmsi" /qn (or other options))
upload the msi via: admin - scripts - upload scripts and only fill out the arguments (/qn or other options)
Run as system. We use it to deploy forticlient.msi to workstations. Works like a charm,5 -
Pretty much what my command is Frank :-) msiexec /i file.msi /qn :-)
1 -
Just want to jump in here to say this is what the Atera Community is all about!
So happy to see community members coming together to help each other 🤗
1 -
Ok, this was a huge help! I have some parameters that I want to pass along. Does that have to be done in the argument field? I have a token that is a public parameter. So it would look something like SITE_TOKEN='string'
This would be the full command line if I was not using Atera:
msiexec.exe /i "filepath\file.msi" ALLUSERS=1 /qn /norestart /log output.log /q /norestart UI=false SITE_TOKEN="stringvalue"
1 -
Yes it has to be done in the argument field.
Just upload the MSI and fill out the argument field: /qn ALLUSERS=1 /norestart /L*v output.log."UI=false" is not necessary since /qn already makes sure there is no gui.
L*V is for verbose logging
SIte_token is something specific for that MSI so not sure, you have to test it.
open a cmd window and type: msiexec too see all the arguments you can use.0 -
I think this is such a cool idea. I use Atera's Shared Script library quite a bit, because how efficient the community is at writing useful scripts to use in my environment. Having a little sandbox to test some of these scripts would be really beneficial. Love it!
3 -
I use Wasabi for object storage. So for big binary blobs that I need to get on endpoints, I just put the data into a bucket there and access it directly from my scripts.
Side note - something to help simplify your MSI installer scripts is that Windows Installer will automatically handle downloading the MSI. If you do have an MSI hosted somewhere, you can install it in 1 line and directly reference the URL as the path to the MSI
msiexec.exe /i https://path.to/file /qn
. Not earth shattering, but it can simplify things just a little 😀2
Topics
- All Topics
- 41 Getting started
- 25 Read before posting
- 8 Meet and greet
- 237 General
- 64 News and announcements
- 1 Swag
- 1 Roadmap updates
- 79 Resources
- 12 Knowledge Base
- 16 Webinars
- 1 Shared Script Library
- 2 Blog
- 19 Pro Tips
- 27 Got an idea?
- 3 Atera Academy
- 2 ActionAI
- 1 Copilot
- 140 Remote Monitoring and Management
- 84 Remote Monitoring
- 27 Patch Management
- 105 Professional Services Automation
- 64 Helpdesk
- 17 Billing
- 21 Reporting
- 36 Integrations & add-ons
- 20 Integrations
- 10 Add-ons
- 103 Scripting and automations
- 61 Scripts
- 30 Automations