From 57b28bb8eed956e1fe27cef81efd4cb30e63837d Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 24 Oct 2007 04:49:07 +0000 Subject: [PATCH] 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. --- 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 6861b61181..a32eb949cb 100644 --- a/src/WINNT/install/wix/property.wxi +++ b/src/WINNT/install/wix/property.wxi @@ -117,7 +117,7 @@ - +