How to prevent “This program might not have installed correctly” messages on Vista

后端 未结 6 846
一生所求
一生所求 2020-12-04 09:12

I have a product setup executable that copies some files to the user\'s hard drive. It\'s not a typical installer in the normal sense (it doesn\'t add anything to the Start

6条回答
  •  伪装坚强ぢ
    2020-12-04 09:45

    Include this section in the program's manifest file:

    
      
        
          
        
          
        
          
        
          
        
          
    
      
    
    

    It'll suppress Program Compatibility Assistant by stating that your app is compatible with Vista and Win 7.

提交回复
热议问题