mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
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.
This commit is contained in:
parent
15f6e3170c
commit
57b28bb8ee
@ -117,7 +117,7 @@
|
||||
<RegistrySearch Win64="$(var.Win64)" Id="rl_NSIS_Ver" Root="HKLM" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenAFS" Name="DisplayVersion" Type="raw" />
|
||||
</Property>
|
||||
<Property Id="NSISUNINSTALL">
|
||||
<RegistrySearch Win64="$(var.Win64)" Id="rl_NSIS_Uninst" Root="HKLM" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenAFS" Name="UninstallString" Type="file" />
|
||||
<RegistrySearch Win64="$(var.Win64)" Id="rl_NSIS_Uninst" Root="HKLM" Key="Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenAFS" Name="UninstallString" Type="raw" />
|
||||
</Property>
|
||||
|
||||
<Property Id="OLDCELLSERVDB">
|
||||
|
Loading…
Reference in New Issue
Block a user