installshield2009打包工具使用方法

来源:互联网 发布:c语言printf输出汉字 编辑:程序博客网 时间:2024/06/06 01:36

一:Project Assistant

1.新建工程“Basic MSI Project”
2.选择Application Files添加打包数据
3.选择Application Shortcuts可对生成exe文件的设置 当选择“Create shortcut on Desktop”
  时是在桌面生成快捷方式
4 选择“Installaction Interview”界面全部选择"YES"

二:Installation Designer

1.在指定磁盘位置生成文件例如:“D:\GOI”
General information-----product properties ----右侧 INSTALLDIR 设置成“D:\GOI”

2.可在以下位置对文件进行删除或者添加操作
Application Data---Files and Folders ------

3.添加自动注册com组件

Application Data---Files and Folders ------bin右键---Launch Component Wizard...-----
选择第二个单选按钮---按照步骤一次下来

4.解决注册表乱码问题
Application Data---Files and Folders---右侧找到注册的Com组件然后右键选择
Properties----弹出的对话框选中复选框“self Register”

5.编译生成
 Media---Releases----在右侧选中Releases右键----“New Product Configuration”
------右键"New Release"---右键'Release Wizard'---按步骤完成
 (
  CD-ROM,
  Custom,
  One.cab per Feature,
  Copy Preequisites from source media
  )

0 0