Wix - How to install multiple windows services with one executable?

前端 未结 4 870
面向向阳花
面向向阳花 2021-02-11 04:02

I\'m trying to install multiple windows services with the same executable, but WiX doesn\'t like the same name attributes in the two file tags. I have tried changing the names o

4条回答
  •  一整个雨季
    2021-02-11 04:56

    In one of my projects, I have 2 services inside of one executable. So for both services in my exe, I have the following in my wix setup. Hope this helps.

      
        
    
        
        
        
    
        
        
        
    
      
    

提交回复
热议问题