Orca应用程序的环境变量。
问题描述:
你好!
如何在Orca应用程序的System部分的Environment变量中创建一个值?
谢谢!
Hello!
How to create a value in Environment variables of the System section by Orca application?
Thanks!
答
4个步骤
1.编写一个exe,根据命令行传递的内容设置系统路径 - 例如 http://dominoc925.blogspot.com.au/2009/06/append-path-variable-during.html [ ^ ]
2.在orca中,创建一个 type 2 [ ^ ]自定义操作条目
3.在orca中将exe插入二进制表 [ ^ ]
4.在orca中,安排使用 InstallExecuteSequence [ ^ ] table
4 steps
1. write an exe that sets the system path based on things passed on its command line - example http://dominoc925.blogspot.com.au/2009/06/append-path-variable-during.html[^]
2. in orca, create a type 2[^] custom action entry
3. in orca insert that exe into the Binary table[^]
4. in orca, schedule that custom action to run using the InstallExecuteSequence[^] table