[WiX-users] Add system sub folder

2014-04-24 Thread jpalmer1009
I have a service that outputs some definitions to an Excel file.  As such, I need to always add this folder on install:   C:\Windows\system32\config\systemprofile\desktop   When this is 64 bit I also need to add this folder on install:   C:\Windows\SysWow64\config\systemprofile\desktop  

[WiX-users] Service Dependencies

2014-03-28 Thread jpalmer1009
Please help me understand service dependencies and service Groups.  Scenarios: Service B (WcfServiceHost) depends on Service A (LogService).  Service A fails which stops Service B.  The recovery restarts service A, will it restart Service B?  Also, if service A fails which stops service B, will

[WiX-users] Fwd: Check for Framework 4.0

2014-02-20 Thread jpalmer1009
Sorry, somehow hit send before I typed the question... help me resolve this error.  This compiles:                   But this gives me an error:                   Error:   Unresolved reference to symbol 'Property:NETFRAMEWORK40' in section 'Product:*' - Origin

[WiX-users] Check for Framework 4.0

2014-02-20 Thread jpalmer1009
This documentation shows how to look for all the frameworks up to 3.5.   http://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/check_for_dotnet.html -- Managing the Performance of Clou

[WiX-users] 'http://schemas.microsoft.com/wix/UtilExtension'

2014-01-27 Thread jpalmer1009
Any idea how to get around the reference error to UtilExtension?  Or, is there a new/different way of  setting a service failure action?   The ServiceInstall element contains an unhandled extension element 'util:ServiceConfig'.  Please ensure that the extension for elements in the 'http://

[WiX-users] Fwd: Define as x64

2012-10-21 Thread jpalmer1009
- Forwarded Message - From: jpalmer1...@comcast.net To: wix-users@lists.sourceforge.net Sent: Saturday, October 20, 2012 7:38:53 PM Subject: Define as x64 I have a windows service that needs to be installed on a 64 bit server.  Can someone point me to the documentation or tutoria