摘要: 返回文件大小! 例如:1M   private const double KBCount = 1024; private const double MBCount = KBCount * 1024; private const double GBCount = MBCount * 1024; private const double TBCount = GBCount * 1024;   /// ... 阅读全文
posted @ 2010-04-14 14:14 cxc414 阅读(2021) 评论(0) 推荐(0) 编辑
摘要: [code]//安裝前方法function InitializeSetup: Boolean;var Path:string ; ResultCode: Integer;begin if RegKeyExists(HKLM, 'SOFTWARE\Microsoft\.NETFramework\v3.0 SP1')=false then begin Path := ExpandConstant(... 阅读全文
posted @ 2010-04-14 14:10 cxc414 阅读(2299) 评论(0) 推荐(0) 编辑