WIX run vcredist_x64.exe on install

后端 未结 3 543
悲&欢浪女
悲&欢浪女 2020-12-20 14:42

I have an application compiled in VS 2015 and requires the VC++ Redistributable package in order to run properly. Prior to this latest build, we were using an older version

3条回答
  •  执笔经年
    2020-12-20 15:23

    I was facing a similar problem (fully described in this closed question, which actually redirected me here). I was able to solved it inspired by this entry about running the application after setup.

    The key part is basically to add a final step to the UI that launches the vcredist installer:

    
      
      1
    
    

    Regarding the custom action:

    
    

提交回复
热议问题