Don't recursively reset ACLs on our install directory
This will wipe out our stricter credential dir ACLs
This commit is contained in:
@@ -738,7 +738,7 @@ if(WIN32) # see options at: https://cmake.org/cmake/help/latest/cpack_gen/nsis.h
|
|||||||
"${CPACK_NSIS_EXTRA_INSTALL_COMMANDS}
|
"${CPACK_NSIS_EXTRA_INSTALL_COMMANDS}
|
||||||
IfSilent +2 0
|
IfSilent +2 0
|
||||||
ExecShell 'open' 'https://sunshinestream.readthedocs.io/'
|
ExecShell 'open' 'https://sunshinestream.readthedocs.io/'
|
||||||
nsExec::ExecToLog 'icacls \\\"$INSTDIR\\\" /reset /T'
|
nsExec::ExecToLog 'icacls \\\"$INSTDIR\\\" /reset'
|
||||||
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\migrate-config.bat\\\"'
|
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\migrate-config.bat\\\"'
|
||||||
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\add-firewall-rule.bat\\\"'
|
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\add-firewall-rule.bat\\\"'
|
||||||
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\install-service.bat\\\"'
|
nsExec::ExecToLog '\\\"$INSTDIR\\\\scripts\\\\install-service.bat\\\"'
|
||||||
|
|||||||
Reference in New Issue
Block a user