Re: [WiX-users] Restart Service

2013-07-15 Thread John Cooper
enry.com -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: Monday, July 15, 2013 10:45 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Restart Service >From http://msdn.microsoft.com/library/aa371634.aspx, it ap

Re: [WiX-users] Restart Service

2013-07-15 Thread Hoover, Jacob
hat contains your config file? -Original Message- From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] Sent: Monday, July 15, 2013 10:40 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Restart Service Is it possible to restart (ie stop and then start) a service (*not* installed

[WiX-users] Restart Service

2013-07-15 Thread Parkes, Kevin
Is it possible to restart (ie stop and then start) a service (*not* installed by the MSI) using or would it require a custom action? (The MSI installs a configuration file for the service in question, which must be restarted for the new settings to take effect.) Thanks

Re: [WiX-users] Restart Service on Change/Repair

2010-08-07 Thread Bob Arnson
On 8/3/2010 7:30 PM, Steffen Enni wrote: > The only explanation I've found is > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Restart-Service-on-Change-Repair-tt3468316.html#a3468707. > Here it basically says that to have the service restarted requires the > component to be modified

[WiX-users] Restart Service on Change/Repair

2010-08-03 Thread Steffen Enni
Hi, I have a service that is started upon installation using the following WiX snippet. 1 When re-running the installer and entering the stock WiX maintenance dialog the Change-Repair-Remove options are presented.

Re: [WiX-users] Restart Service on Change/Repair

2009-08-18 Thread Blair
From: Ross H [mailto:ro...@subnetsolutions.com] Sent: Tuesday, August 18, 2009 2:00 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Restart Service on Change/Repair I managed to get it prompt for restart when a change or repair is done but I would really prefer just to restart the service inste

Re: [WiX-users] Restart Service on Change/Repair

2009-08-18 Thread Ross H
I managed to get it prompt for restart when a change or repair is done but I would really prefer just to restart the service instead. Is it possible to do this Thanks for the help Ross H wrote: > > In my installer I install a service and optional features that use it. Is > it possible that on