Re: [WiX-users] Unable to start httpd.exe service ?

2014-03-09 Thread D.A Danekhail
I added this and it worked for me : Component Id =ServiceComponent Guid=8A1BF3F0-8A84-456E-816A-5907B40B2DDB File Id='Applicationfile' Name='httpd.exe' DiskId='1' Source='$(sys.CURRENTDIR)\httpd.exe' KeyPath='yes' /File ServiceInstall Id=ServiceComponent Type=ownProcess

Re: [WiX-users] Unable to start httpd.exe service ?

2014-03-05 Thread Tom Brezinski
you have a permissions problem with the account. -Original Message- From: Dhawal Arora [mailto:dhawal8...@gmail.com] Sent: Tuesday, March 04, 2014 11:11 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Unable to start httpd.exe service ? Hi all, This is my code ?xml version

[WiX-users] Unable to start httpd.exe service ?

2014-03-04 Thread Dhawal Arora
Hi all, This is my code ?xml version=1.0 encoding=UTF-8? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; ?if $(var.Platform) = x64? ?define PlatformString = 64-bit? ?define Win64 ? ?else? ?define PlatformString = 32-bit? ?endif? Product Id=* Name=MyExampleProject