I’d like to change the security attribute of a directory that InstallShield creates under the CSIDL_COMMON_APPDATA – can someone please advise on how to do that during the installation process?
It’s a script-defined folder.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can also just easily call Windows commands ‘CACLS.EXE’ or ‘ICACLS.EXE’ -both are easy command line tool, e.g.
icacls file /grant Administrator:(D,WDAC) – Will grant the user Administrator Delete and Write DAC permissions to file