accesscontrol nsis

The AccessControl plugin for NSIS provides a set of functions related to Windows NT access control list (ACL) managemen...

accesscontrol nsis

The AccessControl plugin for NSIS provides a set of functions related to Windows NT access control list (ACL) management., Usage Example. AccessControl::GrantOnFile - "$INSTDIR-database" "(BU)" "GenericRead + GenericExecute + GenericWrite + Delete".

相關軟體 NSIS 資訊

NSIS
NSIS(Nullsoft 腳本安裝系統)是一個專業的開源系統來創建 Windows Installers。它的設計盡可能的小巧靈活,因此非常適合網絡發布. 作為用戶對您的產品的第一次體驗,穩定可靠的安裝程序是成功軟件的重要組成部分。隨著 NSIS 你可以創建這樣的安裝程序,能夠做一切需要設置您的軟件.NSIS 是基於腳本的,並允許您創建邏輯來處理,即使是最複雜的安裝任務。許多插件和腳本已經可用:... NSIS 軟體介紹

accesscontrol nsis 相關參考資料
Full access control for file using NSIS - Stack Overflow

To change the ACL of a file you have to use the AccessControl plug-in: SetOutPath $InstDir File "....-xmlpathconfiguration.conf" AccessControl::GrantOnFile ...

https://stackoverflow.com

AccessControl plug-in - NSIS - SourceForge

The AccessControl plugin for NSIS provides a set of functions related to Windows NT access control list (ACL) management.

https://nsis.sourceforge.io

Talk:AccessControl plug-in - NSIS

Usage Example. AccessControl::GrantOnFile - "$INSTDIR-database" "(BU)" "GenericRead + GenericExecute + GenericWrite + Delete".

https://nsis.sourceforge.io

How to install AccessControl NSIS plugin? and grant full ...

You can unzip the plugin zip at the root of the NSIS directory, or at least, you need to put the plugin dll into the NSIS plugins directory (or to any ...

https://stackoverflow.com