diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/installers/windows/installer_template.nsi | 17 | ||||
| -rwxr-xr-x | indra/newview/installers/windows/lang_zh.nsi | bin | 10144 -> 10154 bytes | 
2 files changed, 1 insertions, 16 deletions
| diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index 60e26274cb..ed37f541c8 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -507,7 +507,7 @@ Call un.UserSettingsFiles  SectionEnd
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 -;; Make sure the user can install
 +;; Make sure the user can install/uninstall
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  Function CheckIfAdministrator
      DetailPrint $(CheckAdministratorInstDP)
 @@ -522,21 +522,6 @@ lbl_is_admin:  FunctionEnd
  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 -;; Make sure the user can uninstall
 -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 -Function un.CheckIfAdministrator
 -    DetailPrint $(CheckAdministratorUnInstDP)
 -    UserInfo::GetAccountType
 -    Pop $R0
 -    StrCmp $R0 "Admin" lbl_is_admin
 -        MessageBox MB_OK $(CheckAdministratorUnInstMB)
 -        Quit
 -lbl_is_admin:
 -    Return
 -
 -FunctionEnd
 -
 -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  ;; Function CheckWillUninstallV2               
  ;;
  ;; If called through auto-update, need to uninstall any existing V2 installation.
 diff --git a/indra/newview/installers/windows/lang_zh.nsi b/indra/newview/installers/windows/lang_zh.nsiBinary files differ index 7922d9df52..0985663041 100755 --- a/indra/newview/installers/windows/lang_zh.nsi +++ b/indra/newview/installers/windows/lang_zh.nsi | 
