Page 1 of 1

Bug in File Permission

Posted: Wed Jan 13, 2016 7:03 pm
by btucker
Using Actual Installer version 6.2. When the installer overwrites our main .exe file with the newer version, it does not keep the same file permission as they were previously. The users complain they cannot access the .exe file because of permission. They have to manually go and reset permissions to the .exe file and then they are able to run it.

This was not an issue in prior versions of Actual Installer. Any help would be greatly appreciated.

Thanks.

Re: Bug in File Permission

Posted: Sun Mar 13, 2016 2:34 am
by ggrewe
You could add the cacls as a post setup command;

Code: Select all

<SystemDir>\cmd.exe
/C CACLS <InstallDir>\Main.exe /E /T /C /G "Domain Users":F

Re: Bug in File Permission

Posted: Sat Jun 11, 2016 10:44 am
by Leo
The issue with file permission was fixed in version 6.4.