<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
	<generator>Feed Editor</generator>
	<pubDate>26 May 2012 01:44:30 GMT</pubDate>
	<title>MindQuake Plugins &amp; Examples</title>
	<description>Announcements about new and updated plugins, examples and installers developed for products like AutoPlay Media Studio, Setup Factory, TrueUpdate and Visual Patch.</description>
	<link>http://www.mindquake.com.br/</link>
	<copyright>© 2010-2013 MindQuake Serviços de Informática Ltda.</copyright>
	<category>Software</category>
	<language>en</language>
	<webMaster>upeters@mindquake.com.br</webMaster>
	<image>
	<url>http://www.mindquake.com.br/img/feed.gif</url>
	<link>http://www.mindquake.com.br/</link>
	<description>MindQuake</description>
	<title>MindQuake Plugins &amp; Examples</title>
	</image>
	<item>
	<title>HTTP Actions plugin updated to 2.1.0.0</title>
	<description>&lt;p&gt;Two new actions were added to the HTTP plugin:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;HTTP.ResumeDownload()&lt;/li&gt;&lt;li&gt;HTTP.ResumeDownloadSecure()&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;With these new &amp;quot;Resume&amp;quot; actions, you can continue an aborted or failed download, continuing to transfer the remainder of a file.&lt;/p&gt;&lt;p&gt;Custom callbacks and use of the StatusDlg supported.&lt;/p&gt;&lt;p&gt;Now compiled also for TrueUpdate, Visual Patch and older versions of AutoPlay Media Studio and Setup Factory.&lt;/p&gt;</description>
	<pubDate>16 May 2013 18:41:37 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/http</link>
	<guid isPermaLink="false">0C1349C6-1238-4F53-8354-91DADB8B34FE</guid>
	</item>
	<item>
	<title>Unicode Actions plugin updated to 2.0.3.0</title>
	<description>&lt;p&gt;A new version of the Unicode actions plugin was released.&lt;/p&gt;&lt;p&gt;Changes were made to the code to make it more robust while converting encoded files. The Unicode.ReadToTable() action was rewritten.&lt;/p&gt;&lt;p&gt;The new release is available as a separate download or as part of the &amp;quot;Utilities for AutoPlay Media Studio 8&amp;quot; package.&lt;/p&gt;</description>
	<pubDate>3 May 2013 16:35:40 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/unicode</link>
	<guid isPermaLink="false">D99DB8FC-BEBE-4B89-BFCD-638F2F931051</guid>
	</item>
	<item>
	<title>Encoding Actions plugin updated to 2.0.1.0</title>
	<description>&lt;p&gt;A new version of the Encoding actions plugin was released.&lt;/p&gt;&lt;p&gt;Changes were made to the code to make it more robust while converting encoded files. The Encoding.ReadToTable()  action was rewritten.&lt;/p&gt;</description>
	<pubDate>3 May 2013 01:05:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/encoding</link>
	<guid isPermaLink="false">B223D020-394A-4464-9CB0-1535E80A896D</guid>
	</item>
	<item>
	<title>Metro Page Transition updated to 1.0.6.0</title>
	<description>&lt;p&gt;The Metro Page Transition was updated, bringing a new feature:&lt;/p&gt;&lt;p&gt;Each page can now show a transition from right to left and from left to right (as well as top to bottom and bottom to top, if you have the enhanced version) &lt;span style="font-style:italic;"&gt;without needing to duplicate pages&lt;/span&gt; to achieve this effect.&lt;/p&gt;&lt;p&gt;Until now, you needed to duplicate the page, using one copy for each desired setting, and jumping to the instance with the desired effect. Although each page can usually have only a single setting for a transition, the Metro page transition now can be overridden via one line of Lua code at runtime, and no page duplication is required when designing the project. This makes things much easier to maintain.&lt;/p&gt;&lt;p&gt;Clicking the image below will take you to a demo project:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mindquake.com.br/files/ams/MetroTransition3/"&gt;&lt;img alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2013-05-01-02.png" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The right/left transition is free, and if you want the up/down transition as well as other features, you can get the Enhanced Version by making a donation.&lt;/p&gt;&lt;p&gt;The Metro page transition is part of the &amp;quot;Utilities for AutoPlay Media Studio 8&amp;quot; package.&lt;/p&gt;</description>
	<pubDate>30 Apr 2013 19:30:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/transitions/metro</link>
	<guid isPermaLink="false">02D5A685-A00B-4617-A879-C7E9975E2655</guid>
	</item>
	<item>
	<title>SQLite3E Actions plugin updated to 2.0.1.1</title>
	<description>&lt;p&gt;SQLite3E Actions plugin updated to version 2.0.1.1&lt;/p&gt;&lt;p&gt;This is a bugfix release. The former version did not contain the proper actions XML, so the code completion and wizards would not work correctly in the editor.&lt;/p&gt;</description>
	<pubDate>29 Apr 2013 19:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/sqlite3</link>
	<guid isPermaLink="false">EFB02AD6-36D4-4DAB-B366-2C4BCD52C5BE</guid>
	</item>
	<item>
	<title>ODBC Actions updated to 2.9.0.0</title>
	<description>&lt;p&gt;Lua 5.1 ODBC Actions plugin updated to version 2.9.0.0&lt;/p&gt;&lt;p&gt;The current release of the ODBC actions plugin adds a new function: &lt;span style="font-weight:bold;"&gt;ODBC.GetLastException()&lt;/span&gt;, which allows to retrieve the error message from a SQL server when an exception happens. Exceptions are triggered when there is a syntax problem with the SQL statement, for example, so the error message can provide hints regarding wrong data submitted. Exceptions can also happen when there is a processing/memory problem on the server side.&lt;/p&gt;&lt;p&gt;Sample use demonstrating the new action:&lt;/p&gt;&lt;pre&gt;
result = ODBC.ExecuteSQL(sCommand);&lt;br /&gt;if (result ~= 0) then&lt;br /&gt;  -- ExecuteSQL signalized an error&lt;br /&gt;  error = Application.GetLastError();&lt;br /&gt;  -- what error?&lt;br /&gt;  if (error == 12002) then
    -- SQL exception
    Dialog.Message(&amp;quot;ODBC Plugin&amp;quot;, &amp;quot;SQL Exception: &amp;quot;.. ODBC.GetLastException(), MB_OK, MB_ICONSTOP);
  elseif (error == 12006) then
    -- memory exception
    Dialog.Message(&amp;quot;ODBC Plugin&amp;quot;, &amp;quot;Memory Exception: &amp;quot;.. ODBC.GetLastException(), MB_OK, MB_ICONSTOP);
  else -- some other kind of error
    Dialog.Message(&amp;quot;ODBC Plugin&amp;quot;, &amp;quot;ExecuteSQL failed (&amp;quot; .. error .. &amp;quot;)&amp;quot;, MB_OK, MB_ICONSTOP);
  end
end
&lt;/pre&gt;</description>
	<pubDate>24 Apr 2013 18:45:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/odbc</link>
	<guid isPermaLink="false">A0A8E4D8-5E79-4912-A07A-3D4A114A3A49</guid>
	</item>
	<item>
	<title>Subscription Validation released</title>
	<description>&lt;p&gt;This software package allows a software publisher who uses &lt;strong&gt;TrueUpdate&lt;/strong&gt; or &lt;strong&gt;Visual Patch&lt;/strong&gt; with his products the easy implementation of a subscription validation. The update client will submit the serial number to a remote server, performing an online check of the subscription. The encrypted reply will contain among other information a status code which can be used to prevent the updater from proceeding if the subscription is expired, or deny the download of updaters/patches if the serial number was blacklisted.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;What do you need?&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;TrueUpdate or Visual Patch&lt;/li&gt;&lt;li&gt;&lt;a href="http://mindquake.com.br/en/actions/crypto"&gt;Crypto Actions plugin&lt;/a&gt; or Mcrypt plugin (part of this package)&lt;/li&gt;&lt;li&gt;PHP-enabled web server&lt;/li&gt;&lt;li&gt;MySQL database server&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;What does this package provide?&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Update clients build with TrueUpdate can check the state of a subscription before attempting to download a newer version;&lt;/li&gt;&lt;li&gt;A patch built with Visual Patch can verify that the user's serial is entitled to the patch;&lt;/li&gt;&lt;li&gt;Optional geolocation tracking of update checks;&lt;/li&gt;&lt;li&gt;Optional automatic blacklisting of serials if requests for a single serial number come from several countries, indicating a leak of the serial on the internet;&lt;/li&gt;&lt;li&gt;Integration with the &lt;a href="http://www.mindquake.com.br/en/utils/serials"&gt;Serial Number Validation&lt;/a&gt; system, or can be used stand alone;&lt;/li&gt;&lt;li&gt;Custom reply per serial, which can be any string or number you might want to use to control which updates are available to the user.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Documentation&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The &lt;a href="http://www.mindquake.com.br/files/SubscriptionWebHelp/"&gt;full documentation&lt;/a&gt; is available online, and can be read before downloading and installing the package.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Evaluation&lt;/span&gt;&lt;/p&gt;&lt;p&gt;You find full documentation, lots of screen captures and tips, as well as the download link to the installer for the evaluation of this software package at &lt;a href="http://www.mindquake.com.br/en/utils/serials" target="'_blank'"&gt;this address&lt;/a&gt;. After deploying the PHP pages on your web server, you need to request a free license file that will enable the programs on your server for 14 days.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Pricing&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The cost for this package (full featured Setup Factory demo project, PHP programs for installation, import of serial numbers using text files, administrative web interface, Mcrypt plugin for PHP-compatible 256-bit AES encryption) is only &lt;span style="color:blue;"&gt;&lt;span style="font-weight:bold;"&gt;US$ 49.95&lt;/span&gt;&lt;/span&gt;. Considering the development time this package can save you, this is a steal.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Licensing terms&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This software package is licensed per developer and per domain where the system is deployed. The license file for the PHP does not expire. If you change providers, as long as your domain name does not change, the license will continue to work.&lt;/p&gt;</description>
	<pubDate>18 Apr 2013 13:16:57 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/utils/subscription</link>
	<guid isPermaLink="false">CEC361BF-E560-4BAB-B756-89283559965A</guid>
	</item>
	<item>
	<title>HTTP Actions Plugin released</title>
	<description>&lt;p&gt;&lt;span style="font-weight:bold;"&gt;HTTP Actions Plugin&lt;/span&gt;&lt;/p&gt;&lt;p&gt;There are already several HTTP actions available in AutoPlay Media Studio 8 and Setup Factory 9, and this plugin adds two more to them.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-2013-03-11-02a.png" /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;HTTP.SubmitMultipart()&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;HTTP.SubmitSecureMultipart()&lt;/span&gt; can be used to submit multipart/form-data to remote web servers, which means that now you can easily upload files to servers without using the FTP protocol.&lt;/p&gt;&lt;p&gt;Additionally, as a form submission with files may take some time to complete, support for the built-in progress screen (StatusDlg) as well for custom progress controls via &lt;strong&gt;Custom Callback function&lt;/strong&gt;is provided. Callback and StatusDlg is not supported in the standard HTTP.Submit() actions, as these are expected to return almost instantly.&lt;/p&gt;&lt;p&gt;Now available for AutoPlay Media Studio 8 and Setup Factory 9 only, as a 32-bit plugin.&lt;/p&gt;&lt;p&gt;The plugin can be ported back to Lua 5.0 for use with earlier versions of AutoPlay Media Studio, TrueUpdate and Visual Patch. Please contact me if you wish to discuss the development.&lt;/p&gt;</description>
	<pubDate>13 Mar 2013 17:30:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/http</link>
	<guid isPermaLink="false">462F72FA-5F0C-4593-8517-660C8FD40F37</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: Microsoft Office Access Runtime</title>
	<description>&lt;p&gt;A new dependency module for &lt;strong&gt;Setup Factory&lt;/strong&gt; was published today, which may be used to verify if support for Microsoft Office Access can be found on the target computer. This dependency will detect any of these technologies:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Microsoft Office Access Runtime 2007&lt;/li&gt;&lt;li&gt;Microsoft Office Access Runtime 2010 (x86)&lt;/li&gt;&lt;li&gt;Microsoft Office Access Runtime 2010 (x64)&lt;/li&gt;&lt;li&gt;Microsoft Office Professional 2007&lt;/li&gt;&lt;li&gt;Microsoft Office Professional 2010&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If none of the required technologies can be found, Microsoft Office Access Runtime 2007 will be offered for installation. This dependency will add about &lt;strong&gt;56.2 MB&lt;/strong&gt; to your installer. If you chose to install the Microsoft Office Access Runtime 2010 instead, it will add &lt;strong&gt;175 MB&lt;/strong&gt;.&lt;/p&gt;&lt;div align="center"&gt;&lt;img alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2012-12-27-02.png" /&gt;&lt;/div&gt;</description>
	<pubDate>27 Dec 2012 16:06:38 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/access2007</link>
	<guid isPermaLink="false">37CB7467-A5F8-4EEF-8120-6E9308C629B6</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: SQL Server 2012 Express SP1</title>
	<description>&lt;p&gt;SQL Server Express 2012 SP1 (Database Only) - x86 and x64 versions&lt;/p&gt;&lt;p&gt;A new set of dependency modules for Setup Factory was made available today, for Microsoft's SQL Server 2012 Express SP1. You can now check for the existence of SQL Server 2012 (any version) on the target computer, and install the 32-bit or 64-bit version of the Express release as required.&lt;/p&gt;&lt;p&gt;This version of SQL Server does no longer support Windows XP. The oldest operating accepted to install SQL Server 2012 Express SP1 is Windows Vista SP2.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2012-12-21-01.png" /&gt;&lt;/p&gt;&lt;p&gt;The installers for SQL Server 2012 Express SP1 are offered for download, if they cannot be found on the development computer, and an internet connection exists.&lt;/p&gt;&lt;p&gt;A sample project is included in the package, and can be used to build a simple test setup for testing of the dependency modules.&lt;/p&gt;</description>
	<pubDate>22 Dec 2012 01:02:24 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/sql2012</link>
	<guid isPermaLink="false">459F3A49-5A6B-4E2C-8135-AEAB47A3E252</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: SQL Server 2008 R2 Express Edition SP2 with Advanced Services</title>
	<description>&lt;p&gt;A new set of dependency modules for Setup Factory was released, and they can be used if you need to deploy &lt;strong&gt;SQL Server 2008 R2 Express Edition SP2 with Advanced Services&lt;/strong&gt; (32-bit) on your client's computer.&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2012-12-18-01.png" /&gt;&lt;/p&gt;&lt;p&gt;SQL Server 2008 R2 Express needs the .NET 3.5 Framework SP1, as well as Windows Installer 4.5. These modules are already shipping with Setup Factory 9, however some minor changes have been made to the installation scripts, so they work better in the installation procedure of SQL Server 2008 R2, and support for Windows 8 was added to the Windows Installer 4.5 script. The &amp;quot;Advanced Services&amp;quot; version of SQL Server 2008 R2 needs Windows PowerShell, so a dependency module for this technology is also included in the package. All installers can be run in passive mode, rebooting the computer only when needed. For example, if no reboot was performed on a 32-bit platform after Windows Installer 4.5 was just successfully installed, the installation of SQL Server 2008 R2 will fail. The new dependency modules for .NET 3.5 Framework SP1 and Windows Installer 4.5 make sure that the whole installation is performed as smooth as possible.&lt;br /&gt;&lt;br /&gt;If an internet connection can be detected during the installation, missing runtimes will be offered for download, and deployed into the proper dependency folders.&lt;br /&gt;The original installer for SQL Server 2008 Express R2 with Advanced Services was slipstreamed to include Service Packs 1 and 2, required to allow an error-free installation on Windows 7 x64 or Windows 2008 Server x64.&lt;br /&gt;The modified installer is provided as a self-extracting package, having a size of &lt;strong&gt;976 MB&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;A sample project is also included, and a test setup for SQL Server 2008 SP2 can be built at the end of the installation of this dependency package.&lt;/p&gt;</description>
	<pubDate>19 Dec 2012 03:51:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/sql2k8as</link>
	<guid isPermaLink="false">F81B59E6-F3D5-4A14-95C3-F0BB58E45E07</guid>
	</item>
	<item>
	<title>Custom Screen for Setup Factory 9: Tile on the Windows 8 Start screen</title>
	<description>&lt;p&gt;If you wish to offer the possibility of creating a tile on the Windows 8 Start screen, you can use this custom screen, which reproduces the functionality of the stock &amp;quot;Select Shortcut Folder&amp;quot; but features an additional checkbox. On other operating systems, this checkbox won't be shown.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAG-2012-12-10-03.png" /&gt;&lt;/p&gt;</description>
	<pubDate>10 Dec 2012 19:19:54 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/screens/w8cs</link>
	<guid isPermaLink="false">D7CFB08A-46B4-4B16-95CE-58408653BB17</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: Microsoft Visual C++ 2012 U1</title>
	<description>&lt;p&gt;New dependency modules to add runtime support for applications developed with Microsoft Visual C/C++ 2012 Update 1.&lt;/p&gt;&lt;p&gt;The installer offers to install both 32-bit and 64-bit dependencies, and downloads the runtime installers if not yet present at the expected folder.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2012-12-06-02.png" /&gt;&lt;/p&gt;</description>
	<pubDate>6 Dec 2012 19:02:23 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/vc2012</link>
	<guid isPermaLink="false">89152E5A-154C-4A9E-893D-600E4F5CC414</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: Microsoft .NET Framework 4.5</title>
	<description>&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Dependency module for Setup Factory&lt;/span&gt;&lt;/p&gt;&lt;p&gt;A new dependency module for Setup Factory is available for download from my server, and can be used to check for the .NET Framework 4.5 on the target computer. This script can use the web installer (dotNetFx45_Full_setup) to download and install the proper binaries for the .NET Framework, or you can include the standalone installer (dotnetfx45_full_x86_x64) in your setup.&lt;/p&gt;&lt;p&gt;If the .NET Framework 4.5 cannot be found by the dependency module or is outdated, the bootstrapper will be started in passive mode, displaying some progress screens as data is being downloaded. After the framework finished installing, your installer will continue. If a reboot is required after the installation of the framework, the installer will resume after the reboot.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2012-12-06-01.png" /&gt;&lt;/p&gt;</description>
	<pubDate>6 Dec 2012 16:08:15 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/net45</link>
	<guid isPermaLink="false">FE9E9D00-928B-4FBF-A317-2B33EA1CA1BA</guid>
	</item>
	<item>
	<title>Taming the creation of tiles on the Windows 8 Start screen</title>
	<description>&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Taming the creation of tiles on the Windows 8 Start screen&lt;/span&gt;&lt;/p&gt;&lt;p&gt;When you run your installer built with &lt;strong&gt;Setup Factory&lt;/strong&gt; on Windows 8, by default it will create a tile on the Start screen for each executable which has a shortcut in the Start menu. In other words, if you create a shortcut in Start menu, Start menu &amp;gt; Programs, or Start menu &amp;gt; AppFolder, a tile will be added on the Start screen. While useful, this of course may not be desired at all times.&lt;/p&gt;&lt;p&gt;Furthermore, if in the past you were creating two shortcuts pointing to the same executable, but with different command line parameters, now in Windows 8 only one tile will be created by default. You will still have those two shortcuts on the &amp;quot;All apps&amp;quot; page, though. And, if you have a shortcut in the Start menu to something that is not an executable, no tile will be created on the Start screen. Today, you can find a solution for this problem on my web site.&lt;/p&gt;&lt;p&gt;&lt;img align="top"  src="http://www.mindquake.com.br/files/suf/SNAG-2012-12-03-14.png" /&gt;&lt;/p&gt;&lt;p&gt;The dll offered on my web site can be used on 32 or 64-bit releases of Windows Vista, Windows 7, Windows 8, Windows Server 2010, Windows Server 2012 or newer. As the Windows 8 SDK does not create binaries compatible with Windows XP, &lt;span style="text-decoration:underline;"&gt;the dll cannot be used on XP and on Windows Server 2003&lt;/span&gt;. On these platforms, you would simply call &lt;span style="font-weight:bold;"&gt;Shell.CreateShortcut()&lt;/span&gt; as usual.&lt;/p&gt;</description>
	<pubDate>4 Dec 2012 14:03:42 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/utils/w8tiles</link>
	<guid isPermaLink="false">132BE323-A9ED-48B9-8F78-F44C97652693</guid>
	</item>
	<item>
	<title>SQLite3 Actions plugin released</title>
	<description>&lt;p&gt;&lt;span style="font-weight:bold;"&gt;SQLite3 Actions Plugin&lt;/span&gt;&lt;/p&gt;&lt;p&gt;AutoPlay Media Studio 8 ships with an action plugin for SQLite 2.x databases. This new plugin offers support for SQLite 3 databases, while keeping the same actions and syntax. If you want to upgrade an existing project from the original SQLite to the current version, you do not need to rewrite your code to match the object syntax used in LuaSQL.&lt;/p&gt;&lt;p&gt;Additionally, there is a &lt;span style="font-weight:bold;"&gt;SQLite3E&lt;/span&gt; version of this plugin, where the &amp;quot;&lt;span style="font-weight:bold;"&gt;&lt;span style="color:red;"&gt;E&lt;/span&gt;&lt;/span&gt;&amp;quot; stands for encryption. With this new offering, you can now secure your SQLite database, using strong 256-bit AES encryption.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2012-10-19-01.png" /&gt;&lt;/p&gt;&lt;p&gt;The plugin is available for AutoPlay Media Studio 8 and Setup Factory 9, in 32-bit and 64-bit builds, allowing you to construct a native x64 setup containing an encrypted database (which could be used for data displayed in the installation configuration).&lt;/p&gt;</description>
	<pubDate>20 Oct 2012 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/sqlite3</link>
	<guid isPermaLink="false">9E8385B4-4D07-4542-896A-B8366E0728E2</guid>
	</item>
	<item>
	<title>Settings Migration Utility released</title>
	<description>&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Settings Migration Utility&lt;/span&gt;&lt;/p&gt;&lt;p&gt;A new utility was published, which is useful if you are about to migrate your existing development environment to a new computer. If, for example, your company provides you with a new computer, and you are continuing your former work with AutoPlay Media Studio, Setup Factory, or any other Indigo Rose product on it, you have now a small program to make the migration or your generated content much easier.&lt;/p&gt;&lt;p&gt;This utility allows you to save your custom settings, projects, themes and screens, storing them in a compressed backup file, which can then be quickly restored on the new computer as needed, even if the new computer uses a different operating system or user account (user name). Of course, restoring the backup archive on the original computer is also possible, like in the case when you accidentally overwrote a custom theme or screen.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2012-09-23-01.png" /&gt;&lt;/p&gt;&lt;p&gt;This utility is available for free on my web server, and does not require installation. Comments are always welcome.&lt;/p&gt;</description>
	<pubDate>23 Sep 2012 17:02:37 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/utils/settings</link>
	<guid isPermaLink="false">1069A5FC-3A92-414C-9ECD-7EA2928EC1A6</guid>
	</item>
	<item>
	<title>Metro Page Transition released</title>
	<description>&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Metro Page Transition&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This new page transition for AutoPlay Media Studio 8 slides the next page into view from the right or from the left. It allows to keep parts of the page static, so that the page transition appears to affect only a region of the page.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2012-08-12-03.png" /&gt;&lt;/p&gt;&lt;p&gt;This page transition is part of the &amp;quot;Utilities for AutoPlay Media Studio 8&amp;quot; installer (release &lt;span style="font-weight:bold;"&gt;2.3.0.0&lt;/span&gt; or more recent), and a template with the project pictured above will be deployed if the Metro package is selected for installation.&lt;/p&gt;</description>
	<pubDate>13 Aug 2012 23:31:09 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/transitions/metro</link>
	<guid isPermaLink="false">24FB3766-4932-4459-A836-7E35D880ECB2</guid>
	</item>
	<item>
	<title>Serial Number Validation updated to 1.0.6.0</title>
	<description>&lt;p&gt;Some minor corrections were done to the PHP pages of the Serial Number Validation system:&lt;/p&gt;&lt;p&gt;Under certain conditions, the hardware key would not be logged in the database.&lt;/p&gt;&lt;p&gt;If you want to update the file on your server, please fetch the latest installer from the Customer Downloads area, then perform deploy the PHP files on your local computer (do &lt;span style="text-decoration:underline;"&gt;not&lt;/span&gt; re-install, or you will overwrite your current configuration). Finally, replace &lt;span style="font-family:'courier new';"&gt;serial_verify.php&lt;/span&gt; manually on your web server via FTP, renaming the file if needed.&lt;/p&gt;</description>
	<pubDate>18 Jul 2012 14:40:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/suf-serials.php</link>
	<guid isPermaLink="false">8FE6B8CA-91B4-4A46-866E-3F672C44333E</guid>
	</item>
	<item>
	<title>ODBC Actions updated to 2.8.0.0</title>
	<description>&lt;p&gt;Lua 5.1 ODBC Actions plugin updated to version 2.8.0.0&lt;/p&gt;&lt;p&gt;The current release of the ODBC actions plugin adds a new function: ODBC.IsOpen(), which allows to check if the connection to the database is currently active.&lt;/p&gt;</description>
	<pubDate>18 Jul 2012 02:33:13 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/odbc</link>
	<guid isPermaLink="false">4E5B42B6-959A-4E43-BD5E-B15FB9840A7A</guid>
	</item>
	<item>
	<title>ODBC Actions updated to 2.7.0.0</title>
	<description>&lt;p&gt;Lua 5.1 ODBC Actions plugin updated to version 2.7.0.0&lt;/p&gt;&lt;p&gt;The current release of the ODBC actions plugin adds a new function: ODBC.SetQueryTimeout(), which allows to set the number of seconds before a query attempt times out. The default value for query timeouts is 15 seconds. Not all data sources support the ability to set a query timeout value. If you set a query timeout value of 0, no timeout occurs; the communication with the data source may hang. This behavior may be useful during development.&lt;/p&gt;&lt;p&gt;This action is available in the full, registered version - not in the evaluation.&lt;/p&gt;</description>
	<pubDate>2 Jul 2012 16:57:13 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/odbc</link>
	<guid isPermaLink="false">4E5B42B6-959A-4E43-BD5E-B15FB9840A7A</guid>
	</item>
	<item>
	<title>Serial Number Validation updated to 1.0.5.0</title>
	<description>&lt;p&gt;A couple of enhancements were done to the PHP pages of the Serial Number Validation system:&lt;/p&gt;&lt;p&gt;The &lt;span style="font-family:'courier new';"&gt;serial_verify.php&lt;/span&gt; script now performs a fuzzy hardware fingerprint comparison instead of exact match of identifications, allowing minor changes in hardware without counting the fingerprint as a new installation.&lt;/p&gt;&lt;p&gt;A change was done in the &lt;span style="font-family:'courier new';"&gt;serials_upload.php&lt;/span&gt; script to avoid possible import of carriage returns from serial numbers text files.&lt;/p&gt;&lt;p&gt;If you want to update the files on your server, please fetch the latest installer from the Customer Downloads area, then perform deploy the PHP files to your local computer (do &lt;span style="text-decoration:underline;"&gt;not&lt;/span&gt; re-install, or you will overwrite your current configuration). Finally, place the new versions of the scripts on your web server via FTP, renaming the files as you use them.&lt;/p&gt;</description>
	<pubDate>31 May 2012 01:44:30 GMT</pubDate>
	<link>http://www.mindquake.com.br/suf-serials.php</link>
	<guid isPermaLink="false">8FE6B8CA-91B4-4A46-866E-3F672C44333E</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: Visual C/C++ 2010 SP1</title>
	<description>&lt;p&gt;New dependency modules to add runtime support for applications developed with Microsoft Visual C/C++ 2010 SP1, based on the modules that ship with Setup Factory 9.&lt;/p&gt;&lt;p&gt;The installer offers to install both 32-bit and 64-bit dependencies, and downloads the runtime installers if not yet present at the expected folder.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2012-05-05-01.png" /&gt;&lt;/p&gt;</description>
	<pubDate>5 May 2012 03:35:05 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/vc2010sp1</link>
	<guid isPermaLink="false">5502320B-31C6-48BF-97EE-04E9649DB5EF</guid>
	</item>
	<item>
	<title>LuaFileSystem 1.5.0 for AutoPlay Media Studio 8</title>
	<description>&lt;p&gt;&lt;a href="http://keplerproject.github.com/luafilesystem/"&gt; LuaFileSystem&lt;/a&gt; is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.&lt;/p&gt;&lt;p&gt; LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. This version 1.5.0 was compiled from &lt;a href="https://github.com/keplerproject/luafilesystem"&gt;the source&lt;/a&gt; to work with AutoPlay Media Studio 8.0.&lt;/p&gt;</description>
	<pubDate>5 May 2012 03:33:04 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/utils/lfs</link>
	<guid isPermaLink="false">CE2A9E25-C9D3-45C9-9449-72E99C7D662E</guid>
	</item>
	<item>
	<title>Serial Number Validation updated to 1.0.4.1</title>
	<description>&lt;p&gt;The MCrypt Actions plugin, part of the Serial Number Validation package, was updated to version 1.0.4.1 today.&lt;/p&gt;&lt;p&gt;An error was found in the way the padding was handled in the 256-bit AES PHP-compatible MCrypt action. This error could result in an incomplete decrypted string, if the ciphertext would meet certain requirements.&lt;/p&gt;&lt;p&gt;All users of previous versions are urged to update to the latest release to avoid problems. It is not required to replace the PHP pages on your web server, but you may want to install them locally, then upload the serial_verify.php and offline.php files manually (using the file names you use in your environment).&lt;/p&gt;</description>
	<pubDate>28 Apr 2012 01:08:12 GMT</pubDate>
	<link>http://www.mindquake.com.br/suf-serials.php</link>
	<guid isPermaLink="false">E52B0038-F6C8-4A15-AB0B-1C41566AAC11</guid>
	</item>
	<item>
	<title>Crypto Actions updated to 2.2.2.0</title>
	<description>&lt;p&gt;The Crypto Actions plugin was updated to version 2.2.2.0 today.&lt;/p&gt;&lt;p&gt;An error was found in the way the padding was handled in the 256-bit AES PHP-compatible MCrypt action. This error could result in an incomplete decrypted string, if the ciphertext would meet certain requirements.&lt;/p&gt;&lt;p&gt;All users of previous versions are urged to update to the latest release to avoid problems.&lt;/p&gt;</description>
	<pubDate>28 Apr 2012 01:02:01 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-crypto.php</link>
	<guid isPermaLink="false">4BC3526E-46F9-4BF5-9DFF-1C7450F91C51</guid>
	</item>
	<item>
	<title>Crypto Actions updated to 2.2.1.0</title>
	<description>&lt;p&gt;A new version of the Crypto plugin was released today. This version adds a function to retrieve the hardware fingerprint of the local computer, which can be used for serial number validation or as a password for encryption.&lt;/p&gt;&lt;p&gt;This action is available in the full version only, and is not compiled into the evaluation version.&lt;/p&gt;</description>
	<pubDate>10 Nov 2011 23:21:52 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-crypto.php</link>
	<guid isPermaLink="false">9E3DDA3D-3A32-4A48-BE95-188A244D5372</guid>
	</item>
	<item>
	<title>Serial Number Validation updated to 1.0.1</title>
	<description>&lt;p&gt;The Serial Number Validation toolset was upgraded to release 1.0.1.0. This new version adds optional hardware fingerprinting to the serial number validation, meaning that repeated installations on the same computer would not decrement the amount of remaining installs.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/McryptWebHelp/snap-2011-11-09-08.png" /&gt;&lt;/p&gt;&lt;p&gt;Full details available &lt;a href="http://www.mindquake.com.br/suf-serials.php" target="'_blank'"&gt;here&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;Full web help documentation &lt;a href="http://www.mindquake.com.br/files/McryptWebHelp/" target="'_blank'"&gt;available online&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>10 Nov 2011 23:15:54 GMT</pubDate>
	<link>http://www.mindquake.com.br/suf-serials.php</link>
	<guid isPermaLink="false">9F003E7F-DA84-4095-BAF6-6DA2483E8A7C</guid>
	</item>
	<item>
	<title>Serial Number Validation</title>
	<description>&lt;p&gt;A new set of tools for users of Setup Factory was released recently. If you are a software publisher and use Setup Factory to deploy your products, you can now use a system to verifiy the number of installs for a certain serial number, pre-select options or chose packages based on the reply of your web server, and much more.&lt;/p&gt;&lt;p&gt;Using this system, you can validate your serial numbers in real time. You define if you want to limit the total numbers of installs, the installs during a certain period, etc.&lt;/p&gt;&lt;p&gt;What do you need?&lt;/p&gt;&lt;ul&gt;&lt;li&gt;A PHP-enabled web server and your own domain (on a shared or dedicated server)&lt;/li&gt;&lt;li&gt;MySQL database server&lt;/li&gt;&lt;li&gt;Setup Factory 9 or AutoPlay Media Studio 8&lt;/li&gt;&lt;li&gt;&lt;a href="http://mindquake.com.br/en/actions/crypto"&gt;Crypto Actions plugin&lt;/a&gt; or Mcrypt plugin (part of this package)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;What does this package provide?&lt;/p&gt;&lt;ul&gt;&lt;li&gt;You can control the maximum number of installations for any serial number;&lt;/li&gt;&lt;li&gt;You can set the number of weekly installations;&lt;/li&gt;&lt;li&gt;You can set the maximum number of bimonthly installations;&lt;/li&gt;&lt;li&gt;You can set the maximum number of yearly installations;&lt;/li&gt;&lt;li&gt;You can perform geographic tracking;&lt;/li&gt;&lt;li&gt;You can automatically blacklist serials;&lt;/li&gt;&lt;li&gt;There is offline activation, using email for retrieval of the required activation code, if the computer where the product is being installed is not networked;&lt;/li&gt;&lt;li&gt;You can set a custom reply per serial, which can be any string or number you might want to use to control which packages are available to the user, or which should be preselected as default.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Evaluation&lt;/span&gt;&lt;/p&gt;&lt;p&gt;You find full documentation, lots of screen captures and tips, as well as the download link to the installer for the evaluation of this software package at &lt;a href="http://www.mindquake.com.br/en/utils/serials" target="'_blank'"&gt;this address&lt;/a&gt;. After deploying the PHP pages on your web server, you need to request a free license file that will enable the programs on your server for 14 days.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Pricing&lt;/span&gt;&lt;/p&gt;&lt;p&gt;The cost for this package (full featured Setup Factory demo project, PHP programs for installation, import of serial numbers using text files, administrative web interface, Mcrypt plugin for PHP-compatible 256-bit AES encryption) is only &lt;span style="color:blue;"&gt;&lt;span style="font-weight:bold;"&gt;US$ 49.95&lt;/span&gt;&lt;/span&gt;. Considering the development time this package can save you, this is a steal.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Licensing terms&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This software package is licensed per developer and per domain where the system is deployed. The license file for the PHP does not expire. If you change providers, as long as your domain name does not change, the license will continue to work.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>5 Oct 2011 19:37:08 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/utils/serials</link>
	<guid isPermaLink="false">5BB2687F-69DC-4819-8BA2-5D432BE19E71</guid>
	</item>
	<item>
	<title>ZipEx Actions updated to 1.0.2.0</title>
	<description>&lt;p&gt;The ZipEx actions plugin was updated today. The new version does not freeze the host application any longer during long operations, causing &amp;quot;Not responding&amp;quot; notices or static screens.&lt;/p&gt;&lt;p&gt;Additionally, you can now use the StatusDlg actions as well with this plugin, if you want a simple way to retrieve feedback about the compression or decompression operations that are being performed by the plugin. This means that you can use both a custom screen and the StatusDlg for displaying progress of the operation, like shown in this installer:&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAG-2011-09-30-02.png" /&gt;&lt;/p&gt;&lt;p&gt;The new build is available for both Lua 5.0 and Lua 5.1.&lt;/p&gt;</description>
	<pubDate>1 Oct 2011 13:05:44 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/zipex</link>
	<guid isPermaLink="false">F1CD15A3-2071-48D6-BDB6-BCEB54D9516F</guid>
	</item>
	<item>
	<title>Language Actions plugin released</title>
	<description>&lt;p&gt;A small plugin was released today to assist developers who want to detect the display language of the operating system, which may be different to the system locale.&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2011-09-13-01.png" /&gt;&lt;/p&gt;
&lt;p&gt;From the operating system help:&lt;/p&gt;&lt;blockquote&gt;&lt;span style="font-style:italic;"&gt;&amp;quot;The system locale determines the default character set (letters, symbols, and numbers) and font used to enter and display information in programs that don't use Unicode. This allows non-Unicode programs to run on your computer using the specified language. You might need to change the default system locale when you install additional display languages on your computer. Selecting a different language for the system locale doesn't affect the language in menus and dialog boxes for Windows or other programs that do use Unicode.&amp;quot;&lt;/span&gt;&lt;/blockquote&gt;
&lt;p&gt;This new plugin does exactly help you to detect the language in menus and dialog boxes for Windows. It also allows you to find out the original language of the operating system, before a multilingual user interface pack (MUI) or a Windows language pack (LIP) was applied.&lt;/p&gt;&lt;p&gt;The actions plugin is available for both Lua 5.0 and Lua 5.1.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>13 Sep 2011 23:03:45 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/language</link>
	<guid isPermaLink="false">F03E8727-BB97-4F23-BA98-1BBC34A290B7</guid>
	</item>
	<item>
	<title>Wow64 Actions updated to 1.0.4.0</title>
	<description>&lt;p&gt;A new action is now available in the Wow64 plugin: &lt;a href="http://www.mindquake.com.br/files/Wow64WebHelp/index.html?wow64_registrygetaccess.htm" target="'_blank'"&gt;Wow64.RegistryGetAccess()&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;This new action emulates the function &lt;a href="http://www.indigorose.com/webhelp/ams/Program_Reference/Actions/Registry.GetAccess.htm" target="'_blank'"&gt;Registry.GetAccess()&lt;/a&gt; as provided in the Indigo Rose development products, however this version obviously allows to work on the 64-bit registry view from a 32-bit application.&lt;/p&gt;&lt;p&gt;The version 1.0.4.0 of the Wow64 actions plugin is available for download for both Lua 5.0 and Lua 5.1.&lt;/p&gt;</description>
	<pubDate>10 Sep 2011 17:32:09 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/wow64</link>
	<guid isPermaLink="false">CCB7A5C1-6FEC-4033-B905-DD873F7B32BA</guid>
	</item>
	<item>
	<title>UpdateHelper Actions &amp; Windows service updated!</title>
	<description>&lt;p&gt;New versions of the &lt;span style="font-weight:bold;"&gt;UpdateHelper&lt;/span&gt; software bundle were released today.&lt;/p&gt;&lt;p&gt;The UpdateHelper software bundle allows to perform privileged tasks from an application running at user level (as invoker). Using the UpdateHelper software, a user can perform actions like these and more:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Create or delete folders under Program Files without triggering the UAC&lt;/li&gt;&lt;li&gt;Copy, install or delete files in folder under Program Files or System32&lt;/li&gt;&lt;li&gt;Create or delete registry keys under HKEY_LOCAL_MACHINE&lt;/li&gt;&lt;li&gt;Set or delete values in the registry under HKEY_LOCAL_MACHINE&lt;/li&gt;&lt;li&gt;Access 64-bit registry keys from your 32-bit AutoPlay application&lt;/li&gt;&lt;li&gt;Run applications as administrator silently, without showing the UAC dialog&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The UpdateHelper actions plugin, now available for AutoPlay Media Studio 8, communicates with a Windows service over an encrypted channel. This Windows services executes the privileged tasks and reports the result back to the plugin.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/UpdateHelperWeb/communication.png" /&gt;&lt;/p&gt;&lt;p&gt;With this software bundle, you can now delete registry keys or perform administrative tasks directly from your AutoPlay application.&lt;/p&gt;&lt;p&gt;Full help and documentation is &lt;a href="http://www.mindquake.com.br/files/UpdateHelperWeb/" target="'_blank'"&gt;available online&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;A demonstration project for AutoPlay Media Studio 8 is &lt;a href="http://www.mindquake.com.br/files/ams/UpdateHelper-Demo.apz" target="'_blank'"&gt;also available&lt;/a&gt; for those who want to perform a quick test.&lt;/p&gt;</description>
	<pubDate>12 Aug 2011 20:12:45 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/updatehelper</link>
	<guid isPermaLink="false">640C8969-6819-4308-84F7-28D6DF16A6BF</guid>
	</item>
	<item>
	<title>Socket Object for Lua 5.1 updated to 2.1.6.0</title>
	<description>&lt;p&gt;The Socket object plugin for AutoPlay Media Studio 8 was updated today. The new version brings new event variables to all three Socket events - &lt;span style="font-weight:bold;"&gt;On Accept&lt;/span&gt;, &lt;span style="font-weight:bold;"&gt;On Read&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;On Close&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;All three events have now two event variables:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;&lt;span style="color:blue;"&gt;e_Sock&lt;/span&gt;&lt;/span&gt;: a number, representing the handle to the socket.&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;&lt;span style="color:blue;"&gt;e_IPAddr&lt;/span&gt;&lt;/span&gt;: a string, containing the IP address of the remote socket that connected locally, sent data, or was disconnected. If for any reason the remote IP address cannot determined, this variable will contain &amp;quot;0.0.0.0&amp;quot;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The full plugin documentation is &lt;a href="http://www.mindquake.com.br/files/SocketWebHelp/" target="'_blank'"&gt;now available online&lt;/a&gt;. The bundled CHM was updated, including these new variables in the new screenshots:&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/SocketWebHelp/snap-2011-08-06-02.png" /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>7 Aug 2011 02:54:10 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/objects/socket</link>
	<guid isPermaLink="false">9D685653-9723-4001-AF39-68470370EF9F</guid>
	</item>
	<item>
	<title>New category for sample Lua code added</title>
	<description>&lt;p&gt;I recently added a new category to the web site menu: &lt;span style="font-weight:bold;"&gt;Example code&lt;/span&gt;. In this category, you will find Lua script excerpts, that usually can be used in more than one product.&lt;/p&gt;&lt;p&gt;The new Lua code examples that were added are:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Command Line Arguments&lt;/span&gt;&lt;br /&gt;Shows how to process command line arguments passed to applications built with AutoPlay Media Studio, or how to parse options passed to TrueUpdate clients, Setup Factory installers, or patches built with Visual Patch.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Single Instance&lt;/span&gt;&lt;br /&gt;This sample code shows how to make sure that only one instance of your application can be started at the same time. The code for AutoPlay Media Studio and TrueUpdate can be adapted to the other applications with minor changes.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Center Dialogs&lt;/span&gt;&lt;br /&gt;Setup Factory 9 brought the possibility to use different sizes for dialogs in the same installer. The thing is, when you jump from a small dialog to a bigger one, the upper left corner (the origin) of the window is kept, instead of centering the windows one in relation of the former. This script allows you to do just that: it does not matter if you jump from a big dialog to smaller one, or from a normal sized dialog to a bigger one - the center of the dialog will remain on the same spot, keeping dialogs always centered.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Find Java home&lt;/span&gt;&lt;br /&gt;A consise Lua code sample to find where the Java runtime environment is installed, if it can be found.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Find RegAsm&lt;/span&gt;&lt;br /&gt;A short script to find an instance of the .NET component registration utility on the computer, so you can successfully register something for COM Interop. Can be used in Setup Factory or wherever you need this.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;GetFileVersion for MSI&lt;/span&gt;&lt;br /&gt;The function MSI.GetFileVersion() works on *.exe and *.dll files only. This script shows how you can retrieve the same info from a MSI package.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;New scripts will be added in the future. If you need a specific sample script, please let me know.&lt;/p&gt;</description>
	<pubDate>28 Jul 2011 00:59:15 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/code</link>
	<guid isPermaLink="false">8B3F2E9D-886C-493C-869A-7D78B954D6EB</guid>
	</item>
	<item>
	<title>Example: How to use encrypted volumes in AutoPlay Media Studio</title>
	<description>&lt;p&gt;Sometimes you may want to hide your resources from prying eyes, so they can't be copied directly from the CD you published, or from the temporary folder. Using an encrypted volume with OTFE (on-the-fly encryption), you can access these files after the file was mounted as a virtual drive.&lt;/p&gt;&lt;p&gt;The example project shows how to pick a free drive letter and mount an encrypted volume created with &lt;a href="http://www.freeotfe.org/" target="'_blank'"&gt;FreeOTFE&lt;/a&gt;, while hiding this drive from Windows Explorer, load resources from the virtual drive and finally dismount it when the application is closed.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2011-07-07-01.png" /&gt;&lt;/p&gt;&lt;p&gt;The example project is available both in source code (*.apz) and as a executable.&lt;/p&gt;</description>
	<pubDate>7 Jul 2011 21:07:35 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/examples/otfe</link>
	<guid isPermaLink="false">0046DB4E-9207-41CD-A823-934CBFBF8E06</guid>
	</item>
	<item>
	<title>Socket Object updated to 2.1.4.0</title>
	<description>&lt;p&gt;The Socket Object was updated to version 2.1.4.0&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Enhancement&lt;/span&gt;: This latest version of the Socket Object allows to specify a custom size for &lt;span style="color:blue;"&gt;&lt;span style="font-weight:bold;"&gt;Socket.Ping()&lt;/span&gt;&lt;/span&gt; operations. The default amount of data sent in an ICMP package is 32 bytes, but now you can attempt to send smaller or larger data packages.&lt;/p&gt;&lt;p&gt;The update is available for both versions, AutoPlay Media Studio 7.x and AutoPlay Media Studio8.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>4 Jul 2011 21:04:12 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/objects/socket</link>
	<guid isPermaLink="false">D86E3827-CD14-45FF-B073-721DB800DB47</guid>
	</item>
	<item>
	<title>Adobe AIR Dependency Module updated to 1.0.1.0</title>
	<description>&lt;p&gt;The detection script was updated so it would correctly find newer releases of Adobe AIR than version 2.6.&lt;/p&gt;&lt;p&gt;The detection script now uses the MSI Upgrade Code, which should make detection hassle-free.&lt;/p&gt;</description>
	<pubDate>20 Jun 2011 15:21:43 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/air</link>
	<guid isPermaLink="false">8979EEAB-E91D-47EB-827C-93E08B21418A</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: Adobe AIR</title>
	<description>&lt;p&gt;This dependency modules allows to detect and install support for rich internet applications using Adobe AIR.&lt;/p&gt;&lt;p&gt;Please note that you need a license from Adobe to bundle the AIR runtime installer into your setup. Also, the installer for AIR does not allow to bypass the EULA screen.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2011-06-05-02.png" /&gt;&lt;/p&gt;&lt;p&gt;You need to download the AdobeAIRInstaller.exe and place it into the dependency sub folder before you can use this module in installers built with Setup Factory.&lt;/p&gt;</description>
	<pubDate>5 Jun 2011 15:57:08 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/air</link>
	<guid isPermaLink="false">E775188E-BCC6-4490-BE94-6DBE7B6AA8FF</guid>
	</item>
	<item>
	<title>Dependency module for MSI Factory: SQL Server 2008 R2 Express</title>
	<description>&lt;p&gt;A new set of dependencies for MSI Factory, to deploy SQL Server 2008 R2 Express. In this package, you will find:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SQL Server 2008 R2 Express (Database Only) for both 32 and 64-bit platforms;&lt;/li&gt;&lt;li&gt;.NET Framework 3.5 SP1 (Web Installer)&lt;/li&gt;&lt;li&gt;Windows Installer 4.5 for both platforms&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/msi/SNAP-2011-06-02-03.png" /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>2 Jun 2011 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/sql2k8msi</link>
	<guid isPermaLink="false">419D761B-AC52-431E-BF4F-66FF73906BF5</guid>
	</item>
	<item>
	<title>Task Scheduler Actions released</title>
	<description>&lt;p&gt;sometimes you may want to run a certain program on end user's computer, like for example invoke the trueupdate client software every 7 days or at each logon, without triggering the annoying uac warning dialog. with the aid of the task scheduler, you can do so, but setting up new tasks is not very intuitive. this lua script was written in an attempt to make the creation of new jobs in the task scheduler much easier while you are deploying your product with setup factory.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/snap-2011-06-01-03.png" /&gt;&lt;/p&gt;&lt;p&gt;if you ask the user for his windows password, you can create a task for running the trueupdate client (for example) silently until update available at each logon, showing the wizard only when a new version is found - without showing uac prompts.&lt;/p&gt;</description>
	<pubDate>1 Jun 2011 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/utils/scheduler</link>
	<guid isPermaLink="false">6799B4FD-0AB2-42B3-A30D-841EC3490B69</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: SQL Server 2008 R2 Express</title>
	<description>&lt;p&gt;A new set of dependencies for Setup Factory, to deploy SQL Server 2008 R2 Express. In this package, you will find:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;SQL Server 2008 R2 Express (Database Only) for both 32 and 64-bit platforms;&lt;/li&gt;&lt;li&gt;.NET Framework 3.5 SP1 (Web Installer)&lt;/li&gt;&lt;li&gt;Windows Installer 4.5 for both platforms&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2011-06-02-01.png" /&gt;&lt;/p&gt;&lt;p&gt;The Windows Installer dependencies were slightly modified, because the installation of SQL Server will fail if no reboot is performed after MSI is updated 4.5.&lt;/p&gt;</description>
	<pubDate>26 May 2011 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/dependencies/sql2008</link>
	<guid isPermaLink="false">02F21106-04BB-4D2A-9ACA-1567FA794078</guid>
	</item>
	<item>
	<title>Crypto Actions updated to 2.2.0.0</title>
	<description>&lt;p&gt;The Crypto actions plugin for AutoPlay Media Studio 8 and Setup Factory 9 was updated to version 2.2.0.0. The new build brings two new actions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="color:black;"&gt;&lt;span style="font-weight:bold;"&gt;Crypto.MCryptString&lt;/span&gt;&lt;/span&gt;(string Text, string Key, string IV);&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Crypto.MDecryptString&lt;/span&gt;(string Text, string Key, string IV);&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;These functions allow 256-bit AES string encryption and decryption, compatible with the &lt;a href="http://www.php.net/manual/en/book.mcrypt.php" target="'_blank'"&gt;mcrypt functions&lt;/a&gt; as found in &lt;span style="color:black;"&gt;&lt;span style="font-weight:bold;"&gt;PHP&lt;/span&gt;&lt;/span&gt;. This means that now you can exchange encrypted text with an web server running PHP.&lt;/p&gt;&lt;p&gt;The Lua 5.0 version of the Crypto plugin will be updated soon to reflect these changes.&lt;/p&gt;</description>
	<pubDate>28 Apr 2011 22:55:33 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-crypto.php</link>
	<guid isPermaLink="false">BC6FFA0B-181A-473E-BC85-E31A876BAC11</guid>
	</item>
	<item>
	<title>ODBC Actions updated to 2.6.0.0</title>
	<description>&lt;p&gt;The ODBC Actions plugin was updated to version &lt;span style="font-weight:bold;"&gt;2.6.0.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Change:&lt;/span&gt; The &lt;span style="font-weight:bold;"&gt;&lt;span style="color:blue;"&gt;&lt;span style="color:red;"&gt;ShowOdbcDialog&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; parameter, present in the actions &lt;span style="color:blue;"&gt;&lt;span style="font-weight:bold;"&gt;ODBC.OpenDSNConnection()&lt;/span&gt;&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;&lt;span style="color:blue;"&gt;ODBC.OpenDirectConnection(&lt;/span&gt;&lt;/span&gt;) was modified.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Attentention:&lt;/span&gt; If you used this parameter in your scripts to control the visibility of the ODBC connection dialog, you have to revise your scripts!&lt;/p&gt;&lt;p&gt;The parameter was a boolean before, and was changed to string. With the boolean, a &lt;span style="font-weight:bold;"&gt;true&lt;/span&gt; would cause the ODBC connection dialog to appear always, while &lt;span style="font-weight:bold;"&gt;false&lt;/span&gt; would hide it always, even when the connection failed. The absence of the parameter would cause the dialog to be shown automatically, only when needed.&lt;/p&gt;&lt;p&gt;As a new parameter was added to these actions to allow the control of multiple database connections, it became necessary to change the parameter to a string, which now works as this:&lt;/p&gt;&lt;p&gt;When setting it as &amp;quot;&lt;span style="font-weight:bold;"&gt;show&lt;/span&gt;&amp;quot;, the ODBC connection dialog will be shown always, with &amp;quot;&lt;span style="font-weight:bold;"&gt;hide&lt;/span&gt;&amp;quot; it always will stay hidden, even if the connection parameters were incorrect, and &amp;quot;&lt;span style="font-weight:bold;"&gt;auto&lt;/span&gt;&amp;quot; will cause the dialog to be shown only when needed.&lt;/p&gt;&lt;p&gt;The latest changes made to the plugin were also ported to the Lua 5.0 version (for AutoPlay Media Studio 7, Setup Factory 7 and 8, TrueUpdate 3 and Visual Patch 3).&lt;/p&gt;</description>
	<pubDate>24 Apr 2011 15:32:45 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-odbc.php</link>
	<guid isPermaLink="false">347557D3-B92D-4520-AD0B-B65521D57ACD</guid>
	</item>
	<item>
	<title>Socket Object updated to 2.1.3.0</title>
	<description>&lt;p&gt;The Socket Object was updated to version 2.1.3.0&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Enhancement&lt;/span&gt;: This latest version of the Socket Object allows to specify timeouts for &lt;span style="color:blue;"&gt;&lt;span style="font-weight:bold;"&gt;Socket.Ping()&lt;/span&gt;&lt;/span&gt; operations, in the same way as the former enhancement already did for &lt;span style="font-weight:bold;"&gt;&lt;span style="color:blue;"&gt;Socket.Open()&lt;/span&gt;&lt;/span&gt; actions. The default timeout is 1000 milliseconds, however now you can perform scans in your LAN much more faster, by setting a lower timeout.&lt;/p&gt;&lt;p&gt;The latest additions made to the plugin were also ported to the Lua 5.0 (AutoPlay Media Studio 7) version.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>24 Apr 2011 15:22:29 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-socket.php</link>
	<guid isPermaLink="false">F8FCB9B5-D027-4446-AB66-27B9B0C44696</guid>
	</item>
	<item>
	<title>Crypto Actions updated to 2.1.0.3</title>
	<description>&lt;p&gt;The new version of the Crypto actions plugin (available for both Lua 5.0 and Lua 5.1), features faster and better file encryption and decryption actions.&lt;/p&gt;&lt;p&gt;Although the former versions of the plugin worked correctly, I was made aware that there could be issues when processing very large files, typically larger than 400 MB. As there is a great amount of RAM required to perform the actions, it was possible to receive &amp;quot;Out of Memory&amp;quot; errors. This new build fixes this issue, and it is now possible to encrypt and decrypt files of virtually any size. If you process files with a former version of the plugin, don't miss this update.&lt;/p&gt;&lt;p&gt;The latest updates were also applied to the Lua 5.0 version (for AutoPlay Media Studio 7, Setup Factory 7 and 8, TrueUpdate 3 and Visual Patch 3).&lt;/p&gt;</description>
	<pubDate>24 Apr 2011 15:11:59 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-crypto.php</link>
	<guid isPermaLink="false">E978037C-3272-4534-B6B6-325A66BBCA48</guid>
	</item>
	<item>
	<title>Multithread Plugins released</title>
	<description>&lt;p&gt;With the aid of two plugins, one Actions plugin and one Object plugin, true multithreading is now available for AutoPlay Media Studio 8.&lt;/p&gt;&lt;p&gt;Until now, if you needed to run an external program and get the exit code, your AutoPlay application would need to wait until the external application ended processing. With the Multithread plugins, you can now start any number of external applications, continue to work in your AutoPlay application, and still retrieve the exit code when any of the external application is terminated.&lt;/p&gt;&lt;p&gt;Not only can you retrieve the exit code, but you also can set a maximum amount of time for the external application to run. If the application is still executing when the time runs out, the program is terminated and a specific return code is sent to your AutoPlay application.&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2011-02-25-02.png" /&gt;&lt;/p&gt;&lt;p&gt;Although multithreading, semaphores and process synchronization is a fairly complex matter, all this is kept &amp;quot;under the hood&amp;quot;. You will need to use only two actions - one for each plugin, to start and monitor external applications successfully. The provided documentation includes step-by-step instructions how to use the plugins in your project. A sample project is also available on the web page.&lt;/p&gt;</description>
	<pubDate>1 Mar 2011 15:10:55 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-multithread.php</link>
	<guid isPermaLink="false">D9976B6F-8439-4A03-ABB2-54FD33A75D69</guid>
	</item>
	<item>
	<title>Socket Object updated to 2.1.1.0</title>
	<description>&lt;p&gt;The Socket object for AutoPlay Media Studio 8 was updated today.&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Correction&lt;/span&gt;: When a connection attempt using &lt;span style="color:blue;"&gt;Socket.Open()&lt;/span&gt; failed, the socket would not allow new connection attempts (on same or different addresses or port numbers).&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Enhancement&lt;/span&gt;: &lt;span style="color:blue;"&gt;Socket.Open()&lt;/span&gt; now has an optional fourth parameter, which allows to set a custom timeout period. The default value for attempting a connection is defined as 20 seconds, but if you want to wait less or longer, you now can set a different timeout value. If left blank or set to 20 seconds, the action will perform exactly as usual.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;</description>
	<pubDate>10 Feb 2011 15:46:24 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-socket.php</link>
	<guid isPermaLink="false">1446B9AC-DFB4-4624-BEB5-9153D29E4374</guid>
	</item>
	<item>
	<title>ZipEx Actions Plugin released</title>
	<description>&lt;p&gt;A new actions plugin was released today. it is compatible with &lt;span style="font-weight:bold;"&gt;autoplay media studio 8.0&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;setup factory 9.0&lt;/span&gt;, and is available in both 32 and 64 bit versions.&lt;/p&gt;&lt;p&gt;the zipex actions plugin allows you to:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;create new zip archives, and password protect the contents with a zip 2.0 compatible password, or you can use aes 128 bit or aes 256 bit encryption, which is winzip compatible;&lt;/li&gt;&lt;li&gt;decompress zip archives, which were were protected using the zip 2.0 password, or strong aes encryption (as created with winzip);&lt;/li&gt;&lt;li&gt;create self-extracting zip archives, which will be using aes 256 bit encryption in case you set a password;&lt;/li&gt;&lt;li&gt;append files to an existing zip archive without recompressing the whole contents;&lt;/li&gt;&lt;li&gt;retrieve a table of all files contained in a zip archieve, with their file names and sizes (compressed and uncompressed);&lt;/li&gt;&lt;li&gt;test if a rar archive can be decompressed;&lt;/li&gt;&lt;li&gt;decompress rar archives, which can be multi-volume and/or password protected;&lt;/li&gt;&lt;li&gt;retrieve a table of all files contained in a rar archieve, with their file names and sizes (compressed and uncompressed).&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;most actions allow to invoke a callback function, so you can give some visual feedback in your application or installer while the compression action is working in the background.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&lt;span style="font-size:8px; color: silver;"&gt;winzip is copyright &amp;copy; 2010 winzip computing, s.l., a corel company&lt;/span&gt;&lt;/p&gt;</description>
	<pubDate>9 Feb 2011 17:02:45 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-zipex.php</link>
	<guid isPermaLink="false">61E8C66B-A049-4D25-B009-7D4E34CAB598</guid>
	</item>
	<item>
	<title>ImageEx Object updated to 1.2.0.0</title>
	<description>&lt;p&gt;The ImageEx object was updated today to version &lt;span style="font-weight:bold;"&gt;1.2.0.0&lt;/span&gt; (for AutoPlay Media Studio 8.0)&lt;/p&gt;&lt;p&gt;This new build allows reflections, like a mirror effect, below the image that is currently loaded. The loded image may or not have transparency - the reflection will mirror the source correctly.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-2011-01-20-08.png" /&gt;&lt;/p&gt;&lt;p&gt;You can adjust the height and the opacity of the reflection, to match your needs. This can be done in the updated Properties dialog, or with three new actions:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;ImageEx.SetReflection(string ObjectName, boolean Reflection)&lt;/li&gt;&lt;li&gt;ImageEx.SetReflectionHeight(string ObjectName, number Height)&lt;/li&gt;&lt;li&gt;ImageEx.SetReflectionOpacity(string ObjectName, number Opacity)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This new version is available now, as evaluation or as a free update for all users who paid for the plugin in the past.&lt;/p&gt;</description>
	<pubDate>20 Jan 2011 23:19:41 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-imageex.php</link>
	<guid isPermaLink="false">4A525852-A979-4C13-8F9F-08C4D5E6074B</guid>
	</item>
	<item>
	<title>ODBC Actions updated to 2.5.0.0</title>
	<description>&lt;p&gt;The ODBC Actions plugin was updated to version &lt;span style="font-weight:bold;"&gt;2.5.0.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;The new version allows simultaneous database connections - two connections are allowed for the evaluation plugin, and up to five connections for the registered version. With this new ODBC plugin, it is possible to copy data from one database to another, for example, which makes this plugin much more powerful than before.&lt;/p&gt;&lt;p&gt;Also, the trial period was increased to two weeks, giving evaluating users more time to test the product.&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Warning:&lt;/span&gt; &lt;span style="color:red;"&gt;&lt;span style="font-weight:bold;"&gt;This plugin will require a new unlock code.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;If you are currently using the registered version, you will need to send me the &amp;quot;Hardware key&amp;quot; that is shown in the new activation dialog. I will send you a proper license code as soon as possible. The new activation system is more forgiving about hardware changes, and a new license might not even be required if you need to reinstall your operating system.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2011-01-08-01.png" /&gt;&lt;/p&gt;</description>
	<pubDate>8 Jan 2011 15:03:41 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/odbc</link>
	<guid isPermaLink="false">1022C2D5-B7A2-4576-8BFC-784945417697</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: Crystal Reports 2005</title>
	<description>&lt;p&gt;This is a dependency module for Setup Factory, and should be used when your application needs the Crystal Reports 2005 Runtime (also known as Crystal Reports for .NET Framework 2.0 (x86)) to work properly.&lt;/p&gt;&lt;p&gt;If the Crystal Reports 2005 Runtime cannot be found by the dependency module, the MSI installer will be started in passive mode, displaying a quick progress screen before the first dialog of your installer is displayed. This runtime module requires that the .NET Framework 2.0 is already present on the target system.&lt;/p&gt;&lt;p&gt;Both MSI installers for 32-bit and 64-bit versions of the Crystal Reports 2005 runtime are included, as well as detection scripts for the .NET 2.0 Framework for both platforms. If you already have the Crystal Reports runtimes and don't need them, you can download the installer containing only the detection scripts.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2011-06-03-04.png" /&gt;&lt;/p&gt;</description>
	<pubDate>30 Dec 2010 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/cr2005</link>
	<guid isPermaLink="false">97B0A4BC-A314-4F6A-8991-45AF42E7964C</guid>
	</item>
	<item>
	<title>Example: Email Client (AutoPlay Media Studio)</title>
	<description>&lt;p&gt;In this example for AutoPlay Media Studio, I show how you can receive and send email messages, without the use of plugins or external applications. Of course, you need to inform POP3 and SMTP servers in order to read and send messages.&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2010-12-08-01.png" /&gt;&lt;/p&gt;&lt;p&gt;This sample application shows how to:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Check for new mail&lt;/li&gt;&lt;li&gt;Receive the message headers and body, separating the text/plain and text/html parts&lt;/li&gt;&lt;li&gt;Send messages (with attachment!)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Available as source code (*.apz) and as finished Web/Email executable.&lt;/p&gt;</description>
	<pubDate>9 Dec 2010 02:36:17 GMT</pubDate>
	<link>http://www.mindquake.com.br/examples/emailclient</link>
	<guid isPermaLink="false">E54AF16E-2174-4AF0-B1A1-1F29C7710D93</guid>
	</item>
	<item>
	<title>Dependency module for Setup Factory: .NET 4.0 (Web Install)</title>
	<description>&lt;p&gt;This dependency module works with Setup Factory 8 and 9, and can be used to check for the .NET Framework 4.0 on the target computer, and install it if not found. This script uses the web installer (dotNetFx40_Full_setup.exe) to download and install the proper binaries for the .NET Framework, and will add less than 1 MB to your installer.&lt;/p&gt;</description>
	<pubDate>19 Nov 2010 16:35:15 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/dependencies/net40</link>
	<guid isPermaLink="false">AD461B06-6CB6-4798-8ECD-AC797DD68914</guid>
	</item>
	<item>
	<title>64 bit versions for selected plugins now available</title>
	<description>&lt;p&gt;With the release of the first beta of &lt;span style="font-weight:bold;"&gt;Setup Factory 9&lt;/span&gt; (details &lt;a href="http://www.indigorose.com/forums/threads/31433-Setup-Factory-9-Beta-Test-Instructions" target="'_blank'"&gt;here&lt;/a&gt;), I am now offering selected action plugins built for 64 bit installers.&lt;/p&gt;&lt;p&gt;If you are going to build installers targeting 64 bit operating systems, using the new &amp;quot;64-bit platform&amp;quot; found in Setup Factory 9, you can use these plugins:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;ODBC Actions (both ODBC and MySQL for Lua 5.1), evaluation and full versions for customers;&lt;/li&gt;&lt;li&gt;Crypto Actions, evaluation and full versions for customers;&lt;/li&gt;&lt;li&gt;Unicode Actions, free&lt;/li&gt;&lt;li&gt;Encoding Actions, for current customers only.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;You can select the platforms you wish to deploy during the installation, like shown in this capture:&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2010-11-19-01.png" /&gt;&lt;/p&gt;&lt;p style="text-align:left;"&gt;I don't expect any problems with these new versions, but should there be an issue, please contact me, as usual.&lt;/p&gt;</description>
	<pubDate>19 Nov 2010 16:13:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/</link>
	<guid isPermaLink="false">9100D87A-C55C-42D2-85CC-9FE643ED0E31</guid>
	</item>
	<item>
	<title>Example: Cascading Menus</title>
	<description>&lt;p&gt;In this new example for &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio&lt;/span&gt;, I show how you can build cascading, &amp;quot;spry&amp;quot; menus in your applications.&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2010-10-26-01.png" /&gt;&lt;br /&gt;Example showing horizontal custom root buttons&lt;/p&gt;&lt;p&gt;Instead of using the habitual list box, combo box, etc., why don't you offer a more dynamic way to navigate the content of your project, or allow your user to select something? With the provided Lua script and two working examples (one for vertical root buttons, and another for horizontally arranged root buttons), you'll have no problem in implementing these menus quickly.&lt;/p&gt;</description>
	<pubDate>26 Oct 2010 17:58:03 GMT</pubDate>
	<link>http://www.mindquake.com.br/examples/cscmenu</link>
	<guid isPermaLink="false">16AB5118-0927-4193-A066-E0DB0F0E6535</guid>
	</item>
	<item>
	<title>Fade Page Transition updated!</title>
	<description>&lt;p&gt;The &lt;span style="font-weight:bold;"&gt;Fade&lt;/span&gt; page transition was changed so now it works better on older operating systems like Windows XP and 2000.&lt;/p&gt;&lt;p&gt;The new version is included in the current &lt;span style="font-weight:bold;"&gt;Utilities for AutoPlay Media Studio&lt;/span&gt; installer.&lt;/p&gt;</description>
	<pubDate>14 Oct 2010 18:57:53 GMT</pubDate>
	<link>http://www.mindquake.com.br/transitions/fade</link>
	<guid isPermaLink="false">88031BC2-F6C5-445C-BE7A-72B3A4FC8026</guid>
	</item>
	<item>
	<title>Example: Shortcuts as features (Setup Factory)</title>
	<description>&lt;p&gt;In this example for &lt;span style="font-weight:bold;"&gt;Setup Factory&lt;/span&gt;, I show how you can offer the creation of shortcuts to the application being installed in the &amp;quot;Select Packages&amp;quot; screen. The end user can select where he wants the shortcuts to be placed. The easy step-by-step instructions and the sample project explain how you can use this in your own installer.&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/suf/SNAP-2010-10-07-02.png" /&gt;&lt;/p&gt;</description>
	<pubDate>9 Oct 2010 01:29:03 GMT</pubDate>
	<link>http://www.mindquake.com.br/examples/features</link>
	<guid isPermaLink="false">C0775347-5455-4F59-83D1-DFE495F8351C</guid>
	</item>
	<item>
	<title>Example: Multilanguage (AutoPlay Media Studio)</title>
	<description>&lt;p&gt;A new example project for AutoPlay Media Studio shows how to exchange the text of various objects on the pages of a project, allowing to change the language of the whole application on-the-fly. This demonstration project shows how to display text in:&lt;/p&gt;&lt;p&gt;English, Arabic, Spanish, French, Russian, German, Turkish, Portuguese, Italian, Greek, Thai, Korean, Romanian, Danish, Traditional Chinese, Hungarian, Czech, Hebrew and Japanese.&lt;/p&gt;&lt;p&gt;Available as source code (*.apz) and completed project (*.exe).&lt;/p&gt;</description>
	<pubDate>9 Oct 2010 01:25:38 GMT</pubDate>
	<link>http://www.mindquake.com.br/examples/multilanguage</link>
	<guid isPermaLink="false">34D94F72-6FF0-4FC4-BF9F-5E62FA55FE41</guid>
	</item>
	<item>
	<title>Fade Page Transition released!</title>
	<description>&lt;p&gt;A new page transition for AutoPlay Media Studio 8.0 was released today. You can now perform a smooth crossfade transition from the current page to the next. The step and the speed of the transition can be adjusted in the properities dialog.&lt;/p&gt;&lt;p&gt;This new transition is offered for free as part of the &amp;quot;&lt;span style="font-weight:bold;"&gt;Utilities for AutoPlay Media Studio 8.0&lt;/span&gt;&amp;quot; package.&lt;/p&gt;</description>
	<pubDate>27 Sep 2010 17:24:33 GMT</pubDate>
	<link>http://www.mindquake.com.br/transitions/fade</link>
	<guid isPermaLink="false">7A3F2565-43C5-4A4B-A86E-3BB5FF8CA924</guid>
	</item>
	<item>
	<title>Skin Actions now free!</title>
	<description>&lt;p&gt;The Skin Actions plugin is now available for free from the website. It is compatible with AutoPlay Media Studio 6.0 and 7.x only, as AutoPlay Media Studio 8.0 already has the same skinning engine built-in, giving even better results than possible with this plugin. For users who decided not to update - enjoy!&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-081228-01.png" /&gt;&lt;/p&gt;</description>
	<pubDate>22 Sep 2010 02:44:19 GMT</pubDate>
	<link>http://www.mindquake.com.br/en/actions/skin</link>
	<guid isPermaLink="false">1731D352-8F95-457C-9EEB-1339DE289CC1</guid>
	</item>
	<item>
	<title>Wow64 Actions updated to 1.0.1.2</title>
	<description>&lt;p&gt;Some nice enhancements were made to the code of the Wow64 Actions plugin:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Constants &lt;span style="font-weight:bold;"&gt;Wow64.KEY64&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;Wow64.KEY32&lt;/span&gt; defined, for setting the registry view to operate on;&lt;/li&gt;&lt;li&gt;Dynamic loading of API functions &lt;span style="font-weight:bold;"&gt;Wow64DisableWow64FsRedirection&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;Wow64RevertWow64FsRedirection&lt;/span&gt;.&lt;span style="font-weight:bold;"&gt;&lt;span style="color:red;"&gt;*&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Replacement of the API functions &lt;span style="font-weight:bold;"&gt;RegDeleteKeyEx&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;RegGetValue&lt;/span&gt;.&lt;span style="font-weight:bold;"&gt;&lt;span style="color:red;"&gt;*&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;Wow64.RegistryGetValue&lt;/span&gt; now returns an empty string (&amp;quot;&amp;quot;) upon failure, instead of &lt;span style="font-style:italic;"&gt;nil&lt;/span&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;&lt;span style="color:red;"&gt;*&lt;/span&gt;&lt;/span&gt; With these new enhancements, the plugin can now be loaded on old operating systems like Windows 2000 and 32-bit Windows XP. Of course, the functions themselves may be executed only when supported by the operating system, but now it is possible to build installers on Windows XP designed to run on current systems.&lt;/p&gt;</description>
	<pubDate>10 Aug 2010 15:14:10 GMT</pubDate>
	<link>http://www.mindquake.com.br/suf-wow64.php</link>
	<guid isPermaLink="false">697EBAEA-EA71-4231-84B2-54F5C3EA5968</guid>
	</item>
	<item>
	<title>Wow64 Actions Plugin released!</title>
	<description>&lt;p&gt;A new actions plugin is available for applications using Lua 5.0:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;AutoPlay Media Studio 7&lt;/li&gt;&lt;li&gt;Setup Factory 8&lt;/li&gt;&lt;li&gt;TrueUpdate 3&lt;/li&gt;&lt;li&gt;Visual Patch 3&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The purpose of this plugin is to access files and folders controlled by the &lt;a href="http://msdn.microsoft.com/en-us/library/aa384187(VS.85).aspx" target="'_blank'"&gt;File System Redirector&lt;/a&gt; and to read and write registry keys that are subject to &lt;a href="http://msdn.microsoft.com/en-us/library/aa384232(VS.85).aspx" target="'_blank'"&gt;Registry Redirection&lt;/a&gt;, both on 64-bit operating systems. These functions can also be used on 32-bit operating systems.&lt;/p&gt;&lt;p&gt;The following actions are included:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;DisableFsRedirection&lt;/span&gt;: Disables file system redirection for the calling thread;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RevertFsRedirection&lt;/span&gt;: Restores file system redirection for the calling thread;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryCreateKey&lt;/span&gt;: Creates a &amp;quot;key&amp;quot; in the user's Registry;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryDeleteKey&lt;/span&gt;: Deletes a &amp;quot;key&amp;quot; from the user's Registry;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryDeleteValue&lt;/span&gt;: Deletes a &amp;quot;value&amp;quot; from the user's Registry;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryDoesKeyExist&lt;/span&gt;: Determines whether or not a particular Registry key exists;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryGetKeyNames&lt;/span&gt;: Returns a table containing the names of all of the sub keys for a particular key;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryGetValue&lt;/span&gt;: Returns a specific Registry value's data;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryGetValueNames&lt;/span&gt;: Returns a table containing all the values within a specific sub key;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistryGetValueType&lt;/span&gt;: Returns a specific Registry value's type;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight:bold;"&gt;RegistrySetValue&lt;/span&gt;: Sets the data of a specific Registry value.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;All registry operations feature the &lt;span style="font-weight:bold;"&gt;RegistryView&lt;/span&gt; parameter, which allows to set KEY_WOW64_64KEY for operating on the 64-bit registry view, and KEY_WOW64_32KEY for operating on the 32-bit registry view.&lt;/p&gt;&lt;p&gt;Documentation is included in the installer (which you can download &lt;a href="http://www.mindquake.com.br/files/suf/Wow64Setup.exe" target="'_blank'"&gt;here&lt;/a&gt;), but can also be downloaded separately from &lt;a href="http://www.mindquake.com.br/files/suf/Wow64Help.zip" target="'_blank'"&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>22 Jul 2010 04:02:25 GMT</pubDate>
	<link>http://www.mindquake.com.br/suf-wow64.php</link>
	<guid isPermaLink="false">960F10B6-EC00-4FB8-AD17-C45D0CBE8E38</guid>
	</item>
	<item>
	<title>ImageEx Object updated to 1.0.1.1</title>
	<description>&lt;p&gt;The ImageEx object was updated, introducing a correction and a new feature:&lt;/p&gt;&lt;p&gt;The new drop shadow was not staying perfectly centered when source image was rotated. This would cause problems in projects like the clock sample.&lt;/p&gt;&lt;p&gt;A new visual aid was added in design to show the boundaries of the drop shadow, as shown below:&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-2010-07-19-05.png" /&gt;&lt;/p&gt;&lt;p&gt;If you installed version 1.0.1.0, you should update to this version for better results.&lt;/p&gt;</description>
	<pubDate>19 Jul 2010 19:26:12 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-imageex.php</link>
	<guid isPermaLink="false">EAC81BEC-DA1B-4FCF-89BB-18527315E96A</guid>
	</item>
	<item>
	<title>ImageEx Object updated to 1.0.1.0</title>
	<description>&lt;p&gt;The release &lt;span style="font-weight:bold;"&gt;1.0.1.0&lt;/span&gt; of the ImageEx object plugin brings smoother, and adjustable drop shadows:&lt;/p&gt;&lt;p&gt;You can now adjust the horizontal and vertical offset of the drop shadow, the opacity, and the dispersion (the softness of the shadow border).&lt;/p&gt;&lt;p&gt;Here is one example of the better control you have over the drop shadow:&lt;/p&gt;&lt;p style="text-align:center;"&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-2010-07-18-02.png" /&gt;&lt;/p&gt;&lt;p&gt;Available now on the product's &lt;a href="http://www.mindquake.com.br/ams-imageex.php"&gt;web page&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>19 Jul 2010 02:29:08 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-imageex.php</link>
	<guid isPermaLink="false">1AA3EA8D-0036-446B-8BB0-8454CBFAF3BC</guid>
	</item>
	<item>
	<title>ImageEx Object Plugin released!</title>
	<description>&lt;p&gt;This new object plugin for AutoPlay Media Studio 8.0 allows to rotate, scale and transform images, change the hue, saturation and lightness, the contrast and brightness, apply blur, or add a dynamic drop shadow.&lt;/p&gt;&lt;p&gt;The plugin is very useful if you need to display several similar images, that differ only in angle or size. Now you need to include the source image only once, and can apply the required transformation on the fly!&lt;/p&gt;&lt;p&gt;Unlike several other objects, this plugin allows you to see the effect and transformation you need directly in the development environment, without needing to preview your page first to see the results of your settings. This is a huge time safer, and helps you to achieve the results you need faster.&lt;/p&gt;&lt;p&gt;Here is just one sample of what this plugin can do:&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAG-2010-07-03-12.png" /&gt;&lt;/p&gt;&lt;p&gt;This image was rotated, had its contrast enhanced, and a drop shadow was added.&lt;/p&gt;&lt;p&gt;You can download the version 1.0.0.0 from the web site right now.&lt;/p&gt;</description>
	<pubDate>6 Jul 2010 23:34:45 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-imageex.php</link>
	<guid isPermaLink="false">20723C01-D2B7-4671-B7A7-21F4500BDAAA</guid>
	</item>
	<item>
	<title>Socket Object updated to 2.0.1.2</title>
	<description>If you are using the Socket Object with AutoPlay Media Studio 8.0, please update the plugin. The former build had an error in the digital certificate validation routine.</description>
	<pubDate>14 Jun 2010 02:51:54 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-socket.php</link>
	<guid isPermaLink="false">1C905D1A-D3A6-4776-B599-9CC2021177C9</guid>
	</item>
	<item>
	<title>Crypto Actions updated to 2.0.2.0</title>
	<description>&lt;p&gt;The new build of the Crypto Actions plugin now contains support for Rijndael (256-bit AES) encryption, compatible with the .NET Framework.&lt;/p&gt;&lt;p&gt;New functions: &lt;span style="font-weight:bold;"&gt;Crypto.RijndaelEncryptString()&lt;/span&gt; and &lt;span style="font-weight:bold;"&gt;Crypto.RijndaelDecryptString()&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;span style="font-family:'courier new';font-size:11px;"&gt;-- create a 256-bit secret key from a table containing 32 bytes&lt;br /&gt;key = {};&lt;br /&gt;for i = 1, 32 do&lt;/span&gt;&lt;br /&gt; &lt;span style="font-family:'courier new';font-size:11px;"&gt;key[i] = i - 1;&lt;br /&gt;end&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:'courier new';font-size:11px;"&gt;-- create the initialization vector from a table with 16 bytes&lt;br /&gt;iv = {};&lt;br /&gt;for i = 1, 16 do&lt;/span&gt;&lt;br /&gt; &lt;span style="font-family:'courier new';font-size:11px;"&gt;iv[i] = i - 1;&lt;br /&gt;end&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:'courier new';font-size:11px;"&gt;source = &amp;quot;This is a test&amp;quot;;&lt;br /&gt;encoded = Crypto.RijndaelEncryptString(source, key, iv);&lt;br /&gt;Debug.Print(encoded .. &amp;quot;\r\n&amp;quot;);&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-family:'courier new';font-size:11px;"&gt;decoded = Crypto.RijndaelDecryptString(encoded, key, iv);&lt;br /&gt;Debug.Print(decoded .. &amp;quot;\r\n&amp;quot;);&lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Full documentation of the new functions are available in the &lt;a href="http://www.mindquake.com.br/files/ams/Crypto_Help.htm"&gt;help file&lt;/a&gt;. These new functions are available in the full version only, not in the evaluation.&lt;/p&gt;</description>
	<pubDate>9 Jun 2010 17:00:07 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-crypto.php</link>
	<guid isPermaLink="false">5578E2C4-85A2-4ED0-B973-53E1A425F9A9</guid>
	</item>
	<item>
	<title>.NET Framework 4.0 dependency module for MSI Factory</title>
	<description>&lt;p&gt;Based on the original .NET 3.5 module, as published by Indigo Rose, here are new modules for the current .NET Framework 4.0.&lt;/p&gt;&lt;p&gt;There are two detection modules in this package:&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;.NET 4.0 Include&lt;/span&gt; - assumes that you include the .NET 4.0 full package installer (dotNetFx40_Full_x86_x64.exe) in your bootstrapper, which will add 48.1 MB to your setup.&lt;/p&gt;&lt;p&gt;You can download the installer from here: &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=0A391ABD-25C1-4FC0-919F-B21F31AB88B7"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=0A391ABD-25C1-4FC0-919F-B21F31AB88B7&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;.NET 4.0 Download&lt;/span&gt; - assumes that you download the web installer (dotNetFx40_Full_setup.exe) and that you place it on your own web server. At runtime, the bootstrapper will first download the web installer from your server, which will then download the required files for the detected platform from Microsoft and finally start the installation. This all can be done passively, so no user interaction is required.&lt;/p&gt;&lt;p&gt;You can download the web installer from here: &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=9cfb2d51-5ff4-4491-b0e5-b386f32c0992&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Installation&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Download this file: &lt;a href="http://www.mindquake.com.br/files/msi/NET4Framework.zip"&gt;http://www.mindquake.com.br/files/msi/NET4Framework.zip&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Decompress the zip file in the &amp;quot;Bootstrap\Dependencies&amp;quot; sub folder of your MSI Factory installation. When you restart the Bootstrapper Designer, the two new modules will be available.&lt;/p&gt;&lt;p&gt;This dependency module is not officially supported by Indigo Rose. Use it at your own risk, and feel free to modify it to fit your needs better. Feedback is always welcome.&lt;/p&gt;</description>
	<pubDate>4 Jun 2010 17:04:11 GMT</pubDate>
	<link>http://www.indigorose.com/forums/threads/30046-Dependency-module-.NET-Framework-4.0</link>
	<guid isPermaLink="false">AE1ABB3B-E8EF-4951-91D3-097477EFB601</guid>
	</item>
	<item>
	<title>ODBC &amp; MySQL Actions plugins now compatible with AutoPlay Media Studio 8.0</title>
	<description>&lt;p&gt;The ODBC and MySQL Actions plugins were recompiled with the new version of Lua, as used in &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio 8.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Database connectivity is available to users of AutoPlay Media Studio 8.0 through the LuaSQL extensions, however in certain cases, the use of actions plugins can make programming easier and more comfortable.&lt;/p&gt;&lt;p&gt;The MySQL was formerly part of the free Utilities bundle, but for Lua 5.1 is was added to the ODBC product. The cost was not changed, and upgrade to the current version is free for all former customers.&lt;/p&gt;&lt;p&gt;The current version is &lt;span style="font-weight:bold;"&gt;2.0.2.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;Details page in the AutoPlay Media Studio Addon and Plugin Directory:&lt;br /&gt;&lt;a href="http://www.autoplaymediastudio.com/detail/48/odbc-amp-mysql.html"&gt;http://www.autoplaymediastudio.com/detail/48/odbc-amp-mysql.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>1 Jun 2010 19:00:44 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-odbc.php</link>
	<guid isPermaLink="false">1DC6D819-3184-4F10-B6BF-E6B5142BF8B6</guid>
	</item>
	<item>
	<title>Crypto Actions plugin now compatible with AutoPlay Media Studio 8.0</title>
	<description>&lt;p&gt;The Socket Object plugin was recompiled with the new version of Lua, as used in &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio 8.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;The current version is &lt;span style="font-weight:bold;"&gt;2.0.1.1&lt;/span&gt; and the upgrade is free for all former customers.&lt;/p&gt;&lt;p&gt;Details page in the AutoPlay Media Studio Addon and Plugin Directory:&lt;br /&gt;&lt;a href="http://www.autoplaymediastudio.com/detail/44/socket.html"&gt;http://www.autoplaymediastudio.com/detail/44/socket.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>27 May 2010 18:52:38 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-crypto.php</link>
	<guid isPermaLink="false">8E1DCED4-FFE6-47B5-AB65-CA8C492F07C4</guid>
	</item>
	<item>
	<title>Socket Object plugin now compatible with AutoPlay Media Studio 8.0</title>
	<description>&lt;p&gt;The Socket Object plugin was recompiled with the new version of Lua, as used in &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio 8.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;The current version is &lt;span style="font-weight:bold;"&gt;2.0.1.1&lt;/span&gt; and the upgrade is free for all former customers.&lt;/p&gt;&lt;p&gt;Details page in the AutoPlay Media Studio Addon and Plugin Directory:&lt;br /&gt;&lt;a href="http://www.autoplaymediastudio.com/detail/44/socket.html"&gt;http://www.autoplaymediastudio.com/detail/44/socket.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>19 May 2010 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams-socket.php</link>
	<guid isPermaLink="false">0E446637-87C1-43AF-9DDA-D3BC1CE4A18F</guid>
	</item>
	<item>
	<title>Example: Draw Poker game built with AutoPlay Media Studio</title>
	<description>&lt;p&gt;A simple draw poker game, where you are dealt five cards. You can hold any number of cards or draw new ones, attempting to get a winning hand. The game plays some sounds and shows simple animations, and can be controlled with the mouse or keyboard.&lt;/p&gt;&lt;p&gt;&lt;img align="top" alt="" src="http://www.mindquake.com.br/files/ams/SNAP-2010-05-14-01.jpg" /&gt;&lt;/p&gt;&lt;p&gt;The exported AutoPlay Media Studio project, without online play, can be retrieved from this URL:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mindquake.com.br/files/ams/DrawPoker.apz"&gt;http://www.mindquake.com.br/files/ams/DrawPoker.apz&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The full game, with high score sent to an online database and user login capabilities, can be retrieved from this address:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mindquake.com.br/files/ams/DrawPoker.exe"&gt;http://www.mindquake.com.br/files/ams/DrawPoker.exe&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Full details, and alternate download locations, can be found here:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.mindquake.com.br/ams.php#poker"&gt;http://www.mindquake.com.br/ams.php#poker&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The article of this example in the AutoPlay Media Studio Addon and Plugin Directory can be found here:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.autoplaymediastudio.com/detail/42/draw-poker.html"&gt;http://www.autoplaymediastudio.com/detail/42/draw-poker.html&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>14 May 2010 20:54:20 GMT</pubDate>
	<link>http://www.mindquake.com.br/ams.php#poker</link>
	<guid isPermaLink="false">6AA9B0BC-ECD2-44FE-BB15-C0536CB9F7AF</guid>
	</item>
	<item>
	<title>Utilities for AutoPlay Media Studio now compatible with Lua 5.1</title>
	<description>&lt;p&gt;A new installer is available for the free plugin bundle for &lt;span style="font-weight:bold;"&gt;AutoPlay Media Studio 8.0&lt;/span&gt;.&lt;/p&gt;&lt;p&gt;It contains the following:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Unicode Actions plugin, release 2.0.1.0&lt;/li&gt;&lt;li&gt;Math Actions plugin, release 2.0.1.0&lt;/li&gt;&lt;li&gt;FTPS Actions plugin, release 2.0.1.0&lt;/li&gt;&lt;li&gt;Page Turn transition, release 2.0.1.0&lt;/li&gt;&lt;li&gt;Shape page transition, release 2.0.1.0&lt;/li&gt;&lt;li&gt;Techsmith Camtasia codec detection&lt;/li&gt;&lt;li&gt;.NET Framework detection&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="font-weight:bold;"&gt;Note:&lt;/span&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;The MySQL Actions plugin is no longer part of the bundle, and is now shipping as part of the &lt;a href="http://www.mindquake.com.br/ams-odbc.php"&gt;ODBC Actions plugin&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;</description>
	<pubDate>28 Apr 2010 15:00:00 GMT</pubDate>
	<link>http://www.mindquake.com.br/files/ams.php</link>
	</item>
	</channel></rss>
