﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3185	Multiple FileInstall not working	anonymous		"{{{
If FileInstall(""fileA1"", ""fileA2"") And FileInstall(""fileB1"", ""fileB2"") Then
   MsgBox(0,""installation"",""completed"")
Else
   MsgBox(0,""installation"",""error"")
EndIf
}}}

This code works only in the not compiled version. In the compiled version the first file will be installed and the second will fail. The program has administrator rights and the files do not exist previously. If FileInstall is not desigend using it twice in one line please add a comment in the documentation. Otherwise it is a bug in the compiler, because the second file is ""ignored"" by the including routine."	Bug	closed		AutoIt	3.3.14.2	None	Duplicate		
