aboutsummaryrefslogtreecommitdiffstats
path: root/win32-installer.nsi
Commit message (Collapse)AuthorAgeFilesLines
* Updated windows build dependencies:Olivier Tilloy2010-08-251-1/+1
| | | | | • exiv2 0.19 → 0.20 • python 2.6.5 → 2.7 • boost 1.43.0 → 1.44.0
* Bumped version number to 0.2.2.Olivier Tilloy2010-05-271-1/+1
|
* Add the new preview module to the build rules.Olivier Tilloy2010-05-261-0/+1
|
* Bumped version number to 0.2.1.Olivier Tilloy2010-04-261-1/+1
|
* The user site directory is always for the current user only.Olivier Tilloy2010-03-241-12/+21
| | | Python is unable to find modules installed in %APPDATA% for "All Users".
* Refuse to install if Python was installed for all users and the user is not ↵Olivier Tilloy2010-03-231-1/+11
| | | | an admin.
* License and copyright header in the installer script.Olivier Tilloy2010-03-231-1/+16
|
* Comments in the installer script.Olivier Tilloy2010-03-231-0/+16
|
* Add a silent uninstaller.Olivier Tilloy2010-03-231-3/+5
|
* pyexiv2 version as a define.Olivier Tilloy2010-03-231-9/+11
|
* Python version as a define.Olivier Tilloy2010-03-231-3/+5
|
* Follow python's installation policy (all users or current user only).Olivier Tilloy2010-03-231-10/+32
|
* Custom page to select where to install pyexiv2.Olivier Tilloy2010-03-231-5/+39
|
* Better compression.Olivier Tilloy2010-03-221-0/+1
|
* Display the icon in the "Add/Remove programs" entry.Olivier Tilloy2010-03-221-0/+1
|
* Use a define instead of a variable to store the registry key.Olivier Tilloy2010-03-221-9/+8
|
* Added an icon to the (un)installerOlivier Tilloy2010-03-221-0/+3
|
* Add an entry to uninstall pyexiv2 in "Add/Remove Programs".Olivier Tilloy2010-03-221-1/+16
|
* Write an uninstaller.Olivier Tilloy2010-03-221-5/+16
|
* Detect python installation at init.Olivier Tilloy2010-03-221-13/+16
|
* Search python installed for the current user only.Olivier Tilloy2010-03-221-13/+16
| | | Abort and quit if python not found.
* Retrieve python's installation path from the registry.Olivier Tilloy2010-03-221-5/+9
| | | Removed the final screen.
* First draft of an NSIS installer script for windows (basic but functional).Olivier Tilloy2010-03-211-0/+27