How to associate application with existing file types using WiX installer?

后端 未结 1 1131
执笔经年
执笔经年 2020-11-29 19:28

Related to this: How to register file types/extensions with a WiX installer? but not a duplicate.

I need to handle existing file types (.jpg files).

I do not

1条回答
  •  南方客
    南方客 (楼主)
    2020-11-29 20:13

    Here's a full, complete example with a bit more detail and cleaner code than in the linked question and should provide a better answer. Quite timely as I've recently finished porting the code posted previously, to use proper ProgId elements so this is fresh in my mind ;)

    In regards to the 'what here', you can pretty much use whatever you like :)

    
    
        
    
        
    
        
        
        
        
        
        
        
        
        
    
        
        
        
    
        
        
        
    
        
        
        
            
                
                
            
        
    
        
        
        
    
    

    0 讨论(0)
提交回复
热议问题