Jump to content

Make Auto Install


Recommended Posts

hi if any body learn me how i can make program auto installing from cd

i mean : make autorun cd with graphic interface and contain many buttoms and i linked it with deffirant programs i just want when i press any it the program auto installation

thanx

Link to comment
Share on other sites

You already have a program and need autorun? or you need a program to make a nice graphical interface?

This is an autorun.inf file:

[autorun]
OPEN=SETUP.EXE
ICON=SETUP.EXE,1

shell\configure=&Configure...
shell\configure\command=SETUP.EXE

shell\install=&Install...
shell\install\command=SETUP.EXE

You save it in your CD directly (not in a folder). It will run the program setup.exe when you insert the CD.

The other is to start reading the autoit help file. You can make nice guis, like the example already made in AutoIT3\Examples\GUI SampleControls.au3

But it's best to start with the Hello World script from the help files (Topic Tutorials), to get familiar with AutoIT scripting

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...