|
-
Jan 2nd, 2012, 03:29 AM
#1
Thread Starter
New Member
Script to Deploy VB 6.0 DLL in Comp. Services
Hi Guys
Any Script or Automated way to deploy VB6.0 DLL into
''Component Services''?
Steps:
1) Stop IIS
2) Shutdown Component Services
3) Deploy dll into COM Services
4) Start Component Services
5) Start IIS
Thanks
-
Jan 2nd, 2012, 05:46 AM
#2
Re: Script to Deploy VB 6.0 DLL in Comp. Services
The only hitch I can foresee is stopping the component services through a command line. Provided you figure this part out, the rest should be pretty simple:
1. At the start of the installation, stop the IIS as well as the required services using commandline switches (most setup tools should provide this ability)
2. Complete the installation
3. Restart the component services and IIS by running another set of commandline switches
.
-
Jan 2nd, 2012, 05:55 AM
#3
Thread Starter
New Member
Re: Script to Deploy VB 6.0 DLL in Comp. Services
Thanks for your Acknowledgement.
Can you please share the sequence of Command line steps: As i dont know how to Communicate with Component Services through Command Line.
Thanks in Advance.
-
Jan 3rd, 2012, 12:12 AM
#4
Re: Script to Deploy VB 6.0 DLL in Comp. Services
You will have to search the net to get the command lines for stopping whichever component services you want to start/stop.
For e.g. to stop the IIS, you can use the command "iisreset /stop" at the command line.
.
-
Jan 3rd, 2012, 02:41 AM
#5
Re: Script to Deploy VB 6.0 DLL in Comp. Services
For the actual COM+ part of this you might read through Automating COM+ Administration
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
|