mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 10:28:08 +00:00
[idd] installer: fix copy pasta from host installer
This commit is contained in:
@@ -182,9 +182,9 @@ Section "!Indirect Display Driver (IDD)" Section1
|
|||||||
"DisplayIcon" "$\"$INSTDIR\icon.ico$\""
|
"DisplayIcon" "$\"$INSTDIR\icon.ico$\""
|
||||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (IDD)" \
|
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (IDD)" \
|
||||||
"NoRepair" "1"
|
"NoRepair" "1"
|
||||||
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (host)" \
|
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (IDD)" \
|
||||||
"NoModify" "1"
|
"NoModify" "1"
|
||||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (host)" \
|
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (IDD)" \
|
||||||
"DisplayVersion" ${VERSION}
|
"DisplayVersion" ${VERSION}
|
||||||
|
|
||||||
!insertmacro StopLGIddHelper
|
!insertmacro StopLGIddHelper
|
||||||
@@ -210,10 +210,8 @@ Section "Uninstall" Section6
|
|||||||
DetailPrint "Clean up helper service"
|
DetailPrint "Clean up helper service"
|
||||||
nsExec::Exec 'sc.exe delete LGIddHelper'
|
nsExec::Exec 'sc.exe delete LGIddHelper'
|
||||||
|
|
||||||
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (host)"
|
DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Looking Glass (IDD)"
|
||||||
Delete "$INSTDIR\uninstaller.exe"
|
Delete "$INSTDIR\uninstaller.exe"
|
||||||
Delete "$INSTDIR\looking-glass-host.exe"
|
|
||||||
Delete "$INSTDIR\looking-glass-host.pdb"
|
|
||||||
Delete "$INSTDIR\ivshmem.cat"
|
Delete "$INSTDIR\ivshmem.cat"
|
||||||
Delete "$INSTDIR\ivshmem.inf"
|
Delete "$INSTDIR\ivshmem.inf"
|
||||||
Delete "$INSTDIR\ivshmem.sys"
|
Delete "$INSTDIR\ivshmem.sys"
|
||||||
|
Reference in New Issue
Block a user