如何在install shield 里面 运行安装其他的应用程序,(50分)

F

fudan

Unregistered / Unconfirmed
GUEST, unregistred user!
我试了脚本,提示 ISkernel 出错, 没有合适的权利访问本机器,奇怪
function MyFunction(hMSI)
// Todo
: Declare local variables.
STRING szPath;
STRING szFileName;
begin

// Todo
: Write script that will be executed when MyFunction is called.
szPath= INSTALLDIR^"//";
szFileName="CfxIEDsg.exe";
LaunchApp(szPath^szFileName ,'');
end;
 
顶部