摘要:
在用InstallShield制作安装包时,有时我们会在脚本中通过操作注册表,配置系统环境变量,比如在Path中追加,但卸载时如何清除追加的路径变量,一直有些模糊。今天受网友启发,在InstallShield的帮助文档中找到了解决办法,代码如下:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->functionOnBegin()STRINGsvSearchPath;begin//Setupthesearchpathtopassasaparame 阅读全文