资源描述:
《InstallShield 2009打包文档》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、1.打开InstallShield2009软件2.点击顶部file标签,然后点击new,出现以下3.4.projectname是你这个打包项目的名称,location是你项目存放的位置。写好名字后位置后点击OK.5.会进到标准打包页面1.点击底部第一项applicationinformation分别为:公司名称、打包后出的EXE文件名称、安装包版本、公司网址2.点击底部第二项installationrequirements分别为:意思就是选择你打的安装包适用于哪些操作系统和哪些框架1.点击底部第四项ap
2、plicationfiles建立你的打包目录。2.点击底部第七项installationlocalization选择安装包的语言3.点击底部第八项buildinstallation选择第一项。1.初步设置完毕,点击顶部installationdesigner标签1.点击左侧filesandfolders在右侧设置你安装包需要拷贝的文件及位置。2.点击左侧internetinformationservicesWebsites为IIS虚拟目录设置,右侧设置根据你IIS的正常设置进行设置。Applicatio
3、npools是设置应用程序池1.点击左侧installscript需要编写脚本,例如安装前重启IIS等设置,一下为我们安装的设置,可是适当改改://===========================================================================////FileName:Setup.rul////Description:Blanksetupmainscriptfile////Comments:Blanksetupisanemptysetupprojec
4、t.Ifyouwantto//createanewprojectvia.step-bystepinstructionsusethe//ProjectAssistant.////===========================================================================//Includedheaderfiles----------------------------------------------------#include"ifx.h"//N
5、ote:InordertohaveyourInstallScriptfunctionexecutedasacustom//actionbytheWindowsInstaller,itmustbeprototypedasan//entry-pointfunction.//ThekeywordexportidentifiesMyFunction()asanentry-pointfunction.//TheargumentitacceptsmustbeahandletotheInstallerdatabase
6、./*exportprototypeMyFunction(HWND);*///---------------------------------------------------------------------------//OnFirstUIBefore////TheOnFirstUIBeforeeventiscalledbytheframeworkwhenthesetupis//runninginfirstinstallmode.BydefaultthiseventdisplaysUIallo
7、wing//theendusertospecifyinstallationparameters.//---------------------------------------------------------------------------functionOnFirstUIBefore()NUMBERnResult,nSetupType,nvSize,nUser;STRINGszTitle,szMsg,szQuestion,svName,svCompany,szFile;STRINGszLic
8、enseFile,svSetupType;LISTlist,listStartCopy;BOOLbCustom;begin//TODO:ifyouwanttoenablebackground,windowtitle,andcaptionbartitle//SetTitle(@PRODUCT_NAME,24,WHITE);//SetTitle(@PRODUCT_NAME,0,BACKGROUNDCAPTION);//Enable(FULLWI