|
-
Jul 4th, 2000, 09:17 AM
#1
Thread Starter
Hyperactive Member
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]
-
Jul 11th, 2000, 06:22 PM
#2
Addicted Member
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
-
Jul 11th, 2000, 06:26 PM
#3
set it's displayintaskbar property to false,
I believe the correct property is the ShowInTaskbar.
-
Jul 11th, 2000, 06:28 PM
#4
Addicted Member
Regards
Matt Brown
Hamilton, NZ
VB6 C++ in Visual Studio 6sp4
VB.net Beta 1
-
Jul 23rd, 2000, 11:02 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|