Windows Thread, Gamemaker 8.1 Lite on Domain Network with Windows 7 Clients in Technical; Anyone managed to get this software working under restricted student logons.
Seem to need logging on as Local Admin for ...
-
18th January 2012, 12:45 PM #1 Gamemaker 8.1 Lite on Domain Network with Windows 7 Clients
Anyone managed to get this software working under restricted student logons.
Seem to need logging on as Local Admin for the software to run. Also, it takes 15 to 20 seconds for the application to open as Local Admin.
We run GameMaker 7 ok, allthough it brings up an error message it still works.
-
-
IDG Tech News
-
18th January 2012, 02:45 PM #2
- Rep Power
- 12
I knocked this up for gamemaker 7 should just need a little editing.
It uses xcacls How to use Xcacls.exe to modify NTFS permissions
Code:
copy "\\Server\folder\Xcacls.vbs" "c:\"
cscript c:\xcacls.vbs "c:\temp" /e /g "Domain\students":rew;rew
cscript c:\xcacls.vbs "c:\Windows\Temp" /e /g "Domain\students":rew;rew
cscript c:\xcacls.vbs "c:\Program Files\Game_Maker7" /e /g "Domain\students":rew;rew
cscript c:\xcacls.vbs "c:\temp" /e /g "Domain\staff":rew;rew
cscript c:\xcacls.vbs "c:\Windows\Temp" /e /g "Domain\staff":rew;rew
cscript c:\xcacls.vbs "c:\Program Files\Game_Maker7" /e /g "Domain\staff":rew;rew
del c:\xcacls.vbs /s /q
Just need to change the Domain\students, domain\staff, server\folder and the path for the install then test it.
If you get no luck Ill have a stab at doing it when I get some time
Last edited by notalot; 18th January 2012 at 02:47 PM.
-
Thanks to notalot from:
Davit2005 (18th January 2012)
-
18th January 2012, 03:07 PM #3 Thanks, I'll give that a try.
Gamemaker 7 is bringing up an error message at the moment.
I had reimaged all the machines over the summer break to Windows 7 so this one is to remember for next image build. I suppose I could try doing as a machine startup script via policy if it sorts the problem by test running on a single machine.
Again, thanks for help
-
-
18th January 2012, 05:18 PM #4 I have had this with gamemaker 7 and 8 running under student accounts. It produces the error "Error #5: You tried to run this software twice, or you do not have full permissions. in this case contact your administrator", then it goes "Softwrap file error 4" then it goes "Error: Inconsistent Files"
Our solution to the problem was to delete a file and folder on each XP Computer
delete C:\Documents and Settings\All Users\Documents\global.sw2
delete C:\Documents and Settings\All Users\Documents\softwrap (folder inc sub folders)
then let gamemaker re-create them itself by running as a student not an admin.
-
-
19th January 2012, 02:37 PM #5 Windows 7 a different kettle of fish from XP. xcacls no more, it is now icacls. Have tried the suggestion and need to fine tune the icacls syntax as different parameters are used.
I noticed while installing it wanted to install to the C:\users dir but been a domain we have the documents redirected to the students server share. Profiles are local and not Mandatory or Roaming.
I have found some software which I had to install as a user and the set that user as a default profile.
-
SHARE:
Similar Threads
-
By alfatec in forum Network and Classroom Management
Replies: 0
Last Post: 18th May 2010, 03:08 PM
-
Replies: 2
Last Post: 4th July 2008, 12:15 PM
-
By link470 in forum Windows
Replies: 3
Last Post: 29th November 2007, 08:34 PM
-
By Dos_Box in forum School ICT Policies
Replies: 9
Last Post: 27th November 2007, 09:29 AM
-
Replies: 14
Last Post: 12th May 2006, 09:48 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules