Bug 351917 - Create NSIS installer for SeaMonkey (suiterunner) - Sync bug 384350 rev2. r=mcsmurf
git-svn-id: svn://10.0.0.236/trunk@231950 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -193,8 +193,6 @@
|
||||
${StrFilter} "${FileMainEXE}" "+" "" "" $R9
|
||||
|
||||
StrCpy $0 "Software\Clients\StartMenuInternet\$R9"
|
||||
; Remove existing keys so we only have our settings
|
||||
DeleteRegKey HKLM "$0"
|
||||
WriteRegStr HKLM "$0" "" "${BrandFullName}"
|
||||
|
||||
WriteRegStr HKLM "$0\DefaultIcon" "" "$8,0"
|
||||
@@ -260,9 +258,6 @@
|
||||
GetFullPathName $6 "$INSTDIR\mozMapi32.dll"
|
||||
|
||||
StrCpy $0 "Software\Clients\Mail\${BrandFullNameInternal}"
|
||||
; Remove existing keys so we only have our settings
|
||||
DeleteRegKey HKLM "$0"
|
||||
|
||||
WriteRegStr HKLM "$0" "" "${BrandFullNameInternal}"
|
||||
WriteRegStr HKLM "$0\DefaultIcon" "" "$8,0"
|
||||
WriteRegStr HKLM "$0" "DLLPath" "$6"
|
||||
@@ -332,9 +327,6 @@
|
||||
; News
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
StrCpy $0 "Software\Clients\News\${BrandFullNameInternal}"
|
||||
; Remove existing keys so we only have our settings
|
||||
DeleteRegKey HKLM "$0"
|
||||
|
||||
WriteRegStr HKLM "$0" "" "${BrandFullNameInternal}"
|
||||
WriteRegStr HKLM "$0\DefaultIcon" "" "$8,0"
|
||||
WriteRegStr HKLM "$0" "DLLPath" "$6"
|
||||
|
||||
Reference in New Issue
Block a user