MSFN Forums: understanding AutoIT? - MSFN Forums

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

understanding AutoIT? Rate Topic: -----

#1 User is offline   McSnoop 

  • Group: Members
  • Posts: 2
  • Joined: 06-January 08

Posted 06 January 2008 - 07:59 PM

I have a couple of programms which I want so integrate as silent Installer in my DVD. Now I'm landed by AutoIT because integrating Serials oder Names and so on, some Appz needs it.

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

Ad Bot #1 User is online   Sponsor Icon

  • Advert Bot
  • Group: Ad Bots
  • Posts: 0
  • Joined: --

Warn Status

Warning level: 0%

0
  • +
  • -

#2 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,546
  • Joined: 14-November 03
  • Location:DownUnder

Posted 06 January 2008 - 09:25 PM

No you only need to have autoit installed to make & compile thats it.

#3 User is offline   slipk487 

  • Member
  • PipPip
  • Group: Members
  • Posts: 140
  • Joined: 30-September 06
  • Gender:Male
  • Location:Airzona

Posted 06 January 2008 - 10:36 PM

like mavericks said. all you have to do is use autoit to compile the au3 file into and exe and then just run that to execute the script.

#4 User is offline   McSnoop 

  • Group: Members
  • Posts: 2
  • Joined: 06-January 08

Posted 06 January 2008 - 10:59 PM

thx i found it, now i can make the au3 files ^^ and create the installer.

<closed> ^^

#5 User is offline   Jolli 

  • Newbie
  • Group: Members
  • Posts: 18
  • Joined: 18-July 06

Posted 15 January 2008 - 12:17 PM

I can recommend to you some german sites, where you can find and look for existing Scripts. :hello:


German Autoit: http://www.autoit.de/

German nLite: http://www.german-nlite.de/forum.html

So long, Jolli

#6 User is offline   bizzozero 

  • Group: Members
  • Posts: 6
  • Joined: 25-January 08

Posted 31 January 2008 - 06:42 AM

hi MSFN this is my first post here, i've been really imperssed by the effort you're putting to make life eaiser for a lot of people, i'm a newbie to this field and autoit has been kind ambiguous software for me and i couldn't understand how to use it, i've tried to read the help file and couldn't understand it :} could anyone please post a small tutorial; images or video explaining how to use it for creating silent installer

thanks in advance , see you around

#7 User is offline   Arie 

  • One Man Army
  • PipPipPipPipPip
  • Group: Members
  • Posts: 835
  • Joined: 27-August 07
  • Gender:Male

Posted 31 January 2008 - 07:25 AM

View Postbizzozero, on Jan 31 2008, 01:42 PM, said:

hi MSFN this is my first post here, i've been really imperssed by the effort you're putting to make life eaiser for a lot of people, i'm a newbie to this field and autoit has been kind ambiguous software for me and i couldn't understand how to use it, i've tried to read the help file and couldn't understand it :} could anyone please post a small tutorial; images or video explaining how to use it for creating silent installer

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 ;) ). For all my other applications I created my own self-extracting, silent installer packages. All applications which can be installed via SVCPACK are installed via SVCPACK. Applications which cannot be installed via SVCPACK are installed via RunOnceEx, straight from DVD.

#8 User is offline   radix 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 654
  • Joined: 08-February 07

Posted 31 January 2008 - 12:38 PM

View Postbizzozero, on Jan 31 2008, 02:42 PM, said:

hi MSFN this is my first post here, i've been really imperssed by the effort you're putting to make life eaiser for a lot of people, i'm a newbie to this field and autoit has been kind ambiguous software for me and i couldn't understand how to use it, i've tried to read the help file and couldn't understand it :} could anyone please post a small tutorial; images or video explaining how to use it for creating silent installer

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 User is offline   bizzozero 

  • Group: Members
  • Posts: 6
  • Joined: 25-January 08

Posted 02 February 2008 - 07:08 AM

thank you folks, but i still don't know how to find those silent switches for newly released softs

#10 User is offline   Arie 

  • One Man Army
  • PipPipPipPipPip
  • Group: Members
  • Posts: 835
  • Joined: 27-August 07
  • Gender:Male

Posted 02 February 2008 - 07:25 AM

View Postbizzozero, on Feb 2 2008, 02:08 PM, said:

thank you folks, but i still don't know how to find those silent switches for newly released softs

Click here and also see all subcatagories.

#11 User is offline   bizzozero 

  • Group: Members
  • Posts: 6
  • Joined: 25-January 08

Posted 07 April 2008 - 08:12 AM

View PostArie, on Jan 31 2008, 02:25 PM, said:

View Postbizzozero, on Jan 31 2008, 01:42 PM, said:

hi MSFN this is my first post here, i've been really imperssed by the effort you're putting to make life eaiser for a lot of people, i'm a newbie to this field and autoit has been kind ambiguous software for me and i couldn't understand how to use it, i've tried to read the help file and couldn't understand it :} could anyone please post a small tutorial; images or video explaining how to use it for creating silent installer

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 ;) ). For all my other applications I created my own self-extracting, silent installer packages. All applications which can be installed via SVCPACK are installed via SVCPACK. Applications which cannot be installed via SVCPACK are installed via RunOnceEx, straight from DVD.


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

#12 User is offline   radix 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 654
  • Joined: 08-February 07

Posted 07 April 2008 - 10:04 AM

View Postbizzozero, on Apr 7 2008, 05:12 PM, said:

the question now is whether it's possible to make an n-lite addons using autoit exes?

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.

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users