2 ;Copyright (C) 2012 Pulse-Eight Ltd.
3 ;http://www.pulse-eight.com/
6 !include "nsDialogs.nsh"
7 !include "LogicLib.nsh"
10 Name "Pulse-Eight USB-CEC Adapter"
11 OutFile "..\build\libCEC-installer.exe"
14 InstallDir "$PROGRAMFILES\Pulse-Eight\USB-CEC Adapter"
15 InstallDirRegKey HKLM "Software\Pulse-Eight\USB-CEC Adapter software" ""
16 RequestExecutionLevel admin
18 Var VSRedistSetupError
21 !define MUI_FINISHPAGE_LINK "Visit http://www.pulse-eight.com/ for more information."
22 !define MUI_FINISHPAGE_LINK_LOCATION "http://www.pulse-eight.com/"
23 !define MUI_ABORTWARNING
25 !insertmacro MUI_PAGE_WELCOME
26 !insertmacro MUI_PAGE_LICENSE "..\COPYING"
27 !insertmacro MUI_PAGE_COMPONENTS
28 !insertmacro MUI_PAGE_DIRECTORY
30 !define MUI_STARTMENUPAGE_REGISTRY_ROOT "HKLM"
31 !define MUI_STARTMENUPAGE_REGISTRY_KEY "Software\Pulse-Eight\USB-CEC Adapter sofware"
32 !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "Start Menu Folder"
33 !insertmacro MUI_PAGE_STARTMENU Application $StartMenuFolder
35 !insertmacro MUI_PAGE_INSTFILES
36 !insertmacro MUI_PAGE_FINISH
38 !insertmacro MUI_UNPAGE_WELCOME
39 !insertmacro MUI_UNPAGE_CONFIRM
40 !insertmacro MUI_UNPAGE_INSTFILES
41 !insertmacro MUI_UNPAGE_FINISH
43 !insertmacro MUI_LANGUAGE "English"
45 InstType "USB-CEC driver & libCEC"
46 InstType "USB-CEC driver only"
47 InstType "Full installation"
49 Section "USB-CEC driver" SecDriver
50 SetShellVarContext current
54 ; Uninstall the old unsigned software if it's found
55 ReadRegStr $1 HKCU "Software\libCEC" ""
58 "A previous libCEC and USB-CEC driver was found. This update requires the old version to be uninstalled. Press OK to uninstall the old version."
59 ExecWait '"$1\Uninstall.exe" /S _?=$1'
60 Delete "$1\Uninstall.exe"
64 ; Delete libcec.dll and libcec.x64.dll from the system directory
65 ; Let a seperate installer do this, when we need it
66 Delete "$SYSDIR\libcec.dll"
68 Delete "$SYSDIR\libcec.x64.dll"
71 ; Copy to the installation directory
76 ; Copy the driver installer
77 SetOutPath "$INSTDIR\driver"
78 File "..\build\p8-usbcec-driver-installer.exe"
80 ;Store installation folder
81 WriteRegStr HKLM "Software\Pulse-Eight\USB-CEC Adapter software" "" $INSTDIR
84 WriteUninstaller "$INSTDIR\Uninstall.exe"
86 !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
89 CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
90 CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Uninstall Pulse-Eight USB-CEC Adapter software.lnk" "$INSTDIR\Uninstall.exe" \
91 "" "$INSTDIR\Uninstall.exe" 0 SW_SHOWNORMAL \
92 "" "Uninstall Pulse-Eight USB-CEC Adapter software."
94 WriteINIStr "$SMPROGRAMS\$StartMenuFolder\Visit Pulse-Eight.url" "InternetShortcut" "URL" "http://www.pulse-eight.com/"
95 !insertmacro MUI_STARTMENU_WRITE_END
97 ;add entry to add/remove programs
98 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
99 "DisplayName" "Pulse-Eight USB-CEC Adapter software"
100 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
101 "UninstallString" "$INSTDIR\uninstall.exe"
102 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
104 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
106 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
107 "InstallLocation" "$INSTDIR"
108 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
109 "DisplayIcon" "$INSTDIR\cec-client.exe,0"
110 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
111 "Publisher" "Pulse-Eight Limited"
112 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
113 "HelpLink" "http://www.pulse-eight.com/"
114 WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware" \
115 "URLInfoAbout" "http://www.pulse-eight.com"
118 ExecWait '"$INSTDIR\driver\p8-usbcec-driver-installer.exe" /S'
119 Delete "$INSTDIR\driver\p8-usbcec-driver-installer.exe"
122 Section "libCEC" SecLibCec
123 SetShellVarContext current
126 ; Copy to the installation directory
127 SetOutPath "$INSTDIR"
130 File "..\build\*.dll"
131 SetOutPath "$INSTDIR\x64"
132 File /nonfatal "..\build\x64\*.dll"
134 ; Copy to XBMC\system
135 ReadRegStr $1 HKCU "Software\XBMC" ""
137 SetOutPath "$1\system"
138 File "..\build\libcec.dll"
142 SetOutPath "$INSTDIR\include"
143 File /r /x *.so "..\include\cec*.*"
146 Section "CEC debug client" SecCecClient
147 SetShellVarContext current
150 ; Copy to the installation directory
151 SetOutPath "$INSTDIR"
152 File /x p8-usbcec-driver-installer.exe /x cec-config-gui.exe "..\build\*.exe"
153 SetOutPath "$INSTDIR\x64"
154 File /nonfatal /x cec-config-gui.exe "..\build\x64\*.exe"
156 !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
157 SetOutPath "$INSTDIR"
159 CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
161 CreateShortCut "$SMPROGRAMS\$StartMenuFolder\CEC Test client (x64).lnk" "$INSTDIR\x64\cec-client.x64.exe" \
162 "" "$INSTDIR\cec-client.x64.exe" 0 SW_SHOWNORMAL \
163 "" "Start the CEC Test client (x64)."
165 CreateShortCut "$SMPROGRAMS\$StartMenuFolder\CEC Test client.lnk" "$INSTDIR\cec-client.exe" \
166 "" "$INSTDIR\cec-client.exe" 0 SW_SHOWNORMAL \
167 "" "Start the CEC Test client."
169 !insertmacro MUI_STARTMENU_WRITE_END
173 Section "CEC configuration tool" SecCecConfig
174 SetShellVarContext current
177 ; Copy to the installation directory
178 SetOutPath "$INSTDIR"
179 File "..\build\cec-config-gui.exe"
180 SetOutPath "$INSTDIR\x64"
181 File /nonfatal "..\build\x64\cec-config-gui.exe"
183 !insertmacro MUI_STARTMENU_WRITE_BEGIN Application
184 SetOutPath "$INSTDIR"
186 CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
188 CreateShortCut "$SMPROGRAMS\$StartMenuFolder\CEC Adapter Configuration (x64).lnk" "$INSTDIR\x64\cec-config-gui.exe" \
189 "" "$INSTDIR\x64\cec-config-gui.exe" 0 SW_SHOWNORMAL \
190 "" "Start the CEC Adapter Configuration tool (x64)."
192 CreateShortCut "$SMPROGRAMS\$StartMenuFolder\CEC Adapter Configuration.lnk" "$INSTDIR\cec-config-gui.exe" \
193 "" "$INSTDIR\cec-config-gui.exe" 0 SW_SHOWNORMAL \
194 "" "Start the CEC Adapter Configuration tool."
196 !insertmacro MUI_STARTMENU_WRITE_END
200 !define REDISTRIBUTABLE_SECTIONNAME "Microsoft Visual C++ 2010 Redistributable Package"
201 Section "" SecVCRedist
202 SetShellVarContext current
206 ${If} $VSRedistInstalled != "Yes"
207 ; Download redistributable
208 SetOutPath "$TEMP\vc20XX"
210 NSISdl::download http://packages.pulse-eight.net/windows/vcredist_x64.exe vcredist_x64.exe
211 ExecWait '"$TEMP\vc20XX\vcredist_x64.exe" /q' $VSRedistSetupError
213 NSISdl::download http://packages.pulse-eight.net/windows/vcredist_x86.exe vcredist_x86.exe
214 ExecWait '"$TEMP\vc20XX\vcredist_x86.exe" /q' $VSRedistSetupError
216 RMDIR /r "$TEMP\vc20XX"
224 ReadRegDword $1 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{196BB40D-1578-3D01-B289-BEFC77A11A1E}" "Version"
226 StrCpy $VSRedistInstalled "Yes"
230 ReadRegDword $1 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DA5E371C-6333-3D8A-93A4-6FD5B20BCC6E}" "Version"
232 StrCpy $VSRedistInstalled "Yes"
236 ReadRegDword $1 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C1A35166-4301-38E9-BA67-02823AD72A1B}" "Version"
238 StrCpy $VSRedistInstalled "Yes"
242 ReadRegDword $1 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{F0C3E5D1-1ADE-321E-8167-68EF0DE699A5}" "Version"
244 StrCpy $VSRedistInstalled "Yes"
248 ReadRegDword $1 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{1D8E6291-B0D5-35EC-8441-6616F567A0F7}" "Version"
250 StrCpy $VSRedistInstalled "Yes"
254 ReadRegDword $1 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{88C73C1C-2DE5-3B01-AFB8-B46EF4AB41CD}" "Version"
256 StrCpy $VSRedistInstalled "Yes"
259 ${If} $VSRedistInstalled == "Yes"
260 !insertMacro UnSelectSection ${SecVCRedist}
261 SectionSetText ${SecVCRedist} ""
263 !insertMacro SelectSection ${SecVCRedist}
264 SectionSetText ${SecVCRedist} "${REDISTRIBUTABLE_SECTIONNAME}"
269 ;--------------------------------
274 SetShellVarContext current
276 Delete "$INSTDIR\AUTHORS"
277 Delete "$INSTDIR\*.exe"
278 Delete "$INSTDIR\ChangeLog"
279 Delete "$INSTDIR\COPYING"
280 Delete "$INSTDIR\*.dll"
281 Delete "$INSTDIR\*.lib"
282 Delete "$INSTDIR\x64\*.dll"
283 Delete "$INSTDIR\x64\*.lib"
284 Delete "$INSTDIR\x64\*.exe"
285 Delete "$INSTDIR\README"
286 Delete "$SYSDIR\libcec.dll"
288 Delete "$SYSDIR\libcec.x64.dll"
291 ; Uninstall the driver
292 ReadRegStr $1 HKLM "Software\Pulse-Eight\USB-CEC Adapter driver" ""
294 ExecWait '"$1\Uninstall.exe" /S _?=$1'
297 RMDir /r "$INSTDIR\include"
298 Delete "$INSTDIR\Uninstall.exe"
300 RMDir "$PROGRAMFILES\Pulse-Eight"
302 !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
303 Delete "$SMPROGRAMS\$StartMenuFolder\CEC Adapter Configuration.lnk"
305 Delete "$SMPROGRAMS\$StartMenuFolder\CEC Adapter Configuration (x64).lnk"
307 Delete "$SMPROGRAMS\$StartMenuFolder\CEC Test client.lnk"
309 Delete "$SMPROGRAMS\$StartMenuFolder\CEC Test client (x64).lnk"
311 Delete "$SMPROGRAMS\$StartMenuFolder\Uninstall Pulse-Eight USB-CEC Adapter software.lnk"
312 Delete "$SMPROGRAMS\$StartMenuFolder\Visit Pulse-Eight.url"
313 RMDir "$SMPROGRAMS\$StartMenuFolder"
315 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter sofware"
316 DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Pulse-Eight USB-CEC Adapter driver"
317 DeleteRegKey /ifempty HKLM "Software\Pulse-Eight\USB-CEC Adapter software"
318 DeleteRegKey /ifempty HKLM "Software\Pulse-Eight"