X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=platform%2Fwindows%2Finstaller.nsi.32.in;h=3a2cdb9e824800600683fe441db37085a7cdbe40;hp=6649047672fafe3198f94d8dbf71c8f8a313fa8f;hb=a183c1776cfd020a37d028ebb0f641352f49697b;hpb=11d0d8d07917543d6c40a6bb1fe5581ae216f5aa diff --git a/platform/windows/installer.nsi.32.in b/platform/windows/installer.nsi.32.in index 664904767..3a2cdb9e8 100644 --- a/platform/windows/installer.nsi.32.in +++ b/platform/windows/installer.nsi.32.in @@ -85,6 +85,7 @@ File "%binaries%/src/wx/dcpomatic-wx.dll" File "%binaries%/src/lib/dcpomatic.dll" File "%binaries%/src/tools/dcpomatic.exe" File "%binaries%/src/tools/dcpomatic_batch.exe" +File "%binaries%/src/tools/dcpomatic_cli.exe" File "%binaries%/src/tools/dcpomatic_server_cli.exe" File "%binaries%/src/tools/dcpomatic_server.exe" @@ -134,6 +135,7 @@ Section "Uninstall" RMDir /r "$INSTDIR\*.*" RMDir "$INSTDIR" +<<<<<<< HEAD Delete "$DESKTOP\DCP-o-matic.lnk" Delete "$DESKTOP\DCP-o-matic batch converter.lnk" Delete "$DESKTOP\DCP-o-matic encode server.lnk" @@ -141,5 +143,14 @@ Delete "$SMPROGRAMS\DCP-o-matic\*.*" RmDir "$SMPROGRAMS\DCP-o-matic" DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\DCP-o-matic" DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DCP-o-matic" +======= +Delete "$DESKTOP\DVD-o-matic.lnk" +Delete "$DESKTOP\DVD-o-matic batch converter.lnk" +Delete "$DESKTOP\DVD-o-matic encode server.lnk" +Delete "$SMPROGRAMS\DVD-o-matic\*.*" +RmDir "$SMPROGRAMS\DVD-o-matic" +DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\DVD-o-matic" +DeleteRegKey HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DVD-o-matic" +>>>>>>> master SectionEnd