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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user