diff options
author | Dave Parks <davep@lindenlab.com> | 2023-04-06 18:59:01 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2023-04-06 18:59:01 -0500 |
commit | a6d03d1e98cc5e69d637115a568b242c97dcc475 (patch) | |
tree | 5fc8ee3f8a284a206f7f073b5d4ea238c0b943cb /indra/newview/installers/windows/installer_template.nsi | |
parent | b127e1bd12442953801eb6b53f052aa69d8ee580 (diff) | |
parent | 15a9a0e8db64c1435ebd45e88cf81c418f87a057 (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/installers/windows/installer_template.nsi')
-rw-r--r-- | indra/newview/installers/windows/installer_template.nsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/installers/windows/installer_template.nsi b/indra/newview/installers/windows/installer_template.nsi index 60e26274cb..778d32e66c 100644 --- a/indra/newview/installers/windows/installer_template.nsi +++ b/indra/newview/installers/windows/installer_template.nsi @@ -524,6 +524,7 @@ FunctionEnd ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Make sure the user can uninstall
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+/* Unused
Function un.CheckIfAdministrator
DetailPrint $(CheckAdministratorUnInstDP)
UserInfo::GetAccountType
@@ -535,6 +536,7 @@ lbl_is_admin: Return
FunctionEnd
+*/
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Function CheckWillUninstallV2
|