Results 1 to 5 of 5

Thread: Uninstalllllllllllllll

  1. #1

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472

    Question

    How could i launch Add/Remove programs from VB??
    I would run the app, but its not an app...

    Also, if there is a way to automatically uninstall a program by using the .log file or something that wont cause a lot of trouble for the user could you explain on it?

    -Sac

  2. #2
    Guest
    I think that you can uninstall it by using the uninstall program that the VB Setup Wizard has.

  3. #3

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472

    but

    But im not trying to uninstall my software...its another program.

  4. #4
    Guest
    Code:
    'Launch Windows Add/Remove Programs Dialog
    Dim dblReturn As Double
    dblReturn = Shell("rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1", 5)

  5. #5

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    Thank you so very much..


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