From c37e33f5c176b50c8e169a4de6d3aeaaaffdb1da Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Wed, 4 Apr 2007 16:26:25 +0000 Subject: [PATCH] Delete standalone manifest on install if it exists --- win32/nsi/mt-daapd.nsi.templ | 1 + 1 file changed, 1 insertion(+) diff --git a/win32/nsi/mt-daapd.nsi.templ b/win32/nsi/mt-daapd.nsi.templ index 0633488a..7f9f7df3 100644 --- a/win32/nsi/mt-daapd.nsi.templ +++ b/win32/nsi/mt-daapd.nsi.templ @@ -167,6 +167,7 @@ NoProgramItems: SetOverwrite on File /oname=firefly.exe "${MTD_SOURCE}\mt-daapd.exe" File "${CONFIG_SOURCE}\FireflyShell.exe" + Delete "$2\FireflyShell.exe.manifest" File "${CONFIG_SOURCE}\FireflyShell-0c.dll" File "${CONFIG_SOURCE}\FireflyShell-07.dll" File "${CONFIG_SOURCE}\FireflyShell-13.dll"