Jump to content

patlal

Members
  • Posts

    7
  • Joined

  • Last visited

patlal's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Between french merci beaucoup I won't have anymore time today but I will test that tomorrow for sure. That's very kind of you. Bon, finalement, je n'ai pas pu m'empĂȘcher de tester... It works perfectly Thank you so much. Patrice
  2. Yes, I saw that. But when you make a normal install (without using the silent switch /S), once the install is finished you can find a folder Prey if you click on the "Windows Start" button, then click on "AllPrograms" and then scroll down to the Prey Folder (where you find 2 entries, one for config the other for uninstalling Prey). If you make a silent install, you've got ... nada Actually, I was not clear when I was talking about shortcuts. As you certainly noticed, english is not my first language. Anyway, I would like to find a way with autoIt because it will be very useful for some others programs. I know that I am very close, but I just don't understand what's wrong. Thanks for your help, Patrice
  3. Seems to be a good idea, but it doesn't change the fact that I can see the windows during the installation process. Good try Thanks, Patrice
  4. As I said in a precedent post the ilent switch /S for Prey doesn't work well.It install Prey silently but after that you've got nothing (no shortcuts) to start the config except going in Program Files\Prey\... etc and lauching manually the config. Thanks anyway. Patrice
  5. Indeed and I can say I know pretty well the different silent switches from all the installers (msi, NSIS, Nullsoft etc.) but some softwares doesn't allow silent install or some others doesn't react well, as for Prey where the silent switch works not so good. Thanks anyway Patrice
  6. I have not test winmove but following a post on this forum I tried this (see code below) It works well but I still windows despite the @SW_HIDE. What did I miss ? #region ---Au3Recorder generated code Start --- Opt("WinWaitDelay",100) Opt("WinDetectHiddenText",1) Opt("MouseCoordMode",0) Run('C:\Users\pat\Downloads\prey-0.4.4-win.exe') WinWait("Prey 0.4.4 Installer","Welcome to the Prey ") WinSetState("Prey 0.4.4 Installer","Welcome to the Prey ", @SW_HIDE) ControlClick("Prey 0.4.4 Installer","Welcome to the Prey ","Button2") ControlClick("Prey 0.4.4 Installer ","Prey 0.4.4 Installer","Button2") ControlClick("Prey 0.4.4 Installer ","Prey 0.4.4 Installer","Button2") ControlClick("Prey 0.4.4 Installer ","Prey 0.4.4 Installer","Button2") While ControlGetText("Prey 0.4.4 Installer ","Completing the Prey ", "Button2") <> "&Finish" Sleep(10) WEnd ControlClick("Prey 0.4.4 Installer ","Completing the Prey ","Button4") ControlClick("Prey 0.4.4 Installer ","Completing the Prey ","Button2") #endregion --- Au3Recorder generated code End ---
  7. Hi, I would like to know if there a way to run an autoit script silently. Let me explain. I created a script for installing an application automatically (unattended install). That's work fine, but I still see the windows during the install process. I would like to have something really silent. I tried some macros like @SW_HIDE or @SW_SHOWMINIMIZED but it doesn't work. I am sure that's possible but I can't find how Any help will be welcome. Thanks, Patrice
×
×
  • Create New...