NSIS: Miscellaneous Logray fixes

[skip ci]
This commit is contained in:
Gerald Combs 2024-02-01 09:47:27 -08:00
parent 3d49e841a6
commit c8a2abdcf0
3 changed files with 4 additions and 2 deletions

View File

@ -23,7 +23,7 @@ ManifestDPIAware true
!define DISPLAY_NAME "${PROGRAM_NAME} ${VERSION} ${WIRESHARK_TARGET_PLATFORM}"
Name "${DISPLAY_NAME}"
!define PROGRAM_FULL_NAME "The ${PROGRAM_NAME} Log Analyzer"
!define PROGRAM_FULL_NAME "The ${PROGRAM_NAME} System Call and Log Analyzer"
!define PROGRAM_NAME_PATH "${PROGRAM_NAME}.exe"
!define UNINSTALLER_NAME "uninstall-logray.exe"

View File

@ -32,3 +32,5 @@
#cmakedefine SMI_DIR "@SMI_DIR@"
#cmakedefine QT_DIR "@QT_DIR@"
#cmakedefine ENABLE_SIGNED_NSIS

View File

@ -439,7 +439,7 @@ Section "-Required"
SetShellVarContext all
SetOutPath $INSTDIR
WriteUninstaller "${STAGING_DIR}\${UNINSTALLER_NAME}"
WriteUninstaller "$INSTDIR\${UNINSTALLER_NAME}"
File "${STAGING_DIR}\libwiretap.dll"
File "${STAGING_DIR}\libwireshark.dll"
File "${STAGING_DIR}\libwsutil.dll"