Re: [WiX-users] Is it possible to change the startup type of an existing windows service using ServiceControl?

2014-05-27 Thread David Welton
Many thanks for your response. I came to the same conclusion a few days ago but instead of using sc config I'm making a call to the C++ API to OpenSCManager, OpenService then ChangeServiceConfig. Regards, David -Original Message- From: Jeremiahf [mailto:jeremi...@gmail.com] Sent: 25 May

Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-27 Thread Nicolás Alvarez
2014-05-27 1:54 GMT-03:00 Namrata Kumari : > > > > http://schemas.microsoft.com/wix/2006/wi"; > xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; > xmlns:sql="http://schemas.microsoft.com/wix/SqlExtension"; > xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";> >

Re: [WiX-users] Which is best to use in my case: XmlFile or XmlConfig?

2014-05-27 Thread TimM
Okay I do have this working now, but have one more question on this... If the element keys exists and you only have to change the values then we can simply use the XmlFile action="setvalue" method. If the element keys do not exist then I had to use the XmlFile action="createElement" and a few "se

Re: [WiX-users] Installed app not showing up in add/remove programs

2014-05-27 Thread Phil Wilson
...and once again, if those uninstall registry entries have a SystemComponent item with a value of 1 then ARPSYSTEMCOMPONENT *IS* your problem, and the next step would be figuring out how it's getting set, maybe an included merge module etc. --- Phil Wilson On Tue, May 27, 2014 at 7:2