Announcement

Collapse
No announcement yet.

auto install

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • auto install

    I'm a software suite that click
    install, manually install each
    program.
    I then clicked on install, Czech
    software which marked list.
    After the software is installed first
    and then the second application and...

    How can I say, it will automatically
    be installed one after another.
    I hope you understand me!
    my file extension is EXE.

  • #2
    If you want to run a series of installers, use File.Run() or Shell.Execute(), and make sure that you set the WaitForReturn argument to true. You could use a loop to run all programs in sequence, or write a separate command for each program - it is really up to you.

    Ulrich

    Comment

    Working...
    X