Jump to content

Recommended Posts

Posted

hi

i need to burn aprogram on a CD BUT HOW I CAN TO MAKE IT AUTO INSTALLING BY JUST ONE CLICK ON EXE FILE

thank u

Probably make another AutoIT executable that includes your original one as part of it's install, and then runs the original one? Look up Include and #Include and #Include-once in the help file.
...by the way, it's pronounced: "JIF"... Bob Berry --- inventor of the GIF format
Posted (edited)

hi

i need to burn aprogram on a CD BUT HOW I CAN TO MAKE IT AUTO INSTALLING BY JUST ONE CLICK ON EXE FILE

thank u

just guessing by

Newbie

Group: Members

Posts: 1

Joined: 13-September 05

Member No.: 7821

you have Autoit 3.1.1 and not Autoit version 2... so if thats true then

i used fileinstall( "program name") to install the original program into my program installer that is written in autoit

then if it is on a CD there is an "auto.inf" file ( or something like that) that will auto run the program/installer that is on your CD..... you don't even need to push a button or click an exe file

hope that helps

8)

if you do have Autoit version 3.1.1 then you should post in the "Autoit v3" forums

Edited by Valuater

NEWHeader1.png

  • Recently Browsing   0 members

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