04 2006 档案

摘要:利用winrar可以制作自解压文件(sfx)"C:\Program Files\WinRAR\WinRAR.exe" a -r -y -sfx -ep1 -zHostCheck.diz -x*\.svn\* HostCheck.exe HostCheck\*其中HostChek.diz的内容如下:Title=解压文件Text{安装程序正在解压文件,这可能需要几分钟的时间请稍候...}Path=.\... 阅读全文
posted @ 2006-04-05 09:22 Donal 阅读(2375) 评论(0) 推荐(0)
摘要:在"自定义操作"中安装项目的CustomActionData属性中填入:/targetdir="[TARGETDIR]\"然后安装项目(installer类的继承类)中,就可以用string InstallDir=this.Context.Parameters["targetdir"];来访问用选择的安装目录 阅读全文
posted @ 2006-04-04 16:03 Donal 阅读(207) 评论(0) 推荐(0)