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
uot;> > [HKEY_CLASSES_ROOT\AppID\{YOUR_SERVICE_GUID}]>
"ServiceParameters"="-Service"> "LocalService"="YourServiceName">
@="YourServiceDescription"> > > > Hope that it will help you.> > Regards> >
Stefan> > &
.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
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
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
5 matches
Mail list logo