installshield打包 ( 积分: 50 )

  • 主题发起人 主题发起人 gcw5zb
  • 开始时间 开始时间
G

gcw5zb

Unregistered / Unconfirmed
GUEST, unregistred user!
怎样打成只有一个setup.exe的包?我用的是priemierX,但每次都有.cab文件
 
怎样打成只有一个setup.exe的包?我用的是priemierX,但每次都有.cab文件
 
用wise可以做出来单一文件的,is没弄过,可能做成msi的可以
帮助里面说可以
Creating a Single Self-Extracting Setup File
InstallShield X—Express Edition

To create a single self-extracting setup file:
Select the SingleImage media type in the Build Your Release view.
In the property sheet to the right, set the Compress Media option to Yes. Now, any setups you build are compressed into one file.

If you set the Include Setup.exe option to Yes, the file generated by InstallShield is an executable (.exe) file. The executable file contains all the files needed to install the Windows Installer service, your Windows Installer setup (.msi) file, and all of your application files. If youdo
not include Setup.exe in your setup, the single file generated is an .msi file containing all of the logic and data necessary to install your application onto a Windows Installer compatible machine.
You can further compress your setup by using InstallShield's complimentary PackageForTheWeb.
就是在Media那里设置一下
 
没用过,不过wise很不错!
 
我的media里没有这些选项
 
血!吐了又吐,还要再吐,推荐用这个
http://www.wisdomcube.com/
 
为了你这分数……
我用InstallShield X--Express Edition 10.0
随便新建立一个工程,下面就会有一排很漂亮的按钮,找到Build Installation,你就会看到有几个选项,其中一个是Single Executable,勾上,然后点击按钮Build Installations,就会编译出来一个文件Setup.exe
另外自己看看帮助,里面也有说明的
 
InstallShield 就是大了点,功能还是很全的。
 
接受答案了.
 
后退
顶部