mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
Change uninstaller display name
This commit is contained in:
parent
052f125bda
commit
76a6e59c8d
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Project: OpenPilot
|
# Project: OpenPilot
|
||||||
# NSIS configuration file for OpenPilot GCS
|
# NSIS configuration file for OpenPilot GCS
|
||||||
# The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2010-2014.
|
# The OpenPilot Team, http://www.openpilot.org, Copyright (C) 2010-2015.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -71,7 +71,7 @@
|
|||||||
VIAddVersionKey "Comments" "${INSTALLER_NAME}. ${BUILD_DESCRIPTION}"
|
VIAddVersionKey "Comments" "${INSTALLER_NAME}. ${BUILD_DESCRIPTION}"
|
||||||
VIAddVersionKey "CompanyName" "The OpenPilot Team, http://www.openpilot.org"
|
VIAddVersionKey "CompanyName" "The OpenPilot Team, http://www.openpilot.org"
|
||||||
VIAddVersionKey "LegalTrademarks" "${PRODUCT_NAME} is a trademark of The OpenPilot Team"
|
VIAddVersionKey "LegalTrademarks" "${PRODUCT_NAME} is a trademark of The OpenPilot Team"
|
||||||
VIAddVersionKey "LegalCopyright" "© 2010-2014 The OpenPilot Team"
|
VIAddVersionKey "LegalCopyright" "© 2010-2015 The OpenPilot Team"
|
||||||
VIAddVersionKey "FileDescription" "${INSTALLER_NAME}"
|
VIAddVersionKey "FileDescription" "${INSTALLER_NAME}"
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
@ -92,7 +92,7 @@
|
|||||||
;--------------------------------
|
;--------------------------------
|
||||||
; Branding
|
; Branding
|
||||||
|
|
||||||
BrandingText "© 2010-2014 The OpenPilot Team, http://www.openpilot.org"
|
BrandingText "© 2010-2015 The OpenPilot Team, http://www.openpilot.org"
|
||||||
|
|
||||||
!define MUI_ICON "${NSIS_DATA_TREE}\resources\openpilot.ico"
|
!define MUI_ICON "${NSIS_DATA_TREE}\resources\openpilot.ico"
|
||||||
!define MUI_HEADERIMAGE
|
!define MUI_HEADERIMAGE
|
||||||
@ -296,7 +296,7 @@ Section ; create uninstall info
|
|||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "UninstallString" '"$INSTDIR\Uninstall.exe"'
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "UninstallString" '"$INSTDIR\Uninstall.exe"'
|
||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "DisplayIcon" '"$INSTDIR\bin\openpilotgcs.exe"'
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "DisplayIcon" '"$INSTDIR\bin\openpilotgcs.exe"'
|
||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "Publisher" "OpenPilot Team"
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "Publisher" "OpenPilot Team"
|
||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "DisplayVersion" "Mini Me"
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "DisplayVersion" "Ragin’ Cajun"
|
||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "URLInfoAbout" "http://www.openpilot.org"
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "URLInfoAbout" "http://www.openpilot.org"
|
||||||
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "HelpLink" "http://wiki.openpilot.org"
|
WriteRegStr HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "HelpLink" "http://wiki.openpilot.org"
|
||||||
WriteRegDWORD HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "EstimatedSize" 100600
|
WriteRegDWORD HKCU "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenPilot" "EstimatedSize" 100600
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# *****************************************************************************
|
# *****************************************************************************
|
||||||
#
|
#
|
||||||
# @file ${OUTFILENAME}
|
# @file ${OUTFILENAME}
|
||||||
# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011.
|
# @author The OpenPilot Team, http://www.openpilot.org Copyright (C) 2011-2015.
|
||||||
# @brief Autogenerated NSIS header file, built using template
|
# @brief Autogenerated NSIS header file, built using template
|
||||||
# ${TEMPLATE}
|
# ${TEMPLATE}
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user