I’m going to use Meteor on my JavaScript classes here at the university I’m teacher. We have labs with machines running Windows 7 and sadly I can’t change it, so the Meteor for Windows is essential to us.
The problem: as I know Meteor is always installed inside the current user folder (C:\Users%UserName%\AppData\Local\.meteor). But here, every student has his own user account loaded from Active Directory without administrator privileges and, of course, it’s impossible to install Meteor again every time a new student log in to a new machine.
Is it possible to install Meteor for Windows for all users instead of only for the current logged user?