From ed333bd0c6200441d7421c5c40b251bef4841d03 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 24 Oct 2007 04:50:35 +0000 Subject: [PATCH] DEVEL15-windows-wix-nsis-uninstall-20071023 At somepoint windows installer broke the use of the 'file' RegistrySearch type. Instead of returning the full file name path we are only getting the directory. Switch to using the 'raw' type since we know we aren't prefixing the file name with a hash. (cherry picked from commit 57b28bb8eed956e1fe27cef81efd4cb30e63837d) --- src/WINNT/install/wix/property.wxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/install/wix/property.wxi b/src/WINNT/install/wix/property.wxi index 6861b6118..a32eb949c 100644 --- a/src/WINNT/install/wix/property.wxi +++ b/src/WINNT/install/wix/property.wxi @@ -117,7 +117,7 @@ - + -- 2.39.5