PDA

View Full Version : Group Policys



NewsArchive
02-08-2006, 10:57 AM
Hi Friedrich

Do you know if its possible to set window group policys with SB5? If so do
you have any pointers?

cheers

Richard

NewsArchive
02-08-2006, 10:58 AM
Richard,

What exactly do you have to do? Implementing a registry based policy,
Implementing a Group Policy Client-side Extension, etc.?

Here is an interesting reading:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/policy/policy/implementing_rsop_on_the_server.asp

I think you can create your own custom DLL (VS2005) to handle this.

BTW, this is a Microsoft note: All Windows-based applications can use the
Group Policy infrastructure to configure their policy settings. The Group
Policy application programming interface (API) is designed for use by C/C++
programmers. Familiarity with Active Directory and MMC is required.

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
02-09-2006, 04:10 AM
Thanks Friedrich will have a read.

Briefly what I'm trying to do is allow users access to specific files, like
the ini file in the windows folder when the user account doesnt have write
access to the folder.

NewsArchive
02-09-2006, 04:10 AM
Richard,

Aha. I think what you are trying to do is to set files and folder
permissions, right?

You can use the cacls command line tool to handle this.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cacls.mspx

There will be a built-in function available in one of the next releases.

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
02-10-2006, 05:20 AM
Hi Friedrich

Yep spot on thats what I'm trying to do.

Looking forward to that release.<g>

Cheers

Richard