customAction

wix中,传参给c#扩展的customAction的 使用笔记

1. 即时的CA 不可回滚,但是能直接在c#里用session["属性名称"] 访问 上下文的属性 2. 如果是延迟执行的CA, 需要通过 customActionData ```xml ``` ```c# CustomActionData data = session.CustomActionDa ......
customAction 笔记 wix
共1篇  :1/1页 首页上一页1下一页尾页