We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28f51a commit 7a62edaCopy full SHA for 7a62eda
packaging/windows/msi/mezmo-agent.wxs
@@ -25,7 +25,7 @@
25
<Property Id="powershell" Value="powershell.exe" />
26
<Property Id="KEY" Secure="yes" Value="<YOUR_INGESTION_KEY>"/>
27
<CustomAction Id="PostInstall"
28
- ExeCommand="-WindowStyle Hidden -ExecutionPolicy Bypass -File "[#PostInstallScript]" -INGESTION_KEY "[KEY]" -INSTALLFOLDER "[INSTALLFOLDER]\" -DATAFOLDER "[DATAFOLDER]\""
+ ExeCommand="-WindowStyle Hidden -NoProfile -ExecutionPolicy Bypass -File "[#PostInstallScript]" -INGESTION_KEY "[KEY]" -INSTALLFOLDER "[INSTALLFOLDER]\" -DATAFOLDER "[DATAFOLDER]\""
29
Execute="deferred"
30
Property="powershell"
31
Impersonate="no"
0 commit comments