Re: [WiX-users] ServiceDependency - conditional?

2015-05-16 Thread John Cooper
Well, it is far from ideal, but you could condition the components of mutually exclusive ServiceInstall elements--one with the ServiceDependency and one without. -- John Merryweather Cooper Senior Software Engineer | Integration Development Group | Enterprise Notification Service Jack Henry & As

Re: [WiX-users] Error 2911: Could not remove the folder C:\Config.Msi\.

2015-05-16 Thread Phil Wilson
Sometimes the SYSTEM account loses access to folders like that, so I'd look at the security settings on the folder. It works when you do this with elevated admin privileges because administrators can delete that folder. --- Phil Wilson On Sat, May 16, 2015 at 2:56 AM, Miroslav Rodic

[WiX-users] ServiceDependency - conditional?

2015-05-16 Thread Phill Hogland
I am in the process of creating a wix mba/bundle/msi for an existing set of windows services. One of the services is a messaging server which the others connect too. When all services are installed locally, all is well. The following ServiceDependency element was used in each ServiceInstall.

Re: [WiX-users] Error 2911: Could not remove the folder C:\Config.Msi\.

2015-05-16 Thread Miroslav Rodic
> I think that I succeeded to localize the issue, but I can not find the > solution. I forgot to say what I succeeded to localize. When there is a File element in the msi package then error message is displayed. If there is no File element at all, then the light complains that msi package is w

[WiX-users] Error 2911: Could not remove the folder C:\Config.Msi\.

2015-05-16 Thread Miroslav Rodic
Hi, During the work on a complex msi package, I came across the error, which is displayed in the subject of this message. This error happens during the uninstall procedure. It is important to note that the above mentioned error does not happen when the installation is executed from the CMD,