We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496b103 commit ad9982aCopy full SHA for ad9982a
browser/installer/windows/nsis/shared.nsh
@@ -915,7 +915,7 @@ ${RemoveDefaultBrowserAgentShortcut}
915
${WriteRegStr2} $1 "$0" "DisplayVersion" "${AppVersion}" 0
916
${WriteRegStr2} $1 "$0" "HelpLink" "${HelpLink}" 0
917
${WriteRegStr2} $1 "$0" "InstallLocation" "$8" 0
918
- ${WriteRegStr2} $1 "$0" "Publisher" "Mozilla" 0
+ ${WriteRegStr2} $1 "$0" "Publisher" "${CompanyName}" 0
919
${WriteRegStr2} $1 "$0" "UninstallString" "$\"$8\uninstall\helper.exe$\"" 0
920
DeleteRegValue SHCTX "$0" "URLInfoAbout"
921
; Don't add URLUpdateInfo which is the release notes url except for the release
0 commit comments