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

This commit is contained in:
rob_strong%exchangecode.com 2006-07-23 01:05:57 +00:00
Родитель 6ed817b3a7
Коммит 65d73cc926
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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