Click here to Skip to main content
15,881,173 members
Articles / Programming Languages / C++

The Windows Access Control Model Part 4

Rate me:
Please Sign up or sign in to vote.
4.86/5 (29 votes)
7 Sep 200543 min read 227.8K   6.8K   100  
The final article in the access control series presents a guide to the access control editor and its associated ISecurityInformation interface.
��Windows Registry Editor Version 5.00



[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\FilePermsBox_is1]

; "Inno Setup: Setup Version"="5.0"

; "Inno Setup: App Path"="C:\\Program Files\\FilePermsBox"

; "InstallLocation"="C:\\Program Files\\FilePermsBox\\"

; "Inno Setup: Icon Group"="FilePermsBox"

; "Inno Setup: Setup Type"="full"

; "Inno Setup: Selected Components"="main,shell,help"

; "Inno Setup: Deselected Components"=""

; "DisplayName"="FilePermsBox 1.0"

; "UninstallString"="\"C:\\Program Files\\FilePermsBox\\unins000.exe\""

; "QuietUninstallString"="\"C:\\Program Files\\FilePermsBox\\unins000.exe\" /SILENT"

; "Publisher"="Shexec32"

; "URLInfoAbout"="http://hometown.aol.co.uk/shexec32/"

; "HelpLink"="http://hometown.aol.co.uk/shexec32/"

; "URLUpdateInfo"="http://hometown.aol.co.uk/shexec32/"

; "NoModify"=dword:00000001

; "NoRepair"=dword:00000001



[-HKEY_CLASSES_ROOT\CLSID\{009437AF-9024-4572-8A1E-CFC5D55C8171}]

; @="FilePermsBox Sheet"



[-HKEY_CLASSES_ROOT\CLSID\{009437AF-9024-4572-8A1E-CFC5D55C8171}\InProcServer32]

; "ThreadingModel"="Apartment"

; @="C:\\Program Files\\FilePermsBox\\FilePermsBox.DLL"



[-HKEY_CLASSES_ROOT\Directory\shellex\PropertySheetHandlers\FilePermsBox]

; @="{009437AF-9024-4572-8A1E-CFC5D55C8171}"



[-HKEY_CLASSES_ROOT\*\shellex\PropertySheetHandlers\FilePermsBox]

; @="{009437AF-9024-4572-8A1E-CFC5D55C8171}"



[-HKEY_CLASSES_ROOT\Drive\shellex\PropertySheetHandlers\FilePermsBox]

; @="{009437AF-9024-4572-8A1E-CFC5D55C8171}"



[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved]

"{009437AF-9024-4572-8A1E-CFC5D55C8171}"=-

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Mr. Shah is a reclusive C++/C# developer lurking somewhere in the depths of the city of London. He learnt physics at Kings' College London and obtained a Master in Science there. Having earned an MCAD, he teeters on the brink of transitioning from C++ to C#, unsure of which language to jump to. Fortunately, he also knows how to use .NET interop to merge code between the two languages (which means he won't have to make the choice anytime soon).

His interests (apart from programming) are walking, football (the real one!), philosophy, history, retro-gaming, strategy gaming, and any good game in general.

He maintains a website / blog / FAQ / junk at shexec32.serveftp.net, where he places the best answers he's written to the questions you've asked. If you can find him, maybe you can hire Mr. Shah to help you with anything C++[/CLI]/C#/.NET related Smile | :) .

Comments and Discussions