Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling Multiple .Net services with Wix 3.7 only the first one runs
    primarykey
    data
    text
    <p>I am installing multiple .net windows services. All the services install all the dependencies in the appropriate folders. However, only the first one will run. The other services give Error 1053: The service did not start to the respond or control request in a timely fashion.</p> <p>Thoughts?</p> <p>Edit: This doesn't take 30 seconds. It happens in about 1 second.</p> <p>Edit:</p> <pre><code> &lt;ComponentGroup Id="IngestServiceComponents" Directory="IngestINSTALLFOLDER"&gt; &lt;Component Id="IngestService" Guid="5a95ee28-c9da-46b9-8396-cef98fa8fcbb"&gt; &lt;File Id="IssueIngestService.exe" Name="IngestService.exe" Source="..\IngestService\bin\Release\IngestService.exe" Vital="yes" KeyPath="yes" DiskId="1"/&gt; &lt;File Id="IngestService.exe.config" Name="IngestService.exe.config" Source="..\IngestService\bin\Release\IngestService.exe.config" Vital="yes" KeyPath="no" DiskId="1"/&gt; &lt;File Id="Libraries2_1" Name="Libraries2.dll" Source="..\IngestService\bin\Release\Libraries2.dll" Vital="yes" KeyPath="no" DiskId="1"/&gt; &lt;File Id="DLibraries2_1" Name="DLibraries2.dll" Source="..\IngestService\bin\Release\DLibraries2.dll" Vital="yes" KeyPath="no" DiskId="1"/&gt; &lt;File Id="ICSharpCode.SharpZipLib_1" Name="ICSharpCode.SharpZipLib.dll" Source="..\..\Assemblies\ICSharpCode.SharpZipLib.dll" Vital="yes" KeyPath="no" DiskId="1"/&gt; &lt;File Id="ChilkatDotNet45_1" Name="ChilkatDotNet45.dll" Source="..\..\Assemblies\ChilkatDotNet45.dll" Vital="yes" KeyPath="no" DiskId="1"/&gt; &lt;File Id="MediaInfo_1" Name="MediaInfo.dll" Source="..\..\Assemblies\MediaInfo.dll" Vital="yes" KeyPath="no" DiskId="1"/&gt; &lt;File Id="XmpToolkit_1" Name="XmpToolkit.dll" Source="..\..\Assemblies\XmpToolkit.dll" Vital="yes" KeyPath="no" DiskId="1"/&gt; &lt;File Id="ffmpeg.exe_1" Name="ffmpeg.exe" Source="..\..\Assemblies\ffmpeg.exe" Vital="yes" KeyPath="no" DiskId="1"/&gt; &lt;ServiceInstall Id="IngestServiceInstaller" Type="ownProcess" Vital="yes" Name="IngestService" DisplayName="Ingest" Description="Ingest Service" Start="auto" Account="user" Password="password" ErrorControl="ignore" Interactive="no"&gt; &lt;/ServiceInstall&gt; &lt;ServiceControl Id="IngestStartService" Stop="both" Remove="uninstall" Name="IngestService" Wait="no" /&gt; &lt;/Component&gt; &lt;/ComponentGroup&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload