Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/windows/installer/00.sconsblender.nsi2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index f58a98c2136..2a37f7f6ba6 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -88,7 +88,6 @@ Var HWND_HOMEDIR
Function .onInit
ClearErrors
- !insertmacro MULTIUSER_INIT ; Checks if user has admin rights
StrCpy $SHORTVERSION "[SHORTVERSION]"
${If} ${RunningX64}
@@ -104,7 +103,6 @@ Function .onInit
FunctionEnd
Function un.onInit
- !insertmacro MULTIUSER_UNINIT
FunctionEnd
Function DataLocation