mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Remove deprecated Action parameter for Windows Installer
This commit is contained in:
parent
3a9e7150f7
commit
deaf302987
@ -150,13 +150,13 @@
|
||||
</Component>
|
||||
|
||||
<Component Id='FDBCRegistryValue' Guid='{6ED940F3-75C8-4385-97D9-D7D0F211B17D}' Win64='yes'>
|
||||
<RegistryKey Root='HKLM' Key='SOFTWARE\$(var.Manufacturer)\KeyValue\Client' Action='createAndRemoveOnUninstall'>
|
||||
<RegistryKey Root='HKLM' Key='SOFTWARE\$(var.Manufacturer)\KeyValue\Client'>
|
||||
<RegistryValue Name='Version' Type='string' Value='$(var.Version)' KeyPath='yes' />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
||||
<Component Id='FDBSRegistryValue' Guid='{361A9B4A-A06F-4BFB-AFEA-B5F733C8BFDF}' Win64='yes'>
|
||||
<RegistryKey Root='HKLM' Key='SOFTWARE\$(var.Manufacturer)\KeyValue\Server' Action='createAndRemoveOnUninstall'>
|
||||
<RegistryKey Root='HKLM' Key='SOFTWARE\$(var.Manufacturer)\KeyValue\Server'>
|
||||
<RegistryValue Name='Version' Type='string' Value='$(var.Version)' KeyPath='yes' />
|
||||
</RegistryKey>
|
||||
</Component>
|
||||
|
Loading…
x
Reference in New Issue
Block a user