Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions msi/tools/amazon-cloudwatch-agent.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
Type="raw"
Root="HKLM"
Key="SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell"
Name="Path" />
Name="Path"
Win64="yes" />
</Property>

<!-- Disable modify/repair operations because otherwise non-admin can run them. -->
Expand Down Expand Up @@ -179,7 +180,7 @@
<!-- Setup a silent execution contrainer around the command -->
<CustomAction Id="QtExecUpdateConfigPermission"
BinaryKey="WixCA"
DllEntry="WixQuietExec"
DllEntry="WixQuietExec64"
Execute="deferred"
Return="check"
Impersonate="no" />
Expand All @@ -190,4 +191,4 @@

<MajorUpgrade AllowDowngrades="yes"/>
</Product>
</Wix>
</Wix>