srvany.exeを使用して、あらゆる種類のスクリプト/実行可能ファイルを使用して、サービスとしてホストすることができます。
<Component Id="c1" Guid="someguid">
<File Id="f1" Source="$(var.SourceDir)\srvany.exe" KeyPath="yes" />
<ServiceInstall Id="si1" DisplayName="servicedisplay" Description="servicedesc" Name="servicename" Start="auto" Type="ownProcess" Vital="no" ErrorControl="normal" Account="NT AUTHORITY\NetworkService" />
<ServiceControl Id="sc1S" Name="servicename" Remove="both" Stop="both" Start="install" Wait="yes" />
<RegistryValue Id="reg1" Root="HKLM" Key="SYSTEM\CurrentControlSet\Services\ExpertChatPeerServer\Parameters" Name="Application" Type="string" Value="node "[#f2]"" Action="write" />
</Component>
<Component Id="c2" Guid="someguid" KeyPath="yes">
<File Id="f2" Source="$(var.SourceDir)\somenodescript.js" />
</Component>
こんにちはクリストファー画家,,私はあなたに到達したい、あなたは以下の http://stackoverflow.com/questions/38352117/msi-user-のために私を助けてくださいすることができます:WiXのはその後のようなものが見えますinterface-wizard-session-with-wix – SrilakshmiCh