PDA

Click to See Complete Forum and Search --> : Silent Setup


Tonatiuh
Jul 4th, 2000, 09:17 AM
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!

mattbrown
Jul 11th, 2000, 06:22 PM
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

Jul 11th, 2000, 06:26 PM
set it's displayintaskbar property to false,

I believe the correct property is the ShowInTaskbar.

mattbrown
Jul 11th, 2000, 06:28 PM
Sorry

Megatron is right

Jul 23rd, 2000, 11:02 AM
To do a Silent Setup, try typing, in the command prompt, Setup /s