-
BACKGROUND: I now am trying to create an installer for my 'modern' app (.Net 7.0) which is also a series of Windows Services or Linux applications. The Linux side is handled with the creation of docker images. I want to use Wix4 for the Windows services. ISSUE: I am receiving two errors (repeated twice) when I build the installer.
Is there an example wxs source that I can use as a model for my wxs? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
What is the dfiference between the two components? Does one install the service and the other doesn't? You need to either remove one of the components or remove the file from one of them since any given file should only ever be in just one component. |
Beta Was this translation helpful? Give feedback.
What is the dfiference between the two components? Does one install the service and the other doesn't? You need to either remove one of the components or remove the file from one of them since any given file should only ever be in just one component.