且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

注册PKCS#11库

更新时间:2023-09-13 23:43:46

读取文档的速度注册pkcs11 [ ^ ]您需要调用导出的函数吗?



你需要写一个自定义动作 [ ^ ]



自定义操作类型
[ ^ ] Type18可能是最容易实现的你想做什么 - 虽然我不知道(并且没有记录)如果命令行字符串可以使用 MSI格式的字符串表示法 [ ^ ](因为你想知道你安装的DLL的位置 - #filekey)



喜欢奶酪,处理卸载和回滚(条件语法 [ ^ InstallExecuteSequence [ ^ ]条目(复数))



不知道wix是如何暴露这些的ems,但鉴于它是由MSI开发团队编写的,它可能做得很好
speed reading the docs register pkcs11[^] you need to call an exported function ?

you need to write a custom action[^]

Of the Custom Action types
[^] Type18 is probably the easiest to implement what you want to do - though i don't know (and it's not documented) if the command line string can use MSI formatted string notation[^] (because you'll want to know the location of your installed DLL - #filekey )

for the love of cheese, handle uninstall and rollback ( Condition syntax[^] in your InstallExecuteSequence[^] entries (plural) )

No idea how wix exposes these items, but given it's written by the MSI dev team, it probably does it well