Spodii / netgore

Cross platform online rpg engine using C# and SFML
http://www.netgore.com/
40 stars 16 forks source link

Updater needs more privileges #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
So people who're not admin can run it. Check 
http://www.netgore.com/forums/post/what-about-this.html

Original issue reported on code.google.com by devon.ke...@gmail.com on 27 Oct 2010 at 4:41

GoogleCodeExporter commented 9 years ago

Original comment by Spodiii on 27 Oct 2010 at 6:58

GoogleCodeExporter commented 9 years ago
more people: http://www.skyon.be/forum/viewtopic.php?f=12&t=1856&p=24681#p24681

Original comment by devon.ke...@gmail.com on 31 Oct 2010 at 9:32

GoogleCodeExporter commented 9 years ago
And another one:
http://www.skyon.be/phpbbforum/viewtopic.php?p=24738#p24738

Original comment by devon.ke...@gmail.com on 6 Nov 2010 at 12:04

GoogleCodeExporter commented 9 years ago
Have you tried implementing anything to fix this yet? Since I have no 
intentions on dealing with it any time soon myself as I cannot replicate it 
locally. This is something you can also probably fix in the installer.

Original comment by Spodiii on 6 Nov 2010 at 7:48

GoogleCodeExporter commented 9 years ago
Using Clickteam's installer, I checked and I can only select run as admin for 
the installer file, not for files in the package.

Original comment by devon.ke...@gmail.com on 6 Nov 2010 at 9:10

GoogleCodeExporter commented 9 years ago
You'd want to set the permissions on the files in question. I don't think its 
possible (by design) to just have something be installed and set up to always 
run as admin. Wouldn't be a very useful security feature.

Original comment by Spodiii on 6 Nov 2010 at 9:13

GoogleCodeExporter commented 9 years ago
Maybe run something like this in a batch file before?
runas /noprofile /user:%USERDOMAIN%\Administrator "Updater.exe"

?

Original comment by aphro.cag on 12 Dec 2010 at 10:52

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r4409.

Original comment by aphro.cag on 12 Dec 2010 at 11:43