On Thu, Oct 12, 2017 at 3:43 PM, Christophe Demarey < christophe.demarey@inria.fr> wrote:
Hi Vitor,
Le 11 oct. 2017 à 13:44, Vitor Medina Cruz <vitormcruz@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/RequestExecu... 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-st... btw, where are the NSIS source files accessible? Can they be dropped in the PharoLauncher git repo? HTH cheers -ben