Talk:Attrib
From NSIS Wiki
Jump to navigationJump to search
nsExec::ExecToLog 'attrib.exe -r "$INSTDIR\*.*" /s'
accomplishes the same thing. attrib.exe should be available and in the path of any Windows machine ever.
nsExec::ExecToLog 'attrib.exe -r "$INSTDIR\*.*" /s'
accomplishes the same thing. attrib.exe should be available and in the path of any Windows machine ever.