Bug 1841167 - Change company info and url in nsis installer. r=IanN
This commit is contained in:
Родитель
858177c2fb
Коммит
1bb1a6bf67
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче