
























1. 添加一个[User Interface]
2. 设置所添加[User Interface]的属性
3. 设置[Custom Actions]的[CustomActionData]属性值
4. 重写[ProjectInstaller.cs]的[void Install(IDictionary stateSaver)]方法
public override void Install(IDictionary stateSaver)
{
base.Install(stateSaver);
string content = Context.Parameters["TTTTTContent"];
File.WriteAllText(@"C:\TTTTT.txt", content);
}
5. 编译安装
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。