Not enough permissions to install service

后端 未结 8 847
悲&欢浪女
悲&欢浪女 2021-02-08 14:04

I have the following declaration of my service:



        
8条回答
  •  被撕碎了的回忆
    2021-02-08 14:15

    Probably you have to set the permission for the your service, something like that:

    
        
    
    
    

    and dont forget to include the UtilExtension: xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"

    There is another way (but not recomended :) You could try to install it using custom actions:

    
    
        
    
    
    

    The problem with this code is that you need to have the install location without the white spaces (I had a problem with white spaces and could not manage to solve it, probably you'll be more lucky).

提交回复
热议问题