[WiX-users] Feature installation state

2007-06-05 Thread Pankaj Savdekar
Hi, I would like to modify one common xml file based on feature selected by user. If 'Feature1' is NOT selected then remove one element from common xml file. I tried following, but it remove xml element irrespective of 'Feature1' installed or not. Any guess what could be wrong

Re: [WiX-users] ServiceInstall Problem

2007-05-31 Thread Pankaj Savdekar
uot;> > [HKEY_CLASSES_ROOT\AppID\{YOUR_SERVICE_GUID}]> "ServiceParameters"="-Service"> "LocalService"="YourServiceName"> @="YourServiceDescription"> > > > Hope that it will help you.> > Regards> > Stefan> > &

Re: [WiX-users] ServiceInstall Problem

2007-05-25 Thread Pankaj Savdekar
.exe you can > check the> registry keys for the needed values:> > > [HKEY_CLASSES_ROOT\AppID\YourServiceName.EXE]> "AppID"="{YOUR_SERVICE_GUID}"> > > [HKEY_CLASSES_ROOT\AppID\{YOUR_SERVICE_GUID}]> > "ServiceParameters"="-Servic

Re: [WiX-users] ServiceInstall Problem

2007-05-24 Thread Pankaj Savdekar
Thanks Matt. Currently I'm using default (Local system Account). Problem is it works fine (with same setting) when I use '-service' option and install it manually, but when I use msi (ServiceInstall) it gives me error 1053. Pankaj Subject: RE: [WiX-users] ServiceInstall ProblemDate: Thu, 24 M

[WiX-users] ServiceInstall Problem

2007-05-24 Thread Pankaj Savdekar
Hi All, I'm facing one problem using ServiceInstall. I have one ATL windows service which works fine when I manually register it (Service.exe -service). But service gives following error, when I install it using installer made using ServiceInstall element. Error 1053: The service did not res