Jump to content

RaBBiT

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Hungary

Everything posted by RaBBiT

  1. can't dowlnload the vLite, error page only...
  2. Unpack the dotnetfx.exe to a folder run install.exe /?
  3. I'm making Autoit3 script, to the script need the serial, find the "need_serial_here" in *.au3, than compile the script to exe, and put the silentinstall.exe where are the program setup.exe. (Sonic MyDvd v6.1) silentsonicmydvd_need_serial.au3
  4. Sonic MyDvd My working autoit3 script: ---- Run("setup.exe") WinWaitActive("Media Suite Setup") Send("!n") WinWaitActive("Media Suite Setup", "Sonic End-User License Agreement") Send("!a") Send("!n") WinWaitActive("Media Suite Setup", "Customer Information") Send("!n") WinWaitActive("Media Suite Setup", "Choose Setup Type") Send("!o") Send("!n") WinWaitActive("Media Suite Setup", "Ready to Install") Send("!i") WinWaitActive("Media Suite Setup", "Setup Wizard Complete") Send("!v") Send("!f") Send("n") ---- dvdshrink32setup.exe /silent RaBBiT
×
×
  • Create New...