mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Adding environmental variable so that navidrome can detect
if its running as an MSI install for insights
This commit is contained in:
parent
0147bb5f12
commit
9aa81eb4e0
@ -61,6 +61,7 @@
|
|||||||
Arguments='service execute --configfile "[INSTALLDIR]navidrome.ini" --logfile "[ND_DATAFOLDER]\navidrome.log"'
|
Arguments='service execute --configfile "[INSTALLDIR]navidrome.ini" --logfile "[ND_DATAFOLDER]\navidrome.log"'
|
||||||
/>
|
/>
|
||||||
<ServiceControl Id='StartNavidromeService' Start='install' Stop='both' Remove='uninstall' Name='$(var.ProductName)' Wait='yes' />
|
<ServiceControl Id='StartNavidromeService' Start='install' Stop='both' Remove='uninstall' Name='$(var.ProductName)' Wait='yes' />
|
||||||
|
<Environment Action='create' Name='ND_MSI_INSTALL' Value='1' />
|
||||||
</Component>
|
</Component>
|
||||||
|
|
||||||
<Component Id='FFMpegExecutable' Guid='d17358f7-abdc-4080-acd3-6427903a7dd8' Win64="$(var.Win64)">
|
<Component Id='FFMpegExecutable' Guid='d17358f7-abdc-4080-acd3-6427903a7dd8' Win64="$(var.Win64)">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user