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:
authorSimon Clitherow <aphex@nildram.co.uk>2004-07-28 20:19:50 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2004-07-28 20:19:50 +0400
commitfe5e1301f629f4e9b8edef39b1d688d2fa89c763 (patch)
treeef3956118fdb51ef69f0a06ff650382db4907e2e /release/windows
parent846da79887d1277eab06ef5ce0189e9f5827d978 (diff)
- update for the win installer scripts ( added new scripts, etc ).
Diffstat (limited to 'release/windows')
-rw-r--r--release/windows/installer/00.blender.nsi29
-rw-r--r--release/windows/installer/00.sconsblender.nsi18
-rw-r--r--release/windows/installer/01.installer.bmpbin32280 -> 0 bytes
-rw-r--r--release/windows/installer/data.ini2
4 files changed, 21 insertions, 28 deletions
diff --git a/release/windows/installer/00.blender.nsi b/release/windows/installer/00.blender.nsi
index c1b8a4fa736..7c2a8ff8867 100644
--- a/release/windows/installer/00.blender.nsi
+++ b/release/windows/installer/00.blender.nsi
@@ -176,6 +176,9 @@ Var is2KXP
Function DataLocation
!insertmacro MUI_HEADER_TEXT "$(TEXT_IO_TITLE)" ""
+ ; Set default choice
+ !insertmacro MUI_INSTALLOPTIONS_WRITE "data.ini" "Field 3" "State" 1
+
StrCpy $R1 $winversion 2
StrCmp $R1 "NT" do_win2kxp
StrCmp $winversion "2000" do_win2kxp
@@ -184,15 +187,12 @@ Function DataLocation
;else...
Strcpy $is2KXP "false"
- !insertmacro MUI_INSTALLOPTIONS_WRITE "data.ini" "Field 3" "State" 1
Goto continue
do_win2kXP:
Strcpy $is2KXP "true"
- !insertmacro MUI_INSTALLOPTIONS_WRITE "data.ini" "Field 2" "State" 1
-
continue:
!insertmacro MUI_INSTALLOPTIONS_INITDIALOG "data.ini"
@@ -224,15 +224,6 @@ Function DataLocation
ReadEnvStr $BLENDERHOME "HOME"
Goto end
do_inst_path:
- Strcmp $is2KXP "true" warning
- Call SetWin9xPath
- Goto end
- warning:
- IfFileExists "$PROFILE\Application Data\Blender Foundation\Blender\.blender\.bfont.ttf" disp_warning
- Call SetWin9xPath
- Goto end
- disp_warning:
- MessageBox MB_OK "Please note that user data files have been found in $PROFILE\Application Data\Blender Foundation\Blender. Blender will automatically use these instead of the files in $INSTDIR. Please remove the .blender folder from Application Data if you wish to use this option."
Call SetWin9xPath
end:
@@ -263,18 +254,27 @@ Section "Blender-VERSION (required)" SecCopyUI
SetOutPath $BLENDERHOME\.blender\scripts
File DISTDIR\.blender\scripts\ac3d_export.py
File DISTDIR\.blender\scripts\ac3d_import.py
+ File DISTDIR\.blender\scripts\Apply_def.py
+ File DISTDIR\.blender\scripts\batch_name_edit.py
+ File DISTDIR\.blender\scripts\bevel_center.py
File DISTDIR\.blender\scripts\blender2cal3d.py
File DISTDIR\.blender\scripts\bvh_export.py
File DISTDIR\.blender\scripts\bvh_import.py
+ File DISTDIR\.blender\scripts\DirectX8Exporter.py
File DISTDIR\.blender\scripts\DirectXExporter.py
- File DISTDIR\.blender\scripts\disp_paint233f.py
+ File DISTDIR\.blender\scripts\disp_paint.py
+ File DISTDIR\.blender\scripts\doc_browser.py
File DISTDIR\.blender\scripts\fixfromarmature.py
+ File DISTDIR\.blender\scripts\hotkeys.py
+ File DISTDIR\.blender\scripts\kloputils.py
+ File DISTDIR\.blender\scripts\knife.py
File DISTDIR\.blender\scripts\lightwave_export.py
File DISTDIR\.blender\scripts\lightwave_import.py
File DISTDIR\.blender\scripts\mod_blender.py
File DISTDIR\.blender\scripts\mod_meshtools.py
File DISTDIR\.blender\scripts\nendo_export.py
File DISTDIR\.blender\scripts\nendo_import.py
+ File DISTDIR\.blender\scripts\obdatacopier.py
File DISTDIR\.blender\scripts\obj_export.py
File DISTDIR\.blender\scripts\obj_import.py
File DISTDIR\.blender\scripts\off_export.py
@@ -283,7 +283,9 @@ Section "Blender-VERSION (required)" SecCopyUI
File DISTDIR\.blender\scripts\radiosity_import.py
File DISTDIR\.blender\scripts\raw_export.py
File DISTDIR\.blender\scripts\raw_import.py
+ File DISTDIR\.blender\scripts\renameobjectbyblock.py
File DISTDIR\.blender\scripts\rvk1_torvk2.py
+ File DISTDIR\.blender\scripts\sel_same.py
File DISTDIR\.blender\scripts\slp_import.py
File DISTDIR\.blender\scripts\sysinfo.py
File DISTDIR\.blender\scripts\truespace_export.py
@@ -297,6 +299,7 @@ Section "Blender-VERSION (required)" SecCopyUI
File DISTDIR\.blender\scripts\wrl2export.py
SetOutPath $BLENDERHOME\.blender\bpydata
File DISTDIR\.blender\bpydata\readme.txt
+ File DISTDIR\.blender\bpydata\KUlang.txt
; Additional Languages files
SetOutPath $BLENDERHOME\.blender
diff --git a/release/windows/installer/00.sconsblender.nsi b/release/windows/installer/00.sconsblender.nsi
index f96cbd771af..bb7e2975547 100644
--- a/release/windows/installer/00.sconsblender.nsi
+++ b/release/windows/installer/00.sconsblender.nsi
@@ -175,6 +175,9 @@ Var is2KXP
Function DataLocation
!insertmacro MUI_HEADER_TEXT "$(TEXT_IO_TITLE)" ""
+
+ ; Set default choice
+ !insertmacro MUI_INSTALLOPTIONS_WRITE "data.ini" "Field 3" "State" 1
StrCpy $R1 $winversion 2
StrCmp $R1 "NT" do_win2kxp
@@ -184,15 +187,12 @@ Function DataLocation
;else...
Strcpy $is2KXP "false"
- !insertmacro MUI_INSTALLOPTIONS_WRITE "data.ini" "Field 3" "State" 1
Goto continue
do_win2kXP:
Strcpy $is2KXP "true"
- !insertmacro MUI_INSTALLOPTIONS_WRITE "data.ini" "Field 2" "State" 1
-
continue:
!insertmacro MUI_INSTALLOPTIONS_INITDIALOG "data.ini"
@@ -224,15 +224,6 @@ Function DataLocation
ReadEnvStr $BLENDERHOME "HOME"
Goto end
do_inst_path:
- Strcmp $is2KXP "true" warning
- Call SetWin9xPath
- Goto end
- warning:
- IfFileExists "$PROFILE\Application Data\Blender Foundation\Blender\.blender\.bfont.ttf" disp_warning
- Call SetWin9xPath
- Goto end
- disp_warning:
- MessageBox MB_OK "Please note that user data files have been found in $PROFILE\Application Data\Blender Foundation\Blender. Blender will automatically use these instead of the files in $INSTDIR. Please remove the .blender folder from Application Data if you wish to use this option."
Call SetWin9xPath
end:
@@ -256,8 +247,7 @@ Section "Blender-VERSION (required)" SecCopyUI
SetOutPath $BLENDERHOME\.blender\bpydata
File DISTDIR\.blender\bpydata\readme.txt
- SetOutPath $BLENDERHOME\.blender\locale\ca\LC_MESSAGES
- ;File DISTDIR\.blender\locale\ca\LC_MESSAGES\blender.mo
+ ; Language files
[LANGUAGECONTS]
SetOutPath $INSTDIR
diff --git a/release/windows/installer/01.installer.bmp b/release/windows/installer/01.installer.bmp
deleted file mode 100644
index 61c2becbebd..00000000000
--- a/release/windows/installer/01.installer.bmp
+++ /dev/null
Binary files differ
diff --git a/release/windows/installer/data.ini b/release/windows/installer/data.ini
index 1c19d987ade..d29efcc3fc9 100644
--- a/release/windows/installer/data.ini
+++ b/release/windows/installer/data.ini
@@ -11,7 +11,7 @@ Bottom=10
[Field 2]
Type=RadioButton
-Text=Use Application Data Directory (Recommended on Win2k/XP)
+Text=Use Application Data Directory (Win2k/XP only)
Left=0
Right=-1
Top=20