Scan Posted July 28, 2011 Posted July 28, 2011 (edited) Hi all join The graphical interface, and merge the file with < maybe My EN so bad try to understand !!So the Pic will explain !!Hope i get the Support :$ Edited July 28, 2011 by Scan
hannes08 Posted July 28, 2011 Posted July 28, 2011 Hi scan, you can include your installation files with FileInstall() Or the _resources UDF you can find in the example scripts forum. Maybe you want to look into Run(), RunWait(), ... in the helpfile on how to run other applications from AutoIT. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Scan Posted July 28, 2011 Author Posted July 28, 2011 (edited) Hi scan, you can include your installation files with FileInstall() Or the _resources UDF you can find in the example scripts forum. Maybe you want to look into Run(), RunWait(), ... in the helpfile on how to run other applications from AutoIT. thx Hannes123 the problem is : how can i make it run for all of pc's !! can u explained to me more !! about this subject,if possible with an example and put into consideration that I am not fluent in English to such an extent how can i use Fileinstall << the things only i know it .. " example.jeg + Gui.At3 .. And make compiler " but how can i put the image Show for all pc's [ me & u & our brother's & member's ] ? that's the problem > Crying Edited July 28, 2011 by Scan
hannes08 Posted July 28, 2011 Posted July 28, 2011 Hi Scan,uh ... well ... you have a lot of things to solve from what I read here.First, you want to write that Program, then distribute it to all PCs (in your company?)You could distribute it over a login-script or a software deployment tool.Using FileInstall is very easy, just install AutoIt and the AutoIt Script editor (Link). If you look at the help file that is shipped with it, you can read on how FileInstall works. Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Scan Posted July 28, 2011 Author Posted July 28, 2011 i don't distribute, just try to make fun ! hmm .. what's ur opinion .. write a short source .. For clear vision I read the help file ( that's the first things i do it ) before posting here .. BUT i can't get it !! Any Suggestions make me understand Fileinstall()
sleepydvdr Posted July 28, 2011 Posted July 28, 2011 For the code below to work, you must have the Firefox installer in the same directory as the script (and named Firefox_Installer.exe). Compile the code and it will pack the Firefox installer into your new exectuable. Now you have a single executable that will install Firefox silently. FileInstall("Firefox_Installer.exe", @TempDir & "\Firefox_Installer.exe") RunWait(@TempDir & "\Firefox_Installer.exe -ms") MsgBox(0, "Firefox Installation", "Done", 3) FileDelete(@TempDir & "\Firefox_Installer.exe") #include <ByteMe.au3>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now