摘要:
在批处理中 使用 pushd %~dp0 echo %CD% 获取当前批处理文件的路径 在vbs中 可以使用 WScript.Echo CreateObject("SCripting.FileSystemObject").GetFolder(".... 阅读全文
posted @ 2010-11-30 17:49
饺子吃遍天
阅读(157)
评论(0)
推荐(0)
摘要:
在批处理中 使用 pushd %~dp0 echo %CD% 获取当前批处理文件的路径 在vbs中 可以使用 WScript.Echo CreateObject("SCripting.FileSystemObject").GetFolder(".... 阅读全文
posted @ 2010-11-30 17:49
饺子吃遍天
阅读(145)
评论(0)
推荐(0)
摘要:
添加环境变量 比如 setup.vbs文件 内容如下 Set argu = WScript.Argumentsset sysenv=CreateObject("WScript.Shell").Environment("system")sysenv("JAVA_HOME... 阅读全文
posted @ 2010-11-30 17:34
饺子吃遍天
阅读(494)
评论(0)
推荐(0)
摘要:
有时网installshield中添加 文件时 比如有些文件是自注册文件 这些文件 会导致安装的时候 安装不了 会说 dll无法注册 点击installation designer视图 左边的Organization下的components右边会出现 一棵树 ... 阅读全文
posted @ 2010-11-30 17:26
饺子吃遍天
阅读(219)
评论(0)
推荐(0)
摘要:
有时网installshield中添加 文件时 比如有些文件是自注册文件 这些文件 会导致安装的时候 安装不了 会说 dll无法注册 点击installation designer视图 左边的Organization下的components右边会出现 一棵树 ... 阅读全文
posted @ 2010-11-30 17:26
饺子吃遍天
阅读(149)
评论(0)
推荐(0)
摘要:
如何执行批处理 我们可以在事件中使用方法 来执行 installshield提供了该方法LaunchAppAndWait 来调用应用程序 //执行卸载脚本function ExecuteUnstall()string cmdline; begin... 阅读全文
posted @ 2010-11-30 17:14
饺子吃遍天
阅读(135)
评论(0)
推荐(0)
摘要:
如何执行批处理 我们可以在事件中使用方法 来执行 installshield提供了该方法LaunchAppAndWait 来调用应用程序 //执行卸载脚本function ExecuteUnstall()string cmdline; begin... 阅读全文
posted @ 2010-11-30 17:14
饺子吃遍天
阅读(243)
评论(0)
推荐(0)
摘要:
比如 创建一个installshield工程之后 intallshield程序 会自动生成程序执行的代码 看脚本 生成了一个 function OnFirstUIBefore() 该方法是用于 在安装程序运行期间的 所有窗口的代码 你可以随意修改 ... 阅读全文
posted @ 2010-11-30 17:09
饺子吃遍天
阅读(107)
评论(0)
推荐(0)
摘要:
比如 创建一个installshield工程之后 intallshield程序 会自动生成程序执行的代码 看脚本 生成了一个 function OnFirstUIBefore() 该方法是用于 在安装程序运行期间的 所有窗口的代码 你可以随意修改 ... 阅读全文
posted @ 2010-11-30 17:09
饺子吃遍天
阅读(123)
评论(0)
推荐(0)
摘要:
if 语句 if(SdAskDestPath(title,"我的东西我做主",path,0)=NEXT) then TARGETDIR=path; endif;最后 记得加分号 掉了就会编译出错 if else语句 if(AskText("请输... 阅读全文
posted @ 2010-11-30 16:56
饺子吃遍天
阅读(116)
评论(0)
推荐(0)
摘要:
if 语句 if(SdAskDestPath(title,"我的东西我做主",path,0)=NEXT) then TARGETDIR=path; endif;最后 记得加分号 掉了就会编译出错 if else语句 if(AskText("请输... 阅读全文
posted @ 2010-11-30 16:56
饺子吃遍天
阅读(116)
评论(0)
推荐(0)
摘要:
进入installation designer 窗口 点击左边树导航中的 installscript 要使用 installshild自带的向导窗口 必须先 添加两个头文件 #include "ifx.h" #include "SdDialog.h" 定义变... 阅读全文
posted @ 2010-11-30 16:47
饺子吃遍天
阅读(120)
评论(0)
推荐(0)
摘要:
进入installation designer 窗口 点击左边树导航中的 installscript 要使用 installshild自带的向导窗口 必须先 添加两个头文件 #include "ifx.h" #include "SdDialog.h" 定义变... 阅读全文
posted @ 2010-11-30 16:47
饺子吃遍天
阅读(200)
评论(0)
推荐(0)

浙公网安备 33010602011771号