<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>梦想吧</title>
    <link>http://www.dreams8.com/forum.php</link>
    <description>Latest 20 threads of all forums</description>
    <copyright>Copyright(C) 梦想吧</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 18 May 2012 20:41:52 +0000</lastBuildDate>
    <ttl>35</ttl>
    <image>
      <url>http://www.dreams8.com/static/image/common/logo_88_31.gif</url>
      <title>梦想吧</title>
      <link>http://www.dreams8.com/</link>
    </image>
    <item>
      <title>inno 制作安装包，如何将某些文件设置为隐藏</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16961</link>
      <description><![CDATA[nno 制作安装包，如何将某些文件设置为隐藏 。例如用inno制作一个安装包，使用该安装包安装后，有个a文件或者文件夹 ，需将a设置为隐藏，该怎么做啊  求教]]></description>
      <category>『INNO 学习交流』</category>
      <author>sinwintter</author>
      <pubDate>Fri, 18 May 2012 07:04:34 +0000</pubDate>
    </item>
    <item>
      <title>INNO 对操作系统判断code</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16960</link>
      <description><![CDATA[[Code]
function UseDriverForWindows7(): Boolean;
var
  Version: TWindowsVersion;
begin
  GetWindowsVersionEx(Version);

  // Windows 7 version is 6.1 (workstation)
  if (Version.Major = 6)  and
     (Version.Minor = 1) and
     (Version.Pro ...]]></description>
      <category>INNO Q&amp;A</category>
      <author>leesir</author>
      <pubDate>Fri, 18 May 2012 05:04:45 +0000</pubDate>
    </item>
    <item>
      <title>inno setup完成界面run中 检测注册表是否安装了软件</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16959</link>
      <description><![CDATA[[Files]
Source: &quot;dotNetFx40_Full_setup.exe&quot;; DestDir: {tmp}; Flags: deleteafterinstall

[Run]
Filename: &quot;{tmp}\dotNetFx40_Full_setup.exe&quot;; Check: FrameworkIsNotInstalled

[code]
function FrameworkIsNotInstalled: Boolean;
begin
  Result := no ...]]></description>
      <category>INNO 教程源码</category>
      <author>leesir</author>
      <pubDate>Fri, 18 May 2012 04:58:55 +0000</pubDate>
    </item>
    <item>
      <title>INNO安装前判断系统类型以及是否已安装</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16958</link>
      <description><![CDATA[[code]
var
  nt5: Boolean;
  nt6: Boolean;
  Version: TWindowsVersion;
function IsNT5(): Boolean;
begin
  Result := nt5;
end;
function IsNT6(): Boolean;
begin
  Result := nt6;
end;
function InitializeSetup(): Boolean;
var
  sName: Stri ...]]></description>
      <category>INNO 教程源码</category>
      <author>leesir</author>
      <pubDate>Fri, 18 May 2012 04:42:42 +0000</pubDate>
    </item>
    <item>
      <title>如何根据用户系统的情况来决定是否需要</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16957</link>
      <description><![CDATA[好的安装程序应该可以根据用户电脑中的情况（比如某个注册表键值或者某个文件的存在）来自动决定是否需要安装某个组件，并给用户相应的提示（比如根据情况更改组件的描述以及让相应的组件不可选等）。
以下的脚本取自 PASSOLO 的安装程序脚本。它是以某个注册表键值来判 ...]]></description>
      <category>INNO 教程源码</category>
      <author>leesir</author>
      <pubDate>Fri, 18 May 2012 04:41:14 +0000</pubDate>
    </item>
    <item>
      <title>桌面图标拖到一个文件夹后，再拖回到桌面，卸载程序卸载不了桌面图标</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16956</link>
      <description><![CDATA[程序安装完后把桌面图标拖到一个文件夹后，再拖回到桌面，卸载程序删除不了桌面图标？这个为什么啊
!define PRODUCT_NAME_DESKTOP &quot;桌面&quot;
创建
 CreateShortCut &quot;$DESKTOP\${PRODUCT_NAME_DESKTOP}.lnk&quot; &quot;$INSTDIR\delete.exe&quot;

删除 
Delete &quot;$DESKTOP\${PRODUCT ...]]></description>
      <category>『NSIS 学习交流』</category>
      <author>xixiking</author>
      <pubDate>Fri, 18 May 2012 03:24:12 +0000</pubDate>
    </item>
    <item>
      <title>关于inno 备份2：不能备份文件夹里的文件</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16955</link>
      <description><![CDATA[关于inno 安装前对目标文件备份或者重命名问题已在版主的帮助完成了，大家可以参考http://www.dreams8.com/thread-16953-1-1.html 这个帖子，
但是还遗留了一个问题，就是我的打包程序里有多层文件夹，每个文件夹里都有文件，都需要判断是否存在，存在则备份。
使用了 ...]]></description>
      <category>『INNO 学习交流』</category>
      <author>怀夕</author>
      <pubDate>Fri, 18 May 2012 01:39:57 +0000</pubDate>
    </item>
    <item>
      <title>备份文件和恢复备份的文件</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16954</link>
      <description><![CDATA[]]></description>
      <category>INNO 教程源码</category>
      <author>leesir</author>
      <pubDate>Thu, 17 May 2012 15:16:01 +0000</pubDate>
    </item>
    <item>
      <title>关于inno 安装前对目标文件备份或者重命名问题，高手来指点下</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16953</link>
      <description><![CDATA[大侠们：
    小弟在制作打包安装的时候遇到一个困难，还请大侠们指点下。
    安装原理是这样的：  在安装过程中，如果目标盘文件与安装包里的文件相同时，把目标盘里的文件备份或者重命名下。不直接覆盖。还望大侠们指点下。
注：不能指定文件与目标盘文件比对，因 ...]]></description>
      <category>『INNO 学习交流』</category>
      <author>怀夕</author>
      <pubDate>Thu, 17 May 2012 09:02:03 +0000</pubDate>
    </item>
    <item>
      <title>【100元】 求防一个界面的东西~ 功能就几个按钮~[交易完成]</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16952</link>
      <description><![CDATA[DBank网盘附件：
【DBank网盘】 budin.rar(162.45K)
http://dl.dbank.com/c091tli87n

这个是要防的一个nsis的东西~

ps：（用7z打开 可以查看exe里面包含的资源）~
要求：
1)界面和他差不多~  
2)功能一样。
3)修改图标（我自备）
4)修改最后跳转网址（）
 ...]]></description>
      <category>『软件打包/软件封装』</category>
      <author>too</author>
      <pubDate>Mon, 14 May 2012 08:44:00 +0000</pubDate>
    </item>
    <item>
      <title>搜索指定文件名 并且删除  然后新建 在设置只读。</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16951</link>
      <description><![CDATA[请问高手如何 搜索指定文件名 并且删除   后面的新建和只读我已经找到答案了。

搜索指定文件名？
？？？？？？？？？？

删除 部分
Delete &quot;$INSTDIR\文件\temp.bat&quot;

设置只读 部分
Section &quot;  SetFileAttributes&quot;
SetFileAttributes &quot;C:\demo&quot; HIDDEN  ;设 ...]]></description>
      <category>『NSIS 学习交流』</category>
      <author>chenshuang</author>
      <pubDate>Mon, 14 May 2012 07:54:15 +0000</pubDate>
    </item>
    <item>
      <title>求助  选择目录换肤的问题</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16950</link>
      <description><![CDATA[在论坛里面下了一个QQ的自定义皮肤的安装DEMO，在选择目录的时候不想用自定义的皮肤。想请教一下，怎么改。谢谢！
Function OnDirRequest1
 nsDialogs::SelectFolderDialog /NOUNLOAD &quot;$\n请选择目录&quot; &quot;&quot;
    Pop ...]]></description>
      <category>『NSIS 学习交流』</category>
      <author>plazzy</author>
<enclosure url="http://www.dreams8.com/data/attachment/forum/201205/12/145308ib0tbfd0fjyazrdz.jpg" length="24609" type="image/jpeg" />      <pubDate>Sat, 12 May 2012 06:54:31 +0000</pubDate>
    </item>
    <item>
      <title>NSIS实现了自定义添加快捷方式页面,但是无效</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16949</link>
      <description><![CDATA[但是无效, 求帮助.
帮我修改一下, 怎么才能使点击下一步能快捷方式并修改主页.　]]></description>
      <category>『NSIS 学习交流』</category>
      <author>夏沫兮。</author>
<enclosure url="http://www.dreams8.com/data/attachment/forum/201205/12/0620167apjaqrjreusrbql.png" length="29357" type="image/jpeg" />      <pubDate>Fri, 11 May 2012 22:21:35 +0000</pubDate>
    </item>
    <item>
      <title>关于鼠标拖拽的用法</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16948</link>
      <description><![CDATA[我在 procedure InitializeWizard(); 创建了这样一个东西， 在安装界面已经能正常显示了，但是问题就来了。鼠标点击左键不能拖拽复制啊，怎么加入鼠标拖拽，

Diredit:= TLabel.Create(WizardForm);
Diredit.Parent:=WizardForm;
Diredit.AutoSize:=False;
Dired ...]]></description>
      <category>『INNO 学习交流』</category>
      <author>mad8834671</author>
      <pubDate>Fri, 11 May 2012 14:44:07 +0000</pubDate>
    </item>
    <item>
      <title>ADOBE CS6大师版-简体中文版，LS3生成-补丁包，完整安装包，完美详尽的安装说明</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16947</link>
      <description><![CDATA[ADOBE CS6大师版-简体中文版，LS3生成-补丁包，完整安装包，完整详尽的安装说明
转载请注明本帖地址！

鉴于以下三点，我还是做了这个CS6简体大师包

LS3的大师版没有简体中文
大师版可以离线激活，破解完美
Design and Web Premium CS6 LS3包没有放出的迹象（其 ...]]></description>
      <category>『 软件下载交流区 』</category>
      <author>leesir</author>
      <pubDate>Fri, 11 May 2012 00:38:09 +0000</pubDate>
    </item>
    <item>
      <title>IBM Rational PurifyPlus 破解 License</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16946</link>
      <description><![CDATA[1.软件下载地址
ed2k://|file|%5B%E7%A8%8B%E5%BA%8F%E5%BC%80%E5%8F%91%5D.IBM.Rational.PurifyPlus.v7.0.Windows-YYePGiSO.bin|202716528|8BE7DD4DBA693B92F8B218F6B51D4012|h=4TW2VQXT6HCW4MZSWF7DRHK5NV36YOPC|/
2.下载后用DAEMON Tools Lite打开
3.安装的时候要 ...]]></description>
      <category>『 软件下载交流区 』</category>
      <author>leesir</author>
      <pubDate>Thu, 10 May 2012 16:24:29 +0000</pubDate>
    </item>
    <item>
      <title>Inno 的 unins000.exe 更名</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16945</link>
      <description><![CDATA[INNO SETUP 支持在同一个目录中安装多个应用程序，所以根据安装的先后次序自动将卸载程序文件命名为 unins000.exe，unins001.exe，unins002.exe 等等。这是 INNO SETUP 自身的功能。请参阅 http://www.jrsoftware.org/iskb.php?uninstallername 。

一旦安装过程结束后 ...]]></description>
      <category>INNO 教程源码</category>
      <author>leesir</author>
      <pubDate>Sun, 06 May 2012 15:34:02 +0000</pubDate>
    </item>
    <item>
      <title>inno如何使用配置数字签名工具</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16944</link>
      <description><![CDATA[以下是一个例子，这个例子只是用来测试，所以证书是自己建立的无法通过微软证书验证的，不过大致上也就是这么做签名的了。
建立一个批处理。
cert.bat

简单解释：第1行，path 指向证书工具的路径，通常你安装了Windows SDK 工具就会有证书签名工具，“C:\Program F ...]]></description>
      <category>INNO 教程源码</category>
      <author>leesir</author>
      <pubDate>Sun, 06 May 2012 15:28:02 +0000</pubDate>
    </item>
    <item>
      <title>DiskGenius 3.8.0版正式发布</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16943</link>
      <description><![CDATA[最新版本 V3.8.0
2012.4.24 更新
http://www.diskgenius.cn/

http://www.dgisok.com/cn/download/DG380Free_x86.rar
http://www.dgisok.com/cn/download/DG380Pro_x86.rar

同上一版软件DiskGenius 3.7.1相比，新版本软件无论在功能、稳定性与操作体验上，均有大 ...]]></description>
      <category>『 软件下载交流区 』</category>
      <author>leesir</author>
      <pubDate>Sun, 06 May 2012 15:15:56 +0000</pubDate>
    </item>
    <item>
      <title>WinRAR 4.20 beta 1 简体中文版 | 周明波</title>
      <link>http://www.dreams8.com/forum.php?mod=viewthread&amp;tid=16942</link>
      <description><![CDATA[软件简介：

官方简体中文版。WINRAR 是现在最好的压缩工具，界面友好，使用方便，在压缩率和速度方面都有很好的表现。其压缩率比之 WINZIP 之流要高。RAR 采用了比 Zip 更先进的压缩算法，是现在压缩率较大、压缩速度较快的格式之一。 

主要特点：

对 RAR 和 Z ...]]></description>
      <category>『 软件下载交流区 』</category>
      <author>leesir</author>
      <pubDate>Sun, 06 May 2012 15:15:14 +0000</pubDate>
    </item>
  </channel>
</rss>
