﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2251	"variables in FileInstall's ""source"""	anonymous		"As far as I can see in issue #768, it should be possible to use variables in FileInstall's ""source"" if I upgrade to version 3.3.0

I have downloaded AutoIt 3.3.8.1 and SciTe using ""autoit full installation"" at http://www.autoitscript.com/site/autoit/downloads, and after seing the ""cut down version"" of SciTe, I downloaded SciTe v 3.3.9.0 using SciTE4AutoIt3.exe at http://www.autoitscript.com/site/autoit-script-editor/downloads.

I installed it on my Windows XP SP2, being local administrator, but when opening SciTE it shows ""SciTE Version 3.2.0, Jun 9 2012 00:35:28 by Neil Hodgson""

And I can't use this:

{{{
Global $_sSource = ""MyNewTool""
Global $_sTarget = ""C:\ITD\Setup.exe""
Global $_bStatus

$_bStatus = FileInstall(""C:\Temp\"" & $_sSource & ""\Setup.exe"",$_sTarget,1)
}}}"	Feature Request	closed		AutoIt		None	Rejected	FileInstall variables	
