Jump to content

join The graphical interface with Files !?


Recommended Posts

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 :$

post-60184-0-66421500-1311859167_thumb.j

Edited by Scan
Link to comment
Share on other sites

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]
Link to comment
Share on other sites

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 by Scan
Link to comment
Share on other sites

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]
Link to comment
Share on other sites

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()

:)

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...