InstallShield
lichongjun
ArcEngine ArcSDE Oracle10g
展开
-
安装完后进行重新启动计算机
function OnEnd() // To Do: Declare local variables. STRING szTitle, szMsg1, szMsg2; NUMBER nDefOption, nReserved; begin // Set up variables to pass as parameters to原创 2009-02-27 10:13:00 · 522 阅读 · 0 评论 -
程序安装主界面结束后调用exe
function OnFirstUIAfter() NUMBER mWait; NUMBER nWait; begin mWait= LaunchAppAndWait(TARGETDIR^"//XXXXXX.exe", " -XXXX", WAIT); nWait= LaunchAp原创 2009-02-27 10:15:00 · 411 阅读 · 0 评论 -
程序开始时候 检测某一项组侧表键值
nRootKey = HKEY_LOCAL_MACHINE; if (RegDBSetDefaultRoot (nRootKey) MessageBox ("First call to RegDBSetDefaultRoot failed.", SEVERE); abort;else // MessageBox ("Root key succes原创 2009-02-27 10:16:00 · 453 阅读 · 0 评论