On Thu, Oct 12, 2017 at 3:43 PM, Christophe Demarey < christophe.dema...@inria.fr> wrote:
> Hi Vitor, > > Le 11 oct. 2017 à 13:44, Vitor Medina Cruz <vitormc...@gmail.com> a écrit > : > > Hi Christophe, > > Yes, but: > > 1- I can’t execute it if I don’t have administrative rights > > ok. That the point I missed. > I think I will add a zip file with PharoLauncher for windows for user like > you not having admin rights. > Might this be a "portable" app, where downloaded images and VMs are stored next to the PharoLancher application, configured by a startup-setting file? Alternatively... searching around I found this... https://stackoverflow.com/questions/18990418/nsis-require-admin-permission https://github.com/NSIS-Dev/Documentation/blob/master/Reference/RequestExecutionLevel.md Also, when PharoLauncher is installed by an administrator and later used by a standard user, I guess there may be problems with Pharo needing to write changes to a restricted location?? Maybe that can be dealt with by... when a new user runs PharoLauncher from the start menu, copy it to their user folder $LocalAppdata\Programs\PharoLauncher and run PharoLauncher from there where they have privilege to write? https://stackoverflow.com/questions/31641818/install-application-files-to-standard-windows-user-using-nsis btw, where are the NSIS source files accessible? Can they be dropped in the PharoLauncher git repo? HTH cheers -ben