Bug 344490 - Implement silent and unattended installation for NSIS installer (forgot to check this in). r=sspitzer, approval1.8.1=beltzner for drivers

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203446 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rob_strong%exchangecode.com
2006-07-23 01:05:14 +00:00
parent 47ea1b5691
commit d1b6a138cd
2 changed files with 2 additions and 4 deletions

View File

@@ -65,8 +65,7 @@
; must not have additional arguments.
; To create a shortcut a shortcut must not already exist with the same name.
Function un.SetAccess
Call un.GetParameters
Pop $R0
${un.GetParameters} $R0
StrCpy $R1 "Software\Clients\StartMenuInternet\${FileMainEXE}\InstallInfo"
SetShellVarContext all ; Set $DESKTOP to All Users

View File

@@ -65,8 +65,7 @@
; must not have additional arguments.
; To create a shortcut a shortcut must not already exist with the same name.
Function un.SetAccess
Call un.GetParameters
Pop $R0
${un.GetParameters} $R0
StrCpy $R1 "Software\Clients\Mail\${BrandFullNameInternal}\InstallInfo"
SetShellVarContext all ; Set $DESKTOP to All Users