mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-11 23:56:37 +03:00
MSI should copy the package into place for us, it's not a KeyPath
as older versions won't have it, so it's presence doesn't indicate the installed status of the package
This commit is contained in:
parent
198f05ba08
commit
4d29121560
@ -63,6 +63,10 @@
|
||||
<ServiceControl Id='StartNavidromeService' Start='install' Stop='both' Remove='uninstall' Name='$(var.ProductName)' Wait='yes' />
|
||||
</Component>
|
||||
|
||||
<Component Id='PackageFile' Guid='9eec0697-803c-4629-858f-20dc376c960b' Win64="$(var.Win64)">
|
||||
<File Id='package' Name='package' DiskId='1' Source='package' KeyPath='no' />
|
||||
</Component>
|
||||
|
||||
<Component Id='FFMpegExecutable' Guid='d17358f7-abdc-4080-acd3-6427903a7dd8' Win64="$(var.Win64)">
|
||||
<File Id='ffmpeg.exe' Name='ffmpeg.exe' DiskId='1' Source='ffmpeg.exe' KeyPath='yes' />
|
||||
</Component>
|
||||
|
Loading…
x
Reference in New Issue
Block a user