Windows NSIS Installer - Make INSTDIR writeable
This commit is contained in:
parent
24c923b77c
commit
119effc50a
1 changed files with 3 additions and 0 deletions
|
@ -189,6 +189,9 @@ Section "${NAME}"
|
|||
WriteRegDWORD HKLM "${REGKEY}" "NoRepair" 1
|
||||
WriteUninstaller "$INSTDIR\${UNINSTALL}"
|
||||
|
||||
System::Call "msvcrt.dll::_chmod(t $\"$INSTDIR$\", i 0x01c0) i .s"
|
||||
|
||||
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue