kumarkiranc
Posts: 85
Joined: Tue Sep 18, 2007 6:49 am

Restart the service at install finalize

Hi,

I want to restart the sqlserver and sql browser at the end of installation.



Thanks
Kiran
kumarkiranc
Posts: 85
Joined: Tue Sep 18, 2007 6:49 am

hi,

i have a sample VBScript code but that uses WScript it is not supportted in advance installer.

Code link: http://techtasks.com/code/viewbookcode/280


Thanks
Kiran
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Hi,

Please note that you can start and stop services by using Control Operations in the "Services" page.

You can start the services you need by using a control operation for each of them. Note that you need to use the actual names of the services, like shown in "Services.msc".

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”