﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
220	FileInstall() with a default source file.	aGorilla		"Disclaimer: I completely understand why FileInstall can't include variables (it happens at compile time, not run time).  

I've also looked for similar suggestions, and haven't found one (my apologies if this has been suggested before), so here goes...

How about having some default file that contains a list of files (with fully qualified paths) to install?  Give it some outlandish name (eg: 'au3inludes.aui'), and if it's present at compile time, the compiler will read them in, and add them to the executable.

Every time FileInstall is called, even with no parameters (or an empty string, as a placeholder), it checks for @ScriptDir\au3inludes.aui, and if present, reads through it line by line and adds the file.

Might want to change the return, 0/1 stay the way they are, add -1 for 'some files not found'.

Crazy?  Stupid? Possible? Likely to happen?"	Feature Request	closed		AutoIt		None	Rejected		
