mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Update nsi to include svcctrl.exe, update service code in shell to execute the svchelper rather than relying on having admin rights.
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
!define MTDROOT "..\.."
|
||||
!define MTD_SOURCE "${MTDROOT}\win32\Release"
|
||||
!define DLL_SOURCE "${PROJROOT}\win32\dll"
|
||||
!define CONFIG_SOURCE "${MTDROOT}\win32\FireflyShell\Release"
|
||||
!define DLL_SOURCE "${PROJROOT}\win32\dll"
|
||||
!define ADMIN_ROOT "${MTDROOT}\admin-root"
|
||||
!define REDIST_SOURCE "${PROJROOT}\win32\redist"
|
||||
|
||||
@@ -171,6 +171,7 @@ NoProgramItems:
|
||||
File "${CONFIG_SOURCE}\FireflyShell-11.dll"
|
||||
File "${CONFIG_SOURCE}\FireflyShell-10.dll"
|
||||
File "${CONFIG_SOURCE}\..\FireflyShell.exe.manifest"
|
||||
File "${CONFIG_SOURCE}\svcctrl.exe"
|
||||
File "${DLL_SOURCE}\gnu_regex.dll"
|
||||
File "${DLL_SOURCE}\pthreadVC2.dll"
|
||||
File "${DLL_SOURCE}\sqlite.dll"
|
||||
|
||||
Reference in New Issue
Block a user