Warning, /graphics/digikam/project/bundles/mxe/installer/TODO is written in an unsupported language. File is not indexed.
0001 0002 - Register digiKam so that it can be run when one plug a usb mass storage or a camera. 0003 0004 - Support multiple user install (non-administrator install) 0005 see: http://nsis.sourceforge.net/Add_uninstall_information_to_Add/Remove_Programs 0006 0007 - Support quiet (silent?) install/uninstall 0008 0009 - Internationalize LockedList windows - see LameXP: 0010 http://lamexp.git.sourceforge.net/git/gitweb.cgi?p=lamexp/lamexp;a=blob;f=etc/NSIS/setup.nsi;hb=HEAD 0011 0012 - Internationalize prior installation notification - see VLC: 0013 http://nsis.sourceforge.net/VLC_media_player 0014 0015 Remarks: 0016 0017 - To fix the warning when running the installer/uninstaller one need to sign the .exe, this would require to buy a 900$ certificate ! 0018 - Unlike the MacOS PKG, the release notes contents cannot be included as well in installer dialog, as HTML is not supported. 0019 A separated link to Finish Page must be used instead.