diff options
author | Signal Linden <signal@lindenlab.com> | 2023-04-10 17:39:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-10 17:39:34 -0700 |
commit | e9d2f57866e7e4dcb46b21bef525eb9955691578 (patch) | |
tree | 9043f2004ed8e39642aa625c17bc8e9b23e9cbd0 /indra/newview/installers/windows | |
parent | 53d4e69c514374622afb93f81067aaeec64a443b (diff) | |
parent | a0cdaa75a920861875b45207366d164cc8732842 (diff) |
Merge pull request #160 from secondlife/signal/contribuild
Cherry-pick basic build into contribute
Diffstat (limited to 'indra/newview/installers/windows')
-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
|