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
AgeCommit message (Collapse)Author
2012-04-25Enable building of the installer with MinGW-w64, patch by Caleb Joseph ↵Antony Riakiotakis
(Dobz) thanks a lot!
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-06-01Fix #27481: windows uninstaller could remove files unrelated to blenderBrecht Van Lommel
when installing to a folder that already existed. Now the uninstaller will remove only the files it has installed, and leave any other files in the installation directory intact.
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
* Windows installer not working for non-admin users and multiple users * Addon scripts not installing next to user configuration * Portable install not being taken into account in all places The main problem was the windows installer was installing system scripts in AppData next to the user configuration directory, which is not shared between users. Now these are installed in ProgramFiles, and only addon scripts added by the users go to AppData. On all platforms, addon scripts were sometimes getting installed between system scripts, because the scripts folder in the executable directory was given precedence over the user configuration folder, that is no longer done now. So addons now behave like user configuration, they are preserved even if you download a newer build of the same blender version. If you have an installation of 2.57 on windows, the addon install location will not change until we do the version bump to 2.58, to avoid conflicts with the existing the installed 2.57 version. The old behavior of giving precedence to the local folder was done to support portable install, where all configuration is written to the local folder. This is now implemented differently: if and only if a "config" folder exists in the local folder, portable install will be assumed, and files will only be written to that local folder.
2011-05-09set svn end of lines to nativeCampbell Barton
2011-04-13Remove unnecessary lines.v2.57Nathan Letwory
2011-04-12small patch from Dobz to clean up non-functional multiuser code for now, and ↵Nathan Letwory
ensure admin level is requested on starting.
2011-03-29Apply [#26044] Windows thumbnails and improved filetype registrationNathan Letwory
submitted by Tom Edwards Fix [#25473] 64bit Windows installer for version 2.56 is not working patch submitted by Caleb (Dobz) The thumbnail patch adds a thumb handler DLL that adds .blend thumbnail support in Windows Explorer. A -r option is added to do registration in background. The patch also improves icon building and metadata for blender.exe. Caleb fixes and cleans up our installer to an acceptable state. The patch uses the new -r option to do the .blend extension and thumbnailer registration. Thanks to both Caleb and Tom for their efforts!
2010-12-27By default install to the user profile instead of Program Files. This ↵Nathan Letwory
because right now the installer runs in user mode, not elevated to admin. Otherwise users can't install to the default which used to be Program Files, which causes more problems than necessary. Although unconventional location, probably currently a better solution. Network admins etc. can override install location on command-line. NSIS docs tell how.
2010-12-27Run installer with user level permission by default.Nathan Letwory
2010-11-15Fix [#24552] Exception when starting Blender on Windows XP SP3Nathan Letwory
Reported by Ruud van Eeghem Instead of running vcredist, which can fail when installing as normal user, have the DLLs like our zip distribution bundled already inside install dir.
2010-10-27Fix [#24053] 64-bit Windows installer installs keys to 32-bit registryNathan Letwory
Reported and patch-suggestion by George Pollard
2010-10-27Some improvements to the uninstaller part:Nathan Letwory
* don't just recursively delete $BLENDERHOME * seperately ask confirmation for recursive deleting contents of: - $BLENDERHOME\$SHORTVERSION\plugins - $BLENDERHOME\$SHORTVERSION\scripts - $BLENDERHOME\$SHORTVERSION\config * Have clear warnings about files going to be deleted
2010-09-07Windows Installer:Thomas Dinges
* Remove text "(Requires Windows 2000 or better)", as we don't support Windows 2000 anymore. * Fixed link in Help.url
2010-07-08=== Windows installer ===Nathan Letwory
* cleanup link section for Start Menu
2010-07-07=== Windows Installer ===Nathan Letwory
* have nice image also in uninstaller * ensure we can remove start menu links
2010-07-06=== Windows Installer ===Nathan Letwory
Make sure for win64 version of Blender that we set default install dir to $PROGRAMFILES64 and keep win32 version to $PROGRAMFILES32. Reported on Graphicall.org by Robroy
2010-07-06=== Windows Installer ===Nathan Letwory
* add info about bitness: 32bit, 64bit or mingw-build
2010-07-06Waste less memory ;)Nathan Letwory
2010-07-06=== Windows Installer ===Nathan Letwory
* Proper deletion of install dir - everything under it will be gone * Ask if config/userdata can be removed and act accordingly. If selected, everything under user/config dir (BLENDERHOME) will be gone. * The installer now will automatically update vc runtime To be able to properly create an installer, you need: - NSIS, and the MoreInfo plugin for NSIS. Make sure NSIS is in your path - Set in your user-config.py BF_VCREDIST full path to the redist you have. Note: this works only with SCons.
2010-07-05* use blender_decimal_version() in places where '.blender/' was still being usedNathan Letwory
* simplify the NSIS file creation (and add those files back). NOTE: The installer is still pretty much WIP, tomorrow more improvements.
2009-06-012.5Ton Roosendaal
Cleanup commit: - Yafray removed. Also did cmake/scons files, but didn't compile with it, so test would be appreciated :) - Removed old crap from Windows release dir, should be checked on further by windows release builder later.
2008-10-15== windows installer ==Andrea Weikert
small update for release 2.48 - no need to re-tag
2008-10-14=== Installer (win32) ===v2.48Nathan Letwory
* Fix for [#17651] Silent Install Issue - make sure silent install is really silent ( /S on command-line) * Improve installer to check for msvc90.dll * Improve installer to check for py 25 install (using registry)
2008-07-03Window Installer:Simon Clitherow
A couple of fixes: - uninstaller now deletes itself (oops! :) - uninstaller now correctly locates \.blender for removal.
2008-05-30Reverted win installer to give 'current user' option only for Application Data.Simon Clitherow
Added shfolder.lib linking for win9x SHGetFolderPath() support.
2008-04-21Bug fix for 8634, 6708, and 5989Simon Clitherow
This replaces the hard-coded '%PROFILE%\Application Data\..." path with the correct language-dependant CSIDL_APPDATA. PLEASE NOTE! Checks for the previous location have now been REMOVED. Any data saved in the old hard-coded location will no longer be found by Blender (this will only affect users of non-english windows.) The installer has been updated to help the user to migrate their data to the new location of their choice, if necessary. Order of preference for .blender on windows is now the following: 1) %HOME% environment var 2) Installation Directory (location of blender.exe) 3) "Current User" (CSIDL_APPDATA) 4) "All Users" (CSIDL_COMMON_APPDATA)
2008-03-02NSIS Installer:Simon Clitherow
Committing the changes used for 2.45 and the upcoming 2.46 release :) (Better late than never!)
2007-05-31=== SCons ===Nathan Letwory
* Finally cleaned up the NSIS installer creation process This is now a proper action and command, with simple printout The 'nsis' target (only on Windows) now properly depends on all the build process, and will be done as very last. * Make LZMA (Solid) default compressor for installer (= the best)
2007-05-06Added a check to installer for runtime dlls required to run blender. IfSimon Clitherow
not found on their system, it will open a browser window to point them at the download site. DEV NOTES: Anyone building the NSIS installer will need the Moreinfo plugin - http://nsis.sourceforge.net/MoreInfo_plug-in
2007-02-15Added windows NSIS installer script to scons. Not pretty, but it works :)Simon Clitherow
To use: Make sure NSIS is in your %PATH% and type 'scons nsis' It doesn't currently compile blender first, so make sure you do a normal 'scons' before this.
2005-11-02updated scons win32 installer script - uninstalling gives option to keep or ↵Simon Clitherow
remove .blender/scripts folder.
2005-06-10scons wininst includes now plugins\include in the installerNathan Letwory
2005-04-16Updating build systems: folder release/bpydata/ moved to ↵Willian Padovani Germano
release/scripts/bpydata/ It seemed trivial enough, so I updated all systems (makefiles, xcode, scons, scons win installer), please complain if something went wrong. Mostly it was just removing release/bpydata references, since the release/scripts dir is already worked on recursevely, handling dirs inside it. For the scons nsi file writer script I had to write code for each new dir, but it can be recoded recursively, too (in fact joining all release stuff in a single dir tree with nothing else would be a good idea, making installation code simpler). Since it's just python and I have a little more time now, I can help scons managers if they still need. Thanks Campbell Barton for reporting.
2004-08-02* make sure all contents of bpydata are included in installer and archivesNathan Letwory
2004-08-02- added missing py scripts to the non-sconsered NSIS installer scriptSimon Clitherow
- uninstall files now done semi-automatic for 'scons wininst'
2004-07-28- added python23.zip & zlib.pyd (bundled python modules for Win32)Simon Clitherow
provided by IanWill (thanks!) - updated build systems to suit
2004-07-28- update for the win installer scripts ( added new scripts, etc ).Simon Clitherow
2004-07-14* the installer script so you can do 'scons wininst' (on win32 only, of course)Nathan Letwory
This installer script is modified from the original one so that the SConstruct will dynamically add the files that need to go into the installer. This means that adding a script to release/scripts will automatically put it in the installer. Also, adding new resource files in bin/.blender/ will make sure that those get added to the installer.