Chinaunix首页 | 论坛 | 博客
  • 博客访问: 107683
  • 博文数量: 20
  • 博客积分: 1910
  • 博客等级: 上尉
  • 技术积分: 485
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-10 15:46
文章分类

全部博文(20)

文章存档

2013年(3)

2012年(4)

2011年(10)

2010年(1)

2009年(2)

我的朋友

分类:

2011-03-19 21:21:08

 

Data can be passed between immediate custom action and Wix main thread. It is quite easy to do that.

 

Data can be gotten by property name in C# custom action like below:

   string imgCacheDir = session["DotNetConfigPath"];

 

Data can also be passed back to Wix main thread like below:

       session["MyVersion"] = "1.2.3.0"

阅读(204) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~