Hi,
I've been trying to figure out how to use Orca to change permissions on the install directory. I've read some stuff online, and tried but it doesn't seem to affect permissions. Here's what I've done so far:
1.) Created the MSI with Visual Studio Installer.
2.) opened the MSI in Orca
3.) Added the ALLUSERS property with a value of 2
4.) Added a "CreateFolder" table.
5.) Added a row in the CreateFolder table that matched up with the one for TARGETDIR in the directory table (specifically I set Directory column to TARGETDIR and the Component column to MyComponent
5.) Added a "LockPermissions" table
6.) added a row to LockPermissions with the following values:
LockObject => TARGETDIR
Table => CreateFolder
Domain => (left blank, also tried [%DOMAINUSER]
I've been trying to figure out how to use Orca to change permissions on the install directory. I've read some stuff online, and tried but it doesn't seem to affect permissions. Here's what I've done so far:
1.) Created the MSI with Visual Studio Installer.
2.) opened the MSI in Orca
3.) Added the ALLUSERS property with a value of 2
4.) Added a "CreateFolder" table.
5.) Added a row in the CreateFolder table that matched up with the one for TARGETDIR in the directory table (specifically I set Directory column to TARGETDIR and the Component column to MyComponent
5.) Added a "LockPermissions" table
6.) added a row to LockPermissions with the following values:
LockObject => TARGETDIR
Table => CreateFolder
Domain => (left blank, also tried [%DOMAINUSER]