I have a WCF service which is run as a windows service.  This WCF service 
connects to a SQL server.  I used Wix / ServiceInstall to register the WCF 
service.  There is no database connection issue when both WCF service and SQL 
server are on the local machine.  When installing WCF server on machine A and 
database on machine B, the WCF service fails to login.  The login user is setup 
correctly.
 
A way to solve this, I no longer use Wix / ServiceInstall.  I used 
InstallUtil.exe instead.  Then the database connection issue goes away.  I'm 
wondering if there is another way to register the WCF service hosted by the 
windows service in Wix--equivalent to InstallUtil.exe.
 
Thank you.                                        
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to