//If this file is not displayed correctly, open it with notepad++

// Language:
update language files
check control size for other languages

// Unpacker changes:
7z support for nifs, fat, vhd, mbr?, mslz?, APM?
dll for ace extraction?


// New unpackers
lrzip? - http://ck.kolivas.org/apps/lrzip/
sqx
paq, zpaq
lz
mdf, mds images
http://tlwiki.org/index.php?title=Tools


// New formats


// Extraction logic updates
Add cleanup function call if necessary
Disable _Run function's pattern search for extractors that do not provide percentage indicators
Use definition files instead of hardcoded mapping if possible
additional file types for arc_conv, ffmpeg


// Usability:
inno: percentage indicator fixed?
arj percentage indicator //tee problem


// Bugs
Extracting to C:/ creates file in @ScriptDir
Unicode files are not moved to outdir if using unpack() function
is6cab extractor might crash ('... is not working anymore'), resulting in batch processing stop


// Other:
Logging: quickbms, Crage
'Extract as' command line parameter (call extract directly with $arctype as param) + GUI if nothing passed


// Short term


// Long Term
investigate archive listing - req 44 // Add file list display for extractors that support it, create command line parameter, include into context menu
smart extraction - archive contains: single file/folder -> file dir; multiple files -> sub dir; folder with same name as filedir && filedir only contains archive -> files into filedir
include tridscan gui?
ntlea?


// Known bugs:
Converting to iso failes when iso file already exists (helper binary not terminating correctly)
Overwriting files in general depends on extractor (sometimes asks, sometimes overwrites without asking)
Error messages appear sometimes althought extracted correctly
7z generic .exe extraction mostly results in not useful files //not a bug
batch mode might stop depending on the extractor, when user input is needed //make sure files do not exist before starting batch mode to avoid this
qbms process seems to hang (with increased cpu usage) on large files with gaup_pro plugin (confirmed for null bytes, image file; might continue after a long time?)

!!Compiling 64 bit version results in drag & drop application error!!


//Not supported Installers/Archives:
Deploymaster - http://www.deploymaster.com
Anything from Clickteam //grrr...
Spoon Installer - http://legroom.net/node/842
Astrum InstallWizard - http://www.thraexsoftware.com
LiberalInstaller
BitRock InstallBuilder
Long Range Zip (lrzip)


// Not necessary/declined:
Incorporate output within AutoIt GUI rather than spawning external shell(s)   //possibility to hide cmd windows implemented
Add option to copy rather than move temporary files - 439
7z support for swf, flv?    //not useful --> alternative implemented
new formats? - MultiExtractor - 395	//license
support LiberalInstaller - 562 (probably not possible)   //no sample files, no unpacker available
vmunpacker - packed file decompressor (http://unpacking.narod.ru/unpackers/universal/VMUnpacker1.2.rar)
LinMSI - req 51   //added jsMSI from same developer (http://www.jsware.net/jsware/msicode.php3)
new formats? - Dragon UnPACKer, Game Extractor, Quick Unpack - 405 //limited usefullness, no command line interface, license
include menu bar in dropzone for files //doesn't seem possible, aim better :)
fix height of Program Options UI in installer - add vertical scrollbar? //removed
new CD image converter - http://iat.berlios.de/ - 832
replace booz with unzoo (http://archives.math.utk.edu/software/multi-platform/gap/util/unzoo.c) //"LZD not yet implemented" error
TTComp archive data decompressor (http://www.exelana.com/techie/c/ttdecomp.html) //output mostly unusable, only one single file extractable
FileGetSize Caching --> http://www.autoit.de/index.php?page=Thread&threadID=31765 //There seems to be no fast enough and reliable way to do that
jsmsi: .cab not found // extractor only used as fallback on older systems


// Done:
add option to not display foreground extraction box?
add option to open destination folder after extraction - comment 193
force "completed" message box to always be on top - 431
add option to delete after successful extraction?  - req 51
GUI options for new preferences
support multiple file extraction - 502
add useful functionality to tray icon? - 503
message box icons
Exeinfo PE as replacement for PEiD - req 51
UPX check before the other tests
7z sfx script extraction - req 46
possibility to send feedback
remove i*comp? - http://www.msfn.org/board/topic/136743-zddll-license/
add unshield.exe for InstallShield cabs - 558
store window position between starts?
version log of helper binaries
add association options to UniExtract in addition to installer
improve context menu integration in Windows 7 - req 51
add cascaded context menu (what about cmenu?) - 447, 524   //win 7 only
unicode support
change to http://www.totalcmd.net/plugring/MhtUnPack.html
support .dmg with DMGExtractor. - 738
support to convert and extract .daa files (PowerIso compressed iso format) (http://aluigi.altervista.org/mytoolz.htm#both)
separate associated file types for Windows Explorer sorting? - comment 116
leave uniextract open after extraction - req 48
fix word order support for translations

