mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-27 18:51:54 +00:00
[idd] installer: fix ivshmem driver installation
This commit is contained in:
@@ -39,6 +39,7 @@ ManifestDPIAware true
|
|||||||
Target AMD64-Unicode
|
Target AMD64-Unicode
|
||||||
InstallDir "$PROGRAMFILES\Looking Glass (IDD)"
|
InstallDir "$PROGRAMFILES\Looking Glass (IDD)"
|
||||||
!else
|
!else
|
||||||
|
!include "x64.nsh"
|
||||||
InstallDir "$PROGRAMFILES64\Looking Glass (IDD)"
|
InstallDir "$PROGRAMFILES64\Looking Glass (IDD)"
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
@@ -140,7 +141,13 @@ Section "-IVSHMEM Driver"
|
|||||||
File /nonfatal ..\ivshmem\ivshmem.pdb
|
File /nonfatal ..\ivshmem\ivshmem.pdb
|
||||||
|
|
||||||
DetailPrint "Installing IVSHMEM driver"
|
DetailPrint "Installing IVSHMEM driver"
|
||||||
|
!ifdef BUILD_32BIT
|
||||||
|
${DisableX64FSRedirection}
|
||||||
|
!endif
|
||||||
nsExec::ExecToLog '"$SYSDIR\pnputil.exe" /add-driver "$INSTDIR\ivshmem.inf" /install'
|
nsExec::ExecToLog '"$SYSDIR\pnputil.exe" /add-driver "$INSTDIR\ivshmem.inf" /install'
|
||||||
|
!ifdef BUILD_32BIT
|
||||||
|
${EnableX64FSRedirection}
|
||||||
|
!endif
|
||||||
${EndIf}
|
${EndIf}
|
||||||
SectionEnd
|
SectionEnd
|
||||||
!endif
|
!endif
|
||||||
|
|||||||
Reference in New Issue
Block a user