I want to create a MSI that installs a certificate in the local machine store on several computers. As the certificate will be different on each machine I wanted to exclude the pfx from the MSI so that I can provide the same MSI everywhere and only have to pick the correct certificate.
How can I tell WiX that the Binary element that encapsulates the pfx included in the Setup should be a file in the Installation source Directory and not embedded in the MSI?