aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-01-19 12:45:20 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-01-19 12:59:14 -0600
commitccf60eb7d610d6716d4743a946305ff7f8d77b5a (patch)
tree8a22e7a7b41b0709fa938fad7e4f318dd9ffccec
parent62936dfa2da25f58423e6188745ae1307bb31a8f (diff)
downloadwix-ccf60eb7d610d6716d4743a946305ff7f8d77b5a.tar.gz
wix-ccf60eb7d610d6716d4743a946305ff7f8d77b5a.tar.bz2
wix-ccf60eb7d610d6716d4743a946305ff7f8d77b5a.zip
Set WI logging reg key to voicewarmupx.
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6840d403..c15fdf25 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,6 +10,11 @@ environment:
10 RuntimeTestsEnabled: true 10 RuntimeTestsEnabled: true
11 WIX_COMPRESSION_LEVEL: none 11 WIX_COMPRESSION_LEVEL: none
12 12
13
14install:
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
13build_script: 18build_script:
14 - appveyor.cmd 19 - appveyor.cmd
15 20