Jump to content

Aavoxx

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Aavoxx

  1. It's an old version of sbclient from IMB. Here is the only way I've been able to get the script to work. #include <Constants.au3> ; Run sbclient setup Run("C:5.3installsetup.exe") Sleep(30000) ; Send("{ENTER}") Sleep(500) Send("{ENTER}") Sleep(500) Send("{ENTER}") Sleep(500) Send("{ENTER}") Sleep(500) Send("{ENTER}") Sleep(500) Send("{ENTER}") Sleep(30000) Send("Serial") Sleep(500) Send("{TAB}") Send("Serial") Sleep(500) Send("{ENTER}") Sleep(10000) Send("{ENTER}") Sleep(500) Send("{TAB}") Sleep(500) Send("{ENTER}") Sleep(500) Send("{ENTER}")
  2. If only. InstallShield 3 does a terrible job with custom dialog boxes. If I don't believe the AutoIt generated executable will support silent command line switches due to the nature of the script.
  3. I have an installer packaged with InstallShield 3 that has custom dialog boxes that I've been able to overcome with the answer file. I can write an AutoIt script to send the necessary keyboard commands to make this work, including entering the serial number, but this is designed for SCCM deployment, and I really would like this to be silent to the user. Searches of the Googles have come up empty. Does anyone have any suggestions?
×
×
  • Create New...