SketchUp / sketchup-stl

A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
http://extensions.sketchup.com/content/sketchup-stl
MIT License
248 stars 68 forks source link

network deployment of extension to multiple PCs #153

Open mal-k opened 9 years ago

mal-k commented 9 years ago

The ability to import the plugin from within the application is a nice touch for a non-technical stand-alone user, but in a school environment with hundreds of lab PCs used by a couple of thousand students, a zero touch approach to deploying apps and plugins is a must. In Sketchup 2014, there was a plugins folder you could copy a plugin to and all users had access to a consistant experience.
In Sketchup 2015 the folder landscape and the way "plugins" are handled seems to have changed significantly. After installing the stl extension on a test machine, I searched against the various filenames to discover where the extension's files landed- and I came up empty.

Perhaps someone in the know could insert a bit of doco with the plugin files to explain mass deployment options would be a good idea.

jimfoltz commented 9 years ago

This request isn't specific to the STL plugin, so I would suggest you ask this on the official SketchUp forums[1] where some very expert users are more likely to see it.

[1] http://forums.sketchup.com/

thomthom commented 9 years ago

The folder locations didn't change for SU2015. In SU2014 it was changed so that extensions where installed in the user folder in order to avoid permission issues.

To install extensions for all users you can manually install (extract) them to: C:\ProgramData\SketchUp\SketchUp 2015\SketchUp (Replace version number as appropriate.)

thomthom commented 9 years ago

This is a good topic for a blog article though.