在"自定义操作"中安装项目的CustomActionData属性中填入:
/targetdir="[TARGETDIR]\"
然后安装项目(installer类的继承类)中,就可以用
string InstallDir=this.Context.Parameters["targetdir"];
来访问用选择的安装目录

相关文章:

  • 2021-07-19
  • 2021-12-26
  • 2021-04-05
  • 2021-10-07
  • 2021-11-02
  • 2021-08-01
猜你喜欢
  • 2022-12-23
  • 2022-02-16
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-09-14
相关资源
相似解决方案