Re: [WiX-users] Error 1723 when calling CAQuietExec to xcopy configfiles

2014-07-09 Thread David Welton
-users] Error 1723 when calling CAQuiteExec to xcopy configfiles 2014-07-07 7:25 GMT-03:00 David Welton david.wel...@uk.thalesgroup.com: Dear WiX users, I am getting an Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could

Re: [WiX-users] Error 1723 when calling CAQuiteExec to xcopy config files

2014-07-08 Thread David Welton
- Helix Building, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message- From: David Welton [mailto:david.wel...@uk.thalesgroup.com] Sent: 07 July 2014 11:41 To: General discussion about the WiX toolset. Subject: [WiX-users] Error 1723 when calling CAQuiteExec

[WiX-users] Error 1723 when calling CAQuiteExec to xcopy config files

2014-07-07 Thread David Welton
Dear WiX users, I am getting an Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor when I try and run a custom action to xcopy some config files during my

[WiX-users] Is it possible to add an existing file to Visual Studio WiX Setup project without it making a local copy?

2014-06-09 Thread David Welton
I have a setup project in which I have file called ProjectManifest.wxs which contains a Fragment declaring a PackageGroup for my MsiPackage and also sets up some registry searches for some prerequisites for my msi. I also have a bootstrapper project that uses this ProjectManifest.wxs file so

Re: [WiX-users] Is it possible to add an existing file to Visual Studio WiX Setup project without it making a local copy?

2014-06-09 Thread David Welton
I've gone for the Add as Link approach which has done the trick nicely. Thanks everyone. David -Original Message- From: Tunney, Stephen [mailto:stephen.tun...@nuance.com] Sent: 09 June 2014 14:09 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Is it possible to

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

2014-05-27 Thread David Welton
NOT Installed to run the CA only when the installer has not been installed on the target machine. On Thu, May 22, 2014 at 9:55 AM, David Welton david.wel...@uk.thalesgroup.com wrote: I am trying to start the RemoteRegistry service on a Win7 machine using the ServiceControl element. The service

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

2014-05-22 Thread David Welton
I am trying to start the RemoteRegistry service on a Win7 machine using the ServiceControl element. The service initially has a Startup Type of Disabled. My code simply looks like... Component Id='RemoteRegistryServiceComponent' Guid='MY-GUID' ServiceControl