- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
P2: Important
 - 
    4.5.2
 
- 
        
 - 
        84c6eb224 (master)
 - 
        Qt Installer Sprint 79
 
Steps to reproduce:
- create offline installer that includes component A version 1.0.0
	
- package/data directory contains installcontent.txt with some data
 - data is not yet 7zipped
 
 - create repository with component A version 2.0.0
	
- package/data directory contains installcontent.txt with some different data
 - data is not yet 7zipped
 
 - start offline installer and add the repository under "User selected repositories"
 - install component A with the created offline installer
	
- from the installation log, it can be seen that extract operations were performed for both the 1.0.0 and 2.0.0 archives
 - the installed file is from either of the archives, as they contain the same filename
 
 
Expected result:
- only the archives for 2.0.0 were extracted