WiX: how to access / change installation directory in managed bootstrapper?

后端 未结 3 1547
余生分开走
余生分开走 2021-01-13 03:28

I am creating a WPF setup application with a custom user interface. I started with the tutorial of Bryan P. Johnston: http://bryanpjohnston.com/2012/09/28/custom-wix-managed

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-13 03:45

    Yes just create a variable in your burn bootstrapper:

    
    

    you can then pass this as a parameter to your boot-strapped msi package:

    
                  
    
    

提交回复
热议问题