Secondary File Filters file filters are complicated to set up, but well worth it, if you understand how they work. This topic will attempt to explain how they work and give you a working example of how they can be used.
MSI
...
file example
If you want to elevate msi files that are in a network share you cannot use a commandline filter because the following syntax does not work:
...
If instead you tried to use a commandline filter you would have to specify each .msi file explicitly and then create several individual elevation policies. The tedium of doing this would ensure that this would never happen.*NOTE: *
Tip | ||
---|---|---|
| ||
You could just have a commandline as \\SERVER\Share\ which would then elevate anything in the share folder, but if you are specifically only wanting .msi files, the best option would be the Secondary File Filter. |
By using a secondary file filter, you target the msiexec.exe (the actual application that launches the .msi files) and then use a secondary file filter to limit the scope.
...
For an example of a secondary file filter for use with msiexec and a file share containing msi files to be elvated see alternative solution under http://portal.arellia.com/wiki/display/KB/MSI+Files+not+elevated+by+Network+Share+Elevation+Policy Elevate MSI files on the network share.