[wix-users] Weird problem installing the same file into two different destinations

Hanebach, Jack (US - Mechanicsburg Delivery) jhanebach at deloitte.com
Fri Mar 16 08:06:28 PDT 2018


Hi,

I'm running into this weird, machine dependent, problem:

Trying to install nssm.exe into two different locations (need it to install services - logstash and filebeat.) On my development machine it works fine but when I tried the installer on a vm only one made it. Obviously, the other service did not install... :(
The code:
    <Component Id="NssmLogstashComponent" Directory="LOGSTASHFOLDER" Guid="..." >
      <File Id="NssmLogstashExe" Name="nssm.exe" KeyPath="yes" Source="nssm.exe" />
    </Component>
    <Component Id="NssmFilebeatComponent" Directory="FILEBEATFOLDER" Guid="...">
      <File Id="NssmFilebeatExe" Name="nssm.exe" KeyPath="yes" Source="nssm.exe" />
    </Component>

Any tips on how to make sure it works everywhere?

Jack Hanebach
Deloitte USDC
Tel/Direct: +1.717.610.2620
jhanebach at deloitte.com | www.deloitte.com

This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message and any disclosure, copying, or distribution of this message, or the taking of any action based on it, by you is strictly prohibited.

v.E.1


More information about the wix-users mailing list