Bug in File Permission

Bugs, errors in the program.
Post Reply
btucker
Posts: 2
Joined: Thu Jun 03, 2010 3:02 pm

Bug in File Permission

Post 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.
ggrewe
Posts: 25
Joined: Mon Nov 30, 2015 5:50 pm

Re: Bug in File Permission

Post 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
Leo
Site Admin
Posts: 455
Joined: Fri Jan 22, 2010 12:40 pm

Re: Bug in File Permission

Post by Leo »

The issue with file permission was fixed in version 6.4.
Leo,
Actual Installer Team
https://www.actualinstaller.com
Post Reply