mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
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:
parent
98ab8f57c8
commit
bd60a6344f
@ -32,7 +32,7 @@
|
|||||||
<Property Id="ND_DATAFOLDER" Value="C:\ProgramData\Navidrome">
|
<Property Id="ND_DATAFOLDER" Value="C:\ProgramData\Navidrome">
|
||||||
<RegistrySearch Root='HKLM' Key='SOFTWARE\Deluan\$(var.ProductName)\Installer' Name='ND_DATAFOLDER' Type='raw' />
|
<RegistrySearch Root='HKLM' Key='SOFTWARE\Deluan\$(var.ProductName)\Installer' Name='ND_DATAFOLDER' Type='raw' />
|
||||||
</Property>
|
</Property>
|
||||||
<Property Id="INSTALLATIONDIRECTORY" Value="UNSET">
|
<Property Id="INSTALLATIONDIRECTORY">
|
||||||
<RegistrySearch Root='HKLM' Key='SOFTWARE\Deluan\$(var.ProductName)\Installer' Name='INSTALLATIONDIRECTORY' Type='raw' />
|
<RegistrySearch Root='HKLM' Key='SOFTWARE\Deluan\$(var.ProductName)\Installer' Name='INSTALLATIONDIRECTORY' Type='raw' />
|
||||||
</Property>
|
</Property>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user