Results 1 to 4 of 4

Thread: Automatically Install Installation

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2002
    Location
    Hampton Beach
    Posts
    513

    Automatically Install Installation

    Using Visual Basic is there any way to create code that will automatically run an Installation pacakage. For example, will auotmatically click on Next, etc....

    In other words a way to take an .exe of an installation pacakage and be able to manipulate the install process..

  2. #2
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Some of the install programs are like the windows one & accept command line parameters. To see if your one does, goto a DOS prompt & type :

    C:\Path\TheSetupFile.exe /?

    Also, you can take a look at the vb send keys and SendMessage APi call to click buttons or select boxes etc.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  3. #3
    for some reason i couldnt do that ?

  4. #4
    never mind that was my bad i typed the wrong thing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width