hemel-cse / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Stand-alone version requires admin elevation on Windows Vista #275

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I don't know why, but the Windows Stand-alone version gives me a UAC pop-up 
when I launch it, saying I need administrative access to run it. I don't know 
why, and it makes no sense.

Original issue reported on code.google.com by superfox...@gmail.com on 6 Feb 2011 at 4:36

GoogleCodeExporter commented 8 years ago
I use it on Win 7 and the same issue!

Original comment by arturoge...@gmail.com on 28 Apr 2011 at 6:49

GoogleCodeExporter commented 8 years ago
Please provide a fix for this! For what do you need administrator rights?

Original comment by freaky-s...@gmx.net on 22 Jun 2011 at 6:13

GoogleCodeExporter commented 8 years ago
I found a work around that seems to work (not fully tested).  Create a shortcut 
to xulrunner.exe in the evolus\pencil\xulrunner.exe

Edit the shortcut, and put " --app ..\app\application.ini" on the end of the 
target.

It should end up something like:

"C:\Program Files (x86)\Evolus\Pencil\xulrunner\xulrunner.exe" --app 
..\app\application.ini

Using this shortcut then lets you run without admin rights.

Original comment by gjknig...@gmail.com on 22 Jun 2011 at 2:06

GoogleCodeExporter commented 8 years ago
Windows 7 x32
it works

"Create a shortcut to xulrunner.exe in the evolus\pencil\xulrunner.exe

Edit the shortcut, and put " --app ..\app\application.ini" on the end of the 
target.

It should end up something like:

"C:\Program Files (x86)\Evolus\Pencil\xulrunner\xulrunner.exe" --app 
..\app\application.ini"

Original comment by SDe...@gmail.com on 1 Jul 2011 at 10:36

GoogleCodeExporter commented 8 years ago
Windows 7 x64
does not work as described

A XULRunner message box comes up with "Error: couldn't parse application.ini"

Any ideas?

Original comment by dergezie...@googlemail.com on 23 Sep 2011 at 11:03

GoogleCodeExporter commented 8 years ago
Ok, it was a trivial problem: 
The relative path as decribed above does not work when editing the existing 
shortcut, since this has the "...\Pencil" directory as base, so either change 
that to the xulrunner directory or change the ini file location to 
".\app\application.ini".

Original comment by dergezie...@googlemail.com on 23 Sep 2011 at 11:08