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:
Rob Emery 2025-03-18 09:46:44 +00:00
parent 198f05ba08
commit 4d29121560

View File

@ -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>