Jump to content



Photo

How To Install Autoit Silently


  • Please log in to reply
13 replies to this topic

#1 mdes

mdes

    Seeker

  • Active Members
  • 49 posts

Posted 23 April 2004 - 06:29 AM

How to install AutoIt silently ? "/S" does not work :D
Gestion des congés, RTT, vacances scolaires, autres absences sur Pocket PC : CongésRFV







#2 CyberSlug

CyberSlug

    Overwhelmed with work....

  • MVPs
  • 3,587 posts

Posted 23 April 2004 - 06:39 AM

I do not think the installer currently supports this option.

This seems rather ironic: AutoIt is often used to automate installers that lack a silent/no-user-interaction option--and the AutoIt installer has this very deficiency!
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!

#3 ezzetabi

ezzetabi

    さくらが さいた

  • Active Members
  • PipPipPipPipPipPip
  • 2,011 posts

Posted 23 April 2004 - 07:42 AM

Just copy the Autoit3.exe file and set the shell extension in the registry.


Ah... I love all-in-one-folder software :D

#4 Jon

Jon

    Up all night to get lucky

  • Administrators
  • 9,531 posts

Posted 23 April 2004 - 09:20 AM

I do not think the installer currently supports this option.

This seems rather ironic:  AutoIt is often used to automate installers that lack a silent/no-user-interaction option--and the AutoIt installer has this very deficiency!

:D I've been waiting for this to be found out...

#5 jterwelp

jterwelp

    Seeker

  • Active Members
  • 31 posts

Posted 23 April 2004 - 12:30 PM

How to install AutoIt silently ?  "/S" does not work :D

If I'm mistaken, please forgve me but every single time I've seen this request on the Yahoo forum, it was because the requestor thought AutoIt had to be installed on each machine that compiled scripts are run on. You know that is NOT the case, right?

Jeff

#6 mdes

mdes

    Seeker

  • Active Members
  • 49 posts

Posted 23 April 2004 - 01:15 PM

Just copy the Autoit3.exe file and set the shell extension in the registry.


Ah... I love all-in-one-folder software :huh2:

thanks, I will use this :D
Gestion des congés, RTT, vacances scolaires, autres absences sur Pocket PC : CongésRFV

#7 jpm

jpm

    a Real GUI/debug lover

  • Developers
  • 8,925 posts

Posted 23 April 2004 - 01:34 PM

If I'm mistaken, please forgve me but every single time I've seen this request on the Yahoo forum, it was because the requestor thought AutoIt had to be installed on each machine that compiled scripts are run on.  You know that is NOT the case, right?

Jeff

I understand you can install the full package but why not to deliver your script in compile format. Is An extra 100K by script to much?
Remember you always can execute a script by "AutoIT3.exe scriptnamefile"

#8 bcording

bcording

    Adventurer

  • Active Members
  • PipPip
  • 133 posts

Posted 23 April 2004 - 03:03 PM

You guys are all on crack...

autoit-v3-setup.exe supports silent installation, but it requires a capitol "S" not lower case. I use the following code to download autoit and install it silently all the time.

BTW the case sensativity is something specific to NSIS.
http://unattended.msfn.org/xp/applications/nsis.htm

Func AutoIT3()     If urldownloadtofile("http://www.hiddensoft.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe", @Tempdir & "\AutoIt.exe") then         runwait(@Tempdir & "\AutoIt.exe /S")         FileDelete(@Tempdir & "\AutoIt.exe")     EndIF EndFunc

Edited by bcording, 23 April 2004 - 03:10 PM.


#9 Valik

Valik

    Former developer.

  • Active Members
  • PipPipPipPipPipPip
  • 18,879 posts

Posted 23 April 2004 - 03:51 PM

bcording's right, /S does work just fine. I just tested with both 101 and 102.

#10 mdes

mdes

    Seeker

  • Active Members
  • 49 posts

Posted 09 May 2004 - 07:58 AM

I found the solution: (CMD.EXE is required for some obscured raisons)
REG ADD %KEY%\100 /VE  /D "AutoIt 3" /f REG ADD %KEY%\100 /V 1 /D "CMD.EXE /C%SystemDrive%\Install\AutoIt3\autoit-v3-setup.bld101.exe /S" /f

The following DOES NOT work:
REG ADD %KEY%\100 /VE  /D "AutoIt 3" /f REG ADD %KEY%\100 /V 1 /D "%SystemDrive%\Install\AutoIt3\autoit-v3-setup.bld101.exe /S" /f

Note:
The previous commands are for an unattended installation, and are to be placed in a .CMD file called from $OEM$\cmdlines.txt
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx


Thanks to all of you for your remarks :D

Edited by mdes, 09 May 2004 - 08:01 AM.

Gestion des congés, RTT, vacances scolaires, autres absences sur Pocket PC : CongésRFV

#11 bshoenhair

bshoenhair

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 305 posts

Posted 10 May 2004 - 02:49 PM

I install AutoIt silently with An Autoit Script

All I use is

RunWait("autoit-v3-setup.exe /S")

Place Scipt in same Dir as autoit-v3-setup.exe

Works like a charm

I use AutoIt for all my silent installs and the all works like a charm.

#12 PPCC

PPCC

    Seeker

  • Active Members
  • 16 posts

Posted 30 January 2012 - 01:39 AM

@bshoenhair: It worked well for me. Also, for SciTE4AutoIt3 plugins:
RunWait("SciTE4AutoIt3.exe /S")


and for uninstall:
RunWait("C:Program FilesAutoIt3Uninstall.exe /S")


#13 BrewManNH

BrewManNH

    באָבקעס מיט קודוצ׳ה

  • MVPs
  • 6,877 posts

Posted 30 January 2012 - 01:58 AM

Do you realize this thread is nearly 8 years old?

How to ask questions the smart way!

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.

Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.

_FileGetProperty - Retrieve the properties of a file SciTE Toolbar - A toolbar demo for use with the SciTE editorGUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.

GUIToolTip UDF Demo - Demo script to show how to use the GUIToolTip UDF to create and use customized tooltips.

Posted Image


#14 PPCC

PPCC

    Seeker

  • Active Members
  • 16 posts

Posted 31 January 2012 - 10:58 PM

:) Yes, til now.
But I'm learning from it.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users