InstallShield的基本打包功能(InstallShield从入门到精通二)

 
Application Information Page:
The Application Information page is where you specify general information about the application your project will install, including the application's name and version, your company's name and Web address, and the application icon

 
Installation Requirements Page:
The Installation Requirements page enables you to easily set installation requirements for the target system. For example, if your application requires a specific operating system in order to run properly, you can indicate that in the first section of this page.
 
Installation Architecture Page:
The Installation Architecture page lets you specify the features you want your installation program to display to the end user. A feature is the smallest separately installable piece of your product from the end user's standpoint. Individual features are visible to end users when they select a Custom setup type during installation.
 
Application Files Page:
The Application Files page lets you specify the files you want to associate with each of your features.

 
Application Redistributables Page:
The Application Redistributables page lets you specify any third-party technologies that your application requires, for example, MDAC, MFC, or DirectX. You can use the option buttons to specify any such requirements.
If your application requirements are not addressed by the displayed questions and option buttons, you can click the Objects link to switch from the Project Assistant to the Installation Designer and see a complete list of available objects and merge modules that encapsulate third-party technologies.
 
Application Shortcuts Page:
The Application Shortcuts page lets you specify shortcuts for your application's files on the target system's desktop or Start menu. By default, this page displays a shortcut for each executable that you have included in your installation project. You can delete these, and add shortcuts to other files that you have included in your installation project.
 
Application Registry Page:
The Application Registry page lets you specify any registry data that your application requires.
 
Installation Interview Page:
The Installation Interview page lets you specify the dialogs you want the end user to see when your installation program runs. Based on your answers to the questions on this page, the Project Assistant adds the corresponding dialog to your installation project.
 
Installation Localization Page:
The Installation Localization page lets you specify the languages your installation supports, and specify string values and associated identifiers, which you can use in your end user interface to make your installation more easily localizable in other languages.

     直接从f1帮助中找到的懒得翻译了,这部分还是很好理解的
都是Project Assistant的内容
而Installation Design 也没啥好介绍的,其实照着做就是了,但是有些经验总结
总结一:iis中设置默认站点的时候似乎有时会出现不成功的现象,但虚拟机是完全可以的,不过特别要注意的是,如果是.net网站,把默认文件改成default.aspx(默认是.asp文件)。
总结二:加上的dll是会被自动注册的。
总结三:千万别把debug版放上来,上次弄个windows service vc.net2005 写的,差点儿被搞死
 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章