Jump to content

frankokasilda

Members
  • Posts

    6
  • Joined

  • Last visited

About frankokasilda

  • Birthday 03/18/1990

Profile Information

  • Location
    Argentina

frankokasilda's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Well, I can make the Unnatended.exe executable (10.8 Mb aproximately), it means the archives are in the script.. But if I move the Unnatended.exe to other folder, it doesn´t work (The process "Unnatended.exe" stays active, but nohting happens.. the program doesn´t install) The .au3 is like this: #NoTrayIcon FileInstall("C:\Documents and Settings\Administrador\Escritorio\Alcohol desatendido\Alcohol1.9.8.7117.exe", "C:\Archivos de programa\Alcohol Soft\Alcohol 120") $title = "Alcohol 120% 1.9.8.7117" Run("Alcohol1.9.8.7117.exe") WinWait($title) ControlClick($title, "Click Next to continue.", "&Next >") WinWait($title) ControlClick($title, "Please review the license", "I &Agree") WinWait($title) ControlClick($title, "Choose Components", "&Next >") WinWait($title) ControlClick($title, "Choose Install Location", "&Install") WinWait($title, "Click Finish to close this wizard.") Send("{TAB}") Send("{TAB}") Send("{TAB}") Send("{TAB}") Send("{SPACE}") Send("{DOWN}") Send("{SPACE}") ControlClick($title, "Alcohol 120% has been installed on your computer.", "&Finish") Where the red is the ubication archive installation program, and the green is the directory to install the Alcohol 120%. Ican´t see waht I´m doing bad
  2. Thank you for tell me the correct function! I do it! Only a question.. In "source" i put the path of the archives to include in the script.. well.. but i don´t understand the function of "dest" (in the Help i don´t undesrtand the explication..).. i just put there "C:\Documents and Settings\Administrador\Escritorio = C:\Documents and Settings\Administrator\Desktop" in english.. is it well or should I put other thing?
  3. Hello again. Well, i have finished a script for Alcohol 120% (it has not silent switch in its latest version), it works perfectly thanks to your help! Now my question is how i could to do a single executable that include the script and the executable archive of Alcohol. I want the executable can be executed at a PC whitout AutoIt installed in it. I hope you understand me. Bye!
  4. I can´t edit my message, here write what happened to me I wrote: $title = "Alcohol 120% 1.9.8.7117" Run("Alcohol1.9.8.7117.exe") WinWait($title) ControlClick($title, "Click Next to continue.", "&Next >") and the next window appears!!! It worked!! I´m going to continue working very much until finish it and i could to do the code public for you, so you can use it. Thank you very much for help and the fast answers!!
  5. No, i used very much commands (/qn, /silent, /verysilent etc etc), but no one worked, because of this i tried to do a script, but i cant do it, i write like this ControlClick ( "title", "text", controlID [, button [, clicks [, x [, y ]]]] ) Parameters title The title of the window to access. text The text of the window to access. controlID The control to interact with. See Controls. button [optional] The button to click, "left", "right", "middle", "main", "menu", "primary", "secondary". Default is the left button. clicks [optional] The number of times to click the mouse. Default is 1. x [optional] The x position to click within the control. Default is center. y [optional] The y position to click within the control. Default is center. Thats the AutoIt Help, i follow the indications but nothing.. :/ also i do like Manadar told me, but nothing, The Alcohol version is 1.9.8.7117 (the last one)
  6. Hello! I´m new in this forum and i´m not speak english (i´m from Argentina), so what you´ll sorry me for my english My problem is that i write the firt part code Alcohol 120% installation like this $title = "Alcohol 120% 1.9.8.7117" Run("Alcohol1.9.8.7117.exe") WinWait($title) ControlClick($title, "Click Next to continue.", "&Next >", "Button1") but the installation stops at this window: when the next window should appear.. I wold like to know what i´m doing wrong :/ Thank you!
×
×
  • Create New...