From 469be78254b3aebb1896338d72f1ac62fed09a7b Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Wed, 24 Nov 2010 20:16:06 +0200 Subject: [PATCH] Installer: Write Cppcheck version and install path to registry. As suggested by mcartoixa at forums. This helps 3rd party software to find the Cppcheck in Windows environment. Note that this commit writes to HKCU instead of suggested HKLM. --- win_installer/cppcheck.wxs | 7 +++++++ win_installer/productInfo.wxi | 1 + 2 files changed, 8 insertions(+) diff --git a/win_installer/cppcheck.wxs b/win_installer/cppcheck.wxs index fac1a3ed3..f4b7153d7 100755 --- a/win_installer/cppcheck.wxs +++ b/win_installer/cppcheck.wxs @@ -19,6 +19,12 @@ + + + + + + + diff --git a/win_installer/productInfo.wxi b/win_installer/productInfo.wxi index 076c46ca7..22e2bf554 100755 --- a/win_installer/productInfo.wxi +++ b/win_installer/productInfo.wxi @@ -13,4 +13,5 @@ +