Skip to content

Commit

Permalink
revert change to PermissionEx
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Oct 14, 2024
1 parent 6e54ea8 commit 441cf24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/templates/product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<Directory Id="INSTALLDIR" Name="observIQ OpenTelemetry Collector">
<Component Id="ProductFolder" Guid="f8525e78-62c7-4665-81ad-f27e936edc88">
<CreateFolder>
<util:PermissionEx User="Administrators" GenericAll="yes" />
<util:PermissionEx User="Users" GenericAll="no" />
<Permission User="Administrators" GenericAll="yes" />
<Permission User="Users" GenericAll="no" />
</CreateFolder>
</Component>
{{define "FILES"}}
Expand Down

0 comments on commit 441cf24

Please sign in to comment.