C caochen Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-29 #1 InstallShield中如何调用外部带参数的程序?
Z zm30 Unregistered / Unconfirmed GUEST, unregistred user! 2002-09-29 #2 if (LaunchApp ("Nodepad.exe", "readme.txt") < 0) then MessageBox ("Unable to launch Nodepad", SEVERE); endif;
if (LaunchApp ("Nodepad.exe", "readme.txt") < 0) then MessageBox ("Unable to launch Nodepad", SEVERE); endif;