aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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