起步软件技术论坛-X3

 找回密码
 立即注册
搜索
查看: 143|回复: 8

【结贴】关于2936版本制作客户端安装程序问题**

[复制链接]
发表于 2008-6-17 16:14:19 | 显示全部楼层 |阅读模式
X32936版本在使用客户端安装制作工具生成客户端安装文件INSTALL.JAR后,在客户端进行安装后生成的快捷方式问题:
1、MESSENGER的快捷方式没有生成
2、X3 客户端配置工具 点击打开的是BUSINESS.EXE.
回复

使用道具 举报

发表于 2008-6-17 16:23:01 | 显示全部楼层
IzPack\x3client_script\shortcutSpec.xml文件贴出来看一下
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-6-17 16:28:18 | 显示全部楼层
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<shortcuts>

    <skipIfNotSupported/>
   
    <programGroup defaultName="X3 协同管理系统"  location="startMenu"/>
   
    <shortcut name="X3 协同管理系统"
                    target="$INSTALL_PATH\Business.exe"
                    commandLine=""
                    description="x3 客户端运行工具"
                    initialState="normal"
                    programGroup="yes"
                    desktop="yes"
                    applications="no"
                    startMenu="no"
                    startup="no">         
   </shortcut>   
   <shortcut name="X3 客户端配置工具"
                    target="$INSTALL_PATH\Config.exe"
                    commandLine=""
                    description="x3 客户端配置工具"
                    initialState="normal"
                    programGroup="yes"
                    desktop="no"
                    applications="no"
                    startMenu="no"
                    startup="no">         
   </shortcut>  
      <shortcut name="X3 即时通讯工具"
                    target="$INSTALL_PATH\messenger.exe"
                    commandLine=""
                    description="x3 即时通讯工具"
                    initialState="normal"
                    programGroup="yes"
                    desktop="yes"
                    applications="no"
                    startMenu="no"
                    startup="no">
    <createForPack name="X3 Talk"/>     
   </shortcut>   
</shortcuts>
回复 支持 反对

使用道具 举报

发表于 2008-6-17 16:36:53 | 显示全部楼层
1、MESSENGER的快捷方式没有生成
如果你安装的时候没有选择安装messenger,那么就不会生成messenger的快捷方式的。

2、X3 客户端配置工具 点击打开的是BUSINESS.EXE.

<shortcut name="X3 客户端配置工具"
                    target="$INSTALL_PATH\Config.exe"
                    commandLine=""
                    description="x3 客户端配置工具"
                    initialState="normal"
                    programGroup="yes"
                    desktop="no"
                    applications="no"
                    startMenu="no"
                    startup="no">         
   </shortcut>  
根据这段代码,应该不会有你说的问题的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-6-17 16:39:33 | 显示全部楼层
这个$INSTALL_PATH需要改吗?
回复 支持 反对

使用道具 举报

发表于 2008-6-17 16:40:41 | 显示全部楼层
刚才确认了一下,确实有问题我们在看看
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-6-17 16:50:17 | 显示全部楼层
好的,敬听佳音!
回复 支持 反对

使用道具 举报

发表于 2008-6-17 16:59:04 | 显示全部楼层
1、MESSENGER的快捷方式没有生成
修改成下面代码:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

<shortcuts>

    <skipIfNotSupported/>
   
    <programGroup defaultName="X3 协同管理系统"  location="startMenu"/>
   
    <shortcut name="X3 协同管理系统"
                    target="$INSTALL_PATH\Business.exe"
                    commandLine=""
                    description="x3 客户端运行工具"
                    initialState="normal"
                    programGroup="yes"
                    desktop="yes"
                    applications="no"
                    startMenu="no"
                    startup="no">         
   </shortcut>   
   <shortcut name="X3 客户端配置工具"
                    target="$INSTALL_PATH\Config.exe"
                    commandLine=""
                    description="x3 客户端配置工具"
                    initialState="normal"
                    programGroup="yes"
                    desktop="yes"
                    applications="no"
                    startMenu="no"
                    startup="no">         
   </shortcut>  
      <shortcut name="X3 即时通讯工具"
                    target="$INSTALL_PATH\messenger.exe"
                    commandLine=""
                    description="x3 即时通讯工具"
                    initialState="normal"
                    programGroup="yes"
                    desktop="yes"
                    applications="no"
                    startMenu="no"
                    startup="no">   
   </shortcut>   
</shortcuts>

2、X3 客户端配置工具 点击打开的是BUSINESS.EXE.
在client\NewVersion\install目录放一个config.exe,然后运行客户端安装制作工具 把“生成下载文件”和 “制作安装程序” 都运行一下,但是部推荐这么做,会增加IE下载客户端的大小,建议直接配置好config.xml文件,然后把客户端的那个快捷方式去掉
回复 支持 反对

使用道具 举报

发表于 2008-6-30 09:09:42 | 显示全部楼层
楼主的这两个问题已经提交缺陷,有问题请开新帖
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2025-7-18 12:20 , Processed in 0.041914 second(s), 15 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表