understanding AutoIT?
#1
Posted 06 January 2008 - 07:59 PM
Have I understand it right, that AutoIT must be installed before I can run the Silent Installer if in the Installer is an au3 file integrated? My other Silent Installer I always make with param switches and it works.
greetz
McSnoop
#2
Posted 06 January 2008 - 09:25 PM
#3
Posted 06 January 2008 - 10:36 PM
#4
Posted 06 January 2008 - 10:59 PM
<closed> ^^
#5
Posted 15 January 2008 - 12:17 PM
German Autoit: http://www.autoit.de/
German nLite: http://www.german-nlite.de/forum.html
So long, Jolli
#6
Posted 31 January 2008 - 06:42 AM
thanks in advance , see you around
#7
Posted 31 January 2008 - 07:25 AM
bizzozero, on Jan 31 2008, 01:42 PM, said:
thanks in advance , see you around
You seem to be somewhat confused. To keep it as simple as possible, when you normally install an application you click for example "Next", "Next", mark a few checkboxes, et cetera and click "Finish". You can automate this process using AutoIT, that's all. If you would automate an installation using AutoIT and you would like to have a silent installer, you would still need to package your application. But please note that you hardly need to use AutoIT for automating any installations.
Most applications allow command line parameters to configure their installation, so instead of automating the installation using AutoIT, you could simply run the installation like this for example: setup.exe /silent /components:main (this is of course just an example which I made up myself). You can then create self-extracting, silent installer packages using for example 7ZIP or WinRAR which automatically launches the installation with the required parameters.
I personally need to use AutoIT for only two applications: DNL Reader and GMail Drive (and perhaps even those could have been via other means, but I haven't found out how anyway
#8
Posted 31 January 2008 - 12:38 PM
bizzozero, on Jan 31 2008, 02:42 PM, said:
thanks in advance , see you around
You can find a video tutorial with audio track in bulgarian language here
For me it was useful some months ago.
#9
Posted 02 February 2008 - 07:08 AM
#11
Posted 07 April 2008 - 08:12 AM
Arie, on Jan 31 2008, 02:25 PM, said:
bizzozero, on Jan 31 2008, 01:42 PM, said:
thanks in advance , see you around
You seem to be somewhat confused. To keep it as simple as possible, when you normally install an application you click for example "Next", "Next", mark a few checkboxes, et cetera and click "Finish". You can automate this process using AutoIT, that's all. If you would automate an installation using AutoIT and you would like to have a silent installer, you would still need to package your application. But please note that you hardly need to use AutoIT for automating any installations.
Most applications allow command line parameters to configure their installation, so instead of automating the installation using AutoIT, you could simply run the installation like this for example: setup.exe /silent /components:main (this is of course just an example which I made up myself). You can then create self-extracting, silent installer packages using for example 7ZIP or WinRAR which automatically launches the installation with the required parameters.
I personally need to use AutoIT for only two applications: DNL Reader and GMail Drive (and perhaps even those could have been via other means, but I haven't found out how anyway
thanks again mate , but i think that autoit is better when it comes to registering the softwares , the silent switches save time only for the installation process but they don't provide us with a possibility to reduce that time spent entering the registration keys and settings,(as i know) alos the autoit script aren't much complex they are quite easy to make, the question now is whether it's possible to make an n-lite addons using autoit exes?
thank you in advance folks
#12
Posted 07 April 2008 - 10:04 AM
bizzozero, on Apr 7 2008, 05:12 PM, said:
Yes. Copy the compiled script in the same folder with installer and make a sfx archive; then place it in svcpack folder and point to it in [AddProgram] section of entries.ini. Or copy the compiled script and the
installer file/s in svcpack folder and point to compiled script in [AddProgram] section of entries.ini.



Help
Back to top









