Installing QGIS plugins silently for enterprise deployment?
Hi everyone,
I'm rolling out QGIS to a few hundred Windows computers and have the base installation working silently via Intune
The part I'm stuck on is installing the required plugins without user interaction.
I need the following core/SOE plugins enabled:
- DB Manager
- Geometry Checker
- GRASS 7
- GRASS GIS Provider
- MetaSearch Catalog Client
- Offline Editing
- Processing
- Topology Checker
As well as these community plugins:
- Adjust Style
- ChangeDataSource
- Clip Multiple Layers
- Coordinate Capture
- Digitizing Tools
- GTFS Loader
- GTFS-GO
- Networks
- OSMDownloader
- QNEAT3
- Quick Attribution
- NextGIS QuickMapServices
- QuickOSM
- Search Layers
- Lat Lon Tools
- LOOM Transit Map Generator
- Maps Printer
- GTFS 2 GIS
- KML Tools
- KMZ Tools
- mmQGIS
- QGIS to Illustrator
Has anyone successfully automated plugin installation or know how I can install these remotely? I dont want to install them all one at a time for each device If I can avoid it.
Is there a supported way to pre-download and deploy the plugins, or a command-line/Python method to install them into the appropriate plugin directory?
Thanks