Skip to content

Commit

Permalink
Fix missing dll for standalone installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastiii authored and morpheusxx committed Feb 24, 2013
1 parent 0fdf008 commit 4b2f57d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TvEngine3/Mediaportal/TV/Server/Setup/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ ${MementoSection} "MediaPortal TV Client plugin" SecClient
File "${git_TVServer}\Server\TVLibrary.Utils\bin\${BUILD_TYPE}\Mediaportal.TV.Server.TVLibrary.Utils.dll"
File "${git_TVServer}\Server\TVLibrary.Utils\bin\${BUILD_TYPE}\Interop.SHDocVw.dll"
File "${git_TVServer}\Server\TVDatabase\Presentation\bin\${BUILD_TYPE}\Mediaportal.TV.Server.TVDatabase.Presentation.dll"
File "${git_TVServer}\Server\TvLibrary.IntegrationProvider.Interfaces\bin\${BUILD_TYPE}\Mediaportal.TV.Server.TVLibrary.IntegrationProvider.Interfaces.dll"
File "${EXTBIN}\Castle.Core.dll"
File "${EXTBIN}\Castle.Facilities.EventWiring.dll"
File "${EXTBIN}\Castle.Facilities.FactorySupport.dll"
Expand Down

0 comments on commit 4b2f57d

Please sign in to comment.