@joebigelow / wix-1 / commits / ccf60eb7

Set WI logging reg key to voicewarmupx.

Sean Hall committed Jan 19, 2021 at 12:45 UTC ccf60eb7d610d6716d4743a946305ff7f8d77b5a
1 file changed +5
appveyor.yml
+5
@@ -10,6 +10,11 @@ environment:
10 RuntimeTestsEnabled: true
11 WIX_COMPRESSION_LEVEL: none
12
13 +
14 +install:
15 + - reg add HKLM\Software\Policies\Microsoft\Windows\Installer /t REG_SZ /v Logging /d voicewarmupx /f
16 + - reg add HKLM\Software\WOW6432Node\Policies\Microsoft\Windows\Installer /t REG_SZ /v Logging /d voicewarmupx /f
17 +
18 build_script:
19 - appveyor.cmd
20