OK that blows up with unable to access network location UNSET

I didn't think it would check for existance on the first pass
but presumably it does. Trying leaving it blank
This commit is contained in:
Rob Emery 2026-04-11 10:52:30 +01:00
parent 98ab8f57c8
commit bd60a6344f

View File

@ -32,7 +32,7 @@
<Property Id="ND_DATAFOLDER" Value="C:\ProgramData\Navidrome">
<RegistrySearch Root='HKLM' Key='SOFTWARE\Deluan\$(var.ProductName)\Installer' Name='ND_DATAFOLDER' Type='raw' />
</Property>
<Property Id="INSTALLATIONDIRECTORY" Value="UNSET">
<Property Id="INSTALLATIONDIRECTORY">
<RegistrySearch Root='HKLM' Key='SOFTWARE\Deluan\$(var.ProductName)\Installer' Name='INSTALLATIONDIRECTORY' Type='raw' />
</Property>