mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 13:13:34 +01:00
Windows (MSI install only): Fix double-clicking .hc file inserting %1 instead of volume name in UI path field when
This commit is contained in:
parent
68131ac91b
commit
7fcd4bce71
@ -1115,7 +1115,7 @@
|
||||
|
||||
<!-- MSI already removes all values and subkeys that it creates : no need to set Action="createAndRemoveOnUninstall" -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Classes\VeraCryptVolume\DefaultIcon" >
|
||||
<RegistryValue Type="string" Value="[APPLICATIONROOTFOLDER]\VeraCrypt.exe,1" KeyPath="yes" />
|
||||
<RegistryValue Type="string" Value="[APPLICATIONROOTFOLDER]VeraCrypt.exe,1" KeyPath="yes" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
@ -1126,7 +1126,7 @@
|
||||
|
||||
<!-- MSI already removes all values and subkeys that it creates : no need to set Action="createAndRemoveOnUninstall" -->
|
||||
<RegistryKey Root="HKLM" Key="SOFTWARE\Classes\VeraCryptVolume\Shell\open\command" >
|
||||
<RegistryValue Type="string" Value=""[APPLICATIONROOTFOLDER]\VeraCrypt.exe" /v "%%1"" KeyPath="yes" />
|
||||
<RegistryValue Type="string" Value=""[APPLICATIONROOTFOLDER]VeraCrypt.exe" /v "%1"" KeyPath="yes" />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user