More uninstaller/installer incrementals

Gonna need separate installers for server and mbt due to CO limitations
This commit is contained in:
Eric Reed
2013-02-25 20:11:51 -05:00
parent 9f485c244f
commit 844121acc9
21 changed files with 672 additions and 107 deletions

View File

@@ -386,6 +386,7 @@ if $(ConfigurationName) == Release (
mkdir "$(SolutionDir)..\Deploy\Server\System"
xcopy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)..\Deploy\Server\System\" /y
xcopy "$(SolutionDir)Mediabrowser.Uninstaller\bin\Release\MediaBrowser.Uninstaller.exe" "$(SolutionDir)..\Deploy\Server\System\" /y
xcopy "$(SolutionDir)Mediabrowser.Uninstaller.Execute\bin\Release\MediaBrowser.Uninstaller.Execute.exe" "$(SolutionDir)..\Deploy\Server\System\" /y
xcopy "$(TargetDir)$(TargetFileName).config" "$(SolutionDir)..\Deploy\Server\System\" /y