Page 1 of 1
PB Compile a program as a normal user?
Posted: Tue Jun 01, 2004 4:51 am
by sec
Time ago, i had compile programs with admin acount (on OS: windows 2000 ) (as by press key F5). i tried compile with a account of user , then PB didnot compile that noticed "can't create 'PB_.._output.pb' file in /Compile/ dir (why? coz with a acount of user then PB can't to write that dir 'c:\progarm files\purebasic\compile\..' that user only can to write home dir as 'c:\documents and settings'.
So i wish "with PB installed (with admin acount), then a normal user acount can compile their programs, that donot install a new install in your home/ or must have permission to write other dir (not home) ...
thank,
Posted: Tue Jun 01, 2004 5:46 am
by PolyVector
you probably have to change permisions for 'c:\progarm files\purebasic\compile\..' with the admin account...
Posted: Wed Jun 02, 2004 12:00 pm
by sec
hmm, temp file would put in home dir , that is all!
Posted: Wed Jun 02, 2004 12:57 pm
by techjunkie
sec wrote:hmm, temp file would put in home dir , that is all!
Ehhh - witch user home dir? You mean all temporary files in "My Documents" or in the "profile/local settings" or in the user temp dir?
Did you install it on a server? Did you use "change user /install"?
If you are going to run PB in a multi user environment I suggest that you install it separate for every user - and of course have licenses for all!!
I haven't tested PB in a multiuser / TSE environment... I'll maybe do that if I'll get some time...

Posted: Thu Jun 03, 2004 10:25 am
by sec
Ehhh - witch user home dir? You mean all temporary files in "My Documents" or in the "profile/local settings" or in the user temp dir?
what PATH of environment variable TEMP or TMP set...
Did you install it on a server? Did you use "change user /install"?
If you are going to run PB in a multi user environment I suggest that you install it separate for every user - and of course have licenses for all!!
I haven't tested PB in a multiuser / TSE environment... I'll maybe do that if I'll get some time...

Yeah, i have two account on my Windows 2000 (installed on NTFS) ..first "Admistrator" and other "sec" (i did everything with that account) ..and of course only me used compiler (and installed once wiht account admin)
