在“Script-defined Folders”下建立一个变量,如“<MyPathOne>”,
注意,这个变量要用“<>”括起来.
添加目录后,可以在Organization中的Components中
其中“Files6”为“Script-defined Folders”生成的组件:
注意它的“Destination”值为“<MyPathOne>”
在Setup.Rul中添加改变目录值的语句
//改变自定义目录的值
ComponentSetTarget(MEDIA,"<MyPathOne>", "C:\\");
注意:有的文章使用 FeatureSetTarget(MEDIA,"<MyPathOne>", "C:\\aa");
但是install shield 不认