Bugs item #1680606, was opened at 2007-03-14 12:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1680606&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Carsten Bartholomae (cbartholo)
Assigned to: Scott Kurtzeborn (scotk)
Summary: Cannot start stop windows service

Initial Comment:
        <Component Id="C_FL_HIBSERV.EXE" 
Guid="{7C9AB67C-DB44-4E17-99BC-CA42154DC3E3}">
          <File Id="FL_HIBSERV.EXE" DiskId="1" KeyPath="yes" 
LongName="HIBSERV.EXE" Name="HIBSERVE" 
Source="D:\Download\BackupTest\HIBACK\HIBSERV.EXE" DefaultSize="126976" 
DefaultVersion="6.6.5" />
          <ServiceInstall Id="HibServ" ErrorControl="normal" Name="Hibserv" 
Start="auto" Type="ownProcess" DisplayName="HICOMP Gui-Server">
            <Permission User="[User]" ServiceUserDefinedControl="yes" 
ServiceStop="yes" ServiceStart="yes" ServiceQueryStatus="yes" 
ServiceQueryConfig="yes" ServicePauseContinue="yes" ServiceInterrogate="yes" 
ServiceEnumerateDependents="yes" ServiceChangeConfig="yes" Extended="yes" />
          </ServiceInstall>
          <ServiceControl Id="HibServControl" Name="HibServ" Remove="uninstall" 
Stop="uninstall" Wait="yes" Start="install" />
        </Component>


or

        <Component Id="C_FL_HIBSERV.EXE" 
Guid="{7C9AB67C-DB44-4E17-99BC-CA42154DC3E3}">
          <File Id="FL_HIBSERV.EXE" DiskId="1" KeyPath="yes" 
LongName="HIBSERV.EXE" Name="HIBSERVE" 
Source="D:\Download\BackupTest\HIBACK\HIBSERV.EXE" DefaultSize="126976" 
DefaultVersion="6.6.5" />
          <ServiceInstall Id="HibServ" ErrorControl="normal" Name="Hibserv" 
Start="auto" Type="ownProcess" DisplayName="HICOMP Gui-Server">
            <Permission User="Administrators" ServiceUserDefinedControl="yes" 
ServiceStop="yes" ServiceStart="yes" ServiceQueryStatus="yes" 
ServiceQueryConfig="yes" ServicePauseContinue="yes" ServiceInterrogate="yes" 
ServiceEnumerateDependents="yes" ServiceChangeConfig="yes" Extended="yes" />
          </ServiceInstall>
          <ServiceControl Id="HibServControl" Name="HibServ" Remove="uninstall" 
Stop="uninstall" Wait="yes" Start="install" />
        </Component>

produces error:
ExecSecureObjects:  Error 0x80070534: failed to get sid for account: 

when msifile is getting installed.
What is to be fixed ????


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1680606&group_id=105970

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to