Bug 1841167 - Change company info and url in nsis installer. r=IanN

This commit is contained in:
Frank-Rainer Grahl 2023-10-29 19:33:42 +01:00
Родитель 858177c2fb
Коммит 1bb1a6bf67
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -6,8 +6,8 @@
# BrandFullNameInternal is used for some registry and file system values
# instead of BrandFullName and typically should not be modified.
!define BrandFullNameInternal "SeaMonkey"
!define CompanyName "mozilla.org"
!define URLInfoAbout "http://www.mozilla.org"
!define CompanyName "SeaMonkey e.V."
!define URLInfoAbout "http://www.seamonkey-project.org"
!define URLUpdateInfo "http://www.seamonkey-project.org"
!define URLSystemRequirements "http://www.seamonkey-project.org/doc/system-requirements"

Просмотреть файл

@ -654,7 +654,7 @@
${WriteRegStr2} $1 "$0" "DisplayName" "${BrandFullNameInternal} ${AppVersion} (${ARCH} ${AB_CD})" 0
${WriteRegStr2} $1 "$0" "DisplayVersion" "${AppVersion}" 0
${WriteRegStr2} $1 "$0" "InstallLocation" "$8" 0
${WriteRegStr2} $1 "$0" "Publisher" "Mozilla" 0
${WriteRegStr2} $1 "$0" "Publisher" "${CompanyName}" 0
${WriteRegStr2} $1 "$0" "UninstallString" "$8\uninstall\helper.exe" 0
${WriteRegStr2} $1 "$0" "URLInfoAbout" "${URLInfoAbout}" 0
${WriteRegStr2} $1 "$0" "URLUpdateInfo" "${URLUpdateInfo}" 0