Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
fix error when room has spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dfpr committed Dec 7, 2022
1 parent d076236 commit 1c1f629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netdata.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<Property Id="WINEXPPORT">9182</Property>
<Property Id="MSIUSEREALADMINDETECTION" Value="1" />
<Condition Message="Installation requires Administrator privileges, please run &quot;msiexec.exe /i netdata.msi&quot; from an admin prompt"><![CDATA[Privileged]]></Condition>
<CustomAction Id="RunStartScript" Directory="INSTALLFOLDER" ExeCommand="powershell.exe -ExecutionPolicy Bypass -NoProfile &quot; .\install-netdata.ps1 [TOKEN] [ROOMS] [URL] [TELEMETRY] [AUTORESTART] [WSL] [WINEXPPORT] *&gt;&amp;1 | tee-object c:\netdata.log&quot;" Execute="deferred" Return="ignore" Impersonate="no" />
<CustomAction Id="RunStartScript" Directory="INSTALLFOLDER" ExeCommand="powershell.exe -ExecutionPolicy Bypass -NoProfile &quot; .\install-netdata.ps1 [TOKEN] '[ROOMS]' [URL] [TELEMETRY] [AUTORESTART] [WSL] [WINEXPPORT] *&gt;&amp;1 | tee-object c:\netdata.log&quot;" Execute="deferred" Return="ignore" Impersonate="no" />
<CustomAction Id="RunUninstScript" Directory="INSTALLFOLDER" ExeCommand="powershell.exe -ExecutionPolicy Bypass -NoProfile &quot; .\uninstall-netdata.ps1 *&gt;&amp;1 | tee-object c:\netdata.log&quot;" Execute="deferred" Return="ignore" Impersonate="no" />
<InstallExecuteSequence>
<Custom Action="RunStartScript" Before="InstallFinalize">NOT(REMOVE="ALL")</Custom>
Expand Down

0 comments on commit 1c1f629

Please sign in to comment.