<CustomAction I'd=readValue binaryKey = custom.dll
DllEntryy = readfilevalue Execute= deferred Return =
check/>
// // In a .cs file code to read the file having method
// readfilevalue。 //我正在设定 Customsession.writesessionvalue(key,value);
// In another .wxs file invoking executables
<Custom Action = someExe After= someOtherExe>
<!CDATA[ key < someValue]>
<Custom>
//我可以在此“定制”标签中获取键值吗?如果没有 //如何获得该值,请提出建议。
答案 0 :(得分:0)
否,延迟的操作(@ Execute =“ deferred”)与共享的Windows Installer会话之间存在very limited information flow。该流程包括向操作发送一些属性(包括CustomActionData),并从中接收进度信息以及成功或失败,但是不会携带您所描述的任意数据。
您所看到的选项: