Results 1 to 5 of 5

Thread: Silent Setup

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 1999
    Location
    Reynosa, Mexico
    Posts
    274
    I have already installed my VB6 server/client App. Every time my App runs in the client workstation launch (if exists) certain app in the server. I want to write code (into this app) to perform in silent mode, an unistall of the current app in the workstation and run the setup again. All this in silent mode.

    The operating system in the workstations is Win95/98/NT.

    ANy idea will be very appreciated. Thanks!
    Ulises Vázquez
    [size=1.7]Oracle DBA Certified Professioanl
    Visual Basic 6 Developer
    Crystal Reports Designer
    [/size]

  2. #2
    Addicted Member
    Join Date
    Aug 1999
    Location
    Hamilton, New Zealand
    Posts
    137
    if you keep all your code in a module and don't have any forms then the user will see nothing.

    You could also have a form, set it's displayintaskbar property to false, load it but not show it

    Regards

    Matt Brown
    Hamilton, NZ
    VB6 C++ in Visual Studio 6sp4
    VB.net Beta 1

  3. #3
    Guest
    set it's displayintaskbar property to false,
    I believe the correct property is the ShowInTaskbar.

  4. #4
    Addicted Member
    Join Date
    Aug 1999
    Location
    Hamilton, New Zealand
    Posts
    137

    oops

    Sorry

    Megatron is right

    Regards

    Matt Brown
    Hamilton, NZ
    VB6 C++ in Visual Studio 6sp4
    VB.net Beta 1

  5. #5
    Guest
    To do a Silent Setup, try typing, in the command prompt, Setup /s

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