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:
Diffstat (limited to 'release/windows/installer/00.sconsblender.nsi')
-rw-r--r--release/windows/installer/00.sconsblender.nsi7
1 files changed, 2 insertions, 5 deletions
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index 68d884beb68..f58a98c2136 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -3,21 +3,18 @@
;
; Blender Self-Installer for Windows (NSIS - http://nsis.sourceforge.net)
;
-; Requires the MoreInfo plugin - http://nsis.sourceforge.net/MoreInfo_plug-in
-;
SetCompressor /SOLID lzma
Name "Blender [VERSION]"
-!define MULTIUSER_EXECUTIONLEVEL Admin
+RequestExecutionLevel admin
!include "MUI.nsh"
!include "WinVer.nsh"
!include "FileFunc.nsh"
!include "WordFunc.nsh"
!include "nsDialogs.nsh"
-!include "MultiUser.nsh"
!include "x64.nsh"
!define MUI_ABORTWARNING
@@ -206,7 +203,7 @@ Section "Add Desktop Shortcut" DesktopShortcut
SectionEnd
Section "Open .blend files with Blender" BlendRegister
-ExecWait '"$INSTDIR\blender.exe" -r'
+ ExecWait '"$INSTDIR\blender.exe" -r'
SectionEnd
UninstallText "This will uninstall Blender [VERSION], and all installed files. Before continuing make sure you have created backup of all the files you may want to keep: startup.blend, bookmarks.txt, recent-files.txt. Hit 'Uninstall' to continue."