<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Indigo Rose Software &#187; java</title>
	<atom:link href="http://www.indigorose.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.indigorose.com</link>
	<description>Tools for Professional Software Developers</description>
	<lastBuildDate>Fri, 19 Mar 2010 17:31:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Overview of DeltaMAX 2.0</title>
		<link>http://www.indigorose.com/deltamax/overview-delta-max/</link>
		<comments>http://www.indigorose.com/deltamax/overview-delta-max/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:42:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DeltaMAX]]></category>
		<category><![CDATA[activex]]></category>
		<category><![CDATA[binary difference]]></category>
		<category><![CDATA[binary differencing]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[delta]]></category>
		<category><![CDATA[delta max]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[diffs]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[file differencing]]></category>
		<category><![CDATA[indigo rose]]></category>
		<category><![CDATA[indigorose]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[patching]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[visual basic]]></category>
		<category><![CDATA[xdelta]]></category>

		<guid isPermaLink="false">http://www.indigorose.com/?p=148</guid>
		<description><![CDATA[DeltaMAX is an advanced binary differencing engine library for Windows. It allows you to create and apply binary difference files (&#8220;patch files&#8221;) from your applications. It is the same binary differencing engine used in Visual Patch.
Binary differencing is the process of analyzing two files and then compactly representing the differences or &#8220;delta&#8221; between them. Also [...]


More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 2.0 Product Brochure'>DeltaMAX 2.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li>
<li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li>
<li><a href='http://www.indigorose.com/deltamax/users-guide-delta-max/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The best way to get started with DeltaMAX is to...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1838" title="thumbnail-deltamax" src="http://www.indigorose.com/content/thumbnail-deltamax.jpg" alt="thumbnail-deltamax" width="150" height="100" />DeltaMAX is an advanced binary differencing engine library for Windows. It allows you to create and apply binary difference files (&#8220;patch files&#8221;) from your applications. It is the same binary differencing engine used in Visual Patch.</p>
<p>Binary differencing is the process of analyzing two files and then compactly representing the differences or &#8220;delta&#8221; between them. Also known as &#8220;delta compression,&#8221; binary differencing is able to represent the data that differs between two files in the most compact way possible.</p>
<p>The most common application of binary differencing is in creating software patches. This involves analyzing two versions of a file in order to extract only the data that has changed from one version to the other. The results of this analysis can then be used to recreate the newer version from any file that exactly matches the original. By only containing the differences, such a patch file can be very small.</p>
<p>Of course, there are many other uses for binary differencing beyond deploying software updates. Because so little data needs to be transmitted, delta compression makes it possible to distribute changes to large data files as efficiently possible.</p>
<h5>Key Features</h5>
<ul>
<li><a class="wmp" href="http://www.indigorose.com/content/screenshots/deltamax/large/CSharpSampleProject.gif"><img class="alignright" title="DeltaMAX" src="http://www.indigorose.com/content/screenshots/deltamax/small/CSharpSampleProject.gif" alt="" width="300" height="218" /></a><strong>Very fast encoding.</strong> DeltaMAX is able to perform multiple passes in less time than it takes other tools to perform a single pass.</li>
<li><strong>Fast decoding.</strong> DeltaMAX uses efficient file I/O buffering in order to apply differences quickly.</li>
<li><strong>Low memory requirements for decoding.</strong> DeltaMAX requires only minimal amounts of memory for decoding, and is able to apply differences in low memory situations.</li>
<li><strong>Compact encoding format.</strong> DeltaMAX uses a custom encoding scheme that is very efficient.</li>
<li><strong>Unique multi-pass optimization.</strong> DeltaMAX can perform multiple encoding passes in order to experimentally achieve the best results. This is especially important because the optimal settings can vary according to the unique internal structure of each individual file.</li>
<li><strong>Works with all file types.</strong> DeltaMAX can create differences for all kinds of files (e.g. software executables, word documents, satellite images, medical databases, ocean maps, game data files&#8230;)</li>
<li><strong>Support for large files.</strong> DeltaMAX is exceptional in its ability to handle very large files (up to 2GB) and to encode these large files very quickly.</li>
<li><strong>Developed for Windows.</strong> DeltaMAX was developed specifically for the Windows platform, and does not sacrifice performance to achieve platform independence.</li>
</ul>
<h5>Benefits of Binary Differencing</h5>
<p>Binary differencing is the process of analyzing two files and then compactly representing the differences or &#8220;delta&#8221; between them. Also known as &#8220;delta compression,&#8221; binary differencing is able to represent the data that differs between two files in the most compact way possible.</p>
<p>This technology is most commonly used in software updating and patch management applications, however it is also ideal for use in backup software, server synchronization, data transmission or wherever the environment calls for reduced storage space and lower bandwidth usage.</p>
<p>Having less data to transmit means that file changes can be sent and received faster, which means less time is spent waiting for updates, improving productivity and making “background” updates possible.</p>
<p>In addition to reduced file sizes, binary differenced files are very secure. Difference files contain only the byte level differences between the two source files. Transmitting only tiny portions of a file in a format that can&#8217;t be used without the original greatly reduces the risk of unauthorized use.</p>
<h5>Competitive Position</h5>
<p>Some binary differencing libraries claim to include large-file support, but they process large files so slowly that it really isn&#8217;t feasible to use them for that purpose. DeltaMAX uses a unique binary differencing algorithm that was developed to process very large files as quickly as possible. It does this while also achieving the best compression performance possible on all file sizes, large and small.</p>
<p>For example, in benchmark testing DeltaMAX was able to create a patch for a 1.2 GB data file in under 3 minutes, whereas the nearest competitor we tested required more than 70 minutes to process the data on the same system. Some of the competing libraries we tested were not even able to process such a large file, and either failed completely or were still processing after more than 24 hours.</p>
<p>Remarkably, DeltaMAX achieves its speed without sacrificing performance, creating difference files that compare favorably in size to difference files created by other tools. In fact, the speed of DeltaMAX permits additional size optimizations that are not feasible with other tools. For example, it can perform multiple passes with different settings in order to find the optimal parameters for each particular file-and still manage to do so in less time than competing tools require for a single pass!</p>


<p>More Information:<ol><li><a href='http://www.indigorose.com/deltamax/brochure-delta-max/' rel='bookmark' title='Permanent Link: DeltaMAX 2.0 Product Brochure'>DeltaMAX 2.0 Product Brochure</a> <small>DeltaMAX is an advanced binary differencing engine. It is capable...</small></li>
<li><a href='http://www.indigorose.com/deltamax/features-delta-max/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>DeltaMAX is an advanced binary differencing engine library for Windows....</small></li>
<li><a href='http://www.indigorose.com/deltamax/users-guide-delta-max/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The best way to get started with DeltaMAX is to...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.indigorose.com/deltamax/overview-delta-max/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenshot Gallery</title>
		<link>http://www.indigorose.com/visual-patch/screenshots-visual-patch/</link>
		<comments>http://www.indigorose.com/visual-patch/screenshots-visual-patch/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 21:12:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Visual Patch]]></category>
		<category><![CDATA[data patching]]></category>
		<category><![CDATA[dialogs]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[patch development]]></category>
		<category><![CDATA[patch management]]></category>
		<category><![CDATA[patch programming]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[visualpatch]]></category>
		<category><![CDATA[xdelta]]></category>

		<guid isPermaLink="false">http://www.indigorose.com/?p=486</guid>
		<description><![CDATA[Visual Patch 3.0 screenshots and dialogs. Create binary software patches using this professional software development tool.


More Information:<ol><li><a href='http://www.indigorose.com/visual-patch/features-visual-patch/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>Visual Patch 3.0 is the fastest way to create compact...</small></li>
<li><a href='http://www.indigorose.com/visual-patch/brochure-visual-patch/' rel='bookmark' title='Permanent Link: Visual Patch 3.5 Product Brochure'>Visual Patch 3.5 Product Brochure</a> <small>Visual Patch 3.0 can figure out what files have changed,...</small></li>
<li><a href='http://www.indigorose.com/visual-patch/users-guide-visual-patch/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The easiest way to learn how to use Visual Patch...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Visual Patch 3.5 is a fast and efficient solution for software developers wanting to create secure binary difference software patches. Simplify your software version management and turn the otherwise complicated task of managing point releases into a fully automatic solution. There is no better way to make professional-quality, full-history binary patches for software and other electronic content.</p>
<p><strong>Click on any of the screenshot images below to see a larger, more detailed version.</strong></p>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Visual Patch 3.5&#8217;s Sophisticated Version Management</h2>
<p><a class="wmp" title="Sophisticated Version Management" href="/content/screenshots/vp/large/version_management.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Sophisticated Version Management" src="/content/screenshots/vp/small/version_management.gif" alt="Sophisticated Version Management" /></a><br />
Visual Patch 3.5 makes it easy to manage your software releases. All of your versions are organized into tabs, each with an intuitive list of the files and folders that belong to that version. You can quickly and easily add, remove and organize your versions, and see all of the important details about your files. A task bar along the side provides quick access to all of Visual Patch&#8217;s features.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Optimized Patching Engine</h2>
<p><a class="wmp" title="Optimized Patching Engine" href="/content/screenshots/vp/large/optimizations.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Optimized Patching Engine" src="/content/screenshots/vp/small/optimizations.gif" alt="Optimized Patching Engine" /></a><br />
Visual Patch features state-of-the-art binary differencing and compression algorithms. This ensures smaller and better performing software patches. The algorithms used by Visual Patch were developed specifically for their impressive speed characteristics.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Full-History Patching</h2>
<p><a class="wmp" title="Full-History Patching" href="/content/screenshots/vp/large/build_settings.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Full-History Patching" src="/content/screenshots/vp/small/build_settings.gif" alt="Full-History Patching" /></a><br />
You have full control over which versions of your software can be patched with a single executable. You can choose to update only a single version, or offer a patch that can update any version that has ever been released.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Advanced Project Settings</h2>
<p><a class="wmp" title="Advanced Project Settings" href="/content/screenshots/vp/large/advanced_project_settings.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Advanced Project Settings" src="/content/screenshots/vp/small/advanced_project_settings.gif" alt="Advanced Project Settings" /></a><br />
Robust fail-safe features include automatic file backups, rollback support, deletion of legacy files, and detailed logging to assist in debugging and auditing.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Project Wizard</h2>
<p><a class="wmp" title="Project Wizard" href="/content/screenshots/vp/large/locate_installed_version.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Project Wizard" src="/content/screenshots/vp/small/locate_installed_version.gif" alt="Project Wizard" /></a><br />
The project wizard simplifies the process of setting up your patch, distilling the complicated logic of patching into a series of easy questions and options.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Adding Files</h2>
<p><a class="wmp" title="Adding Files" href="/content/screenshots/vp/large/adding_files.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Adding Files" src="/content/screenshots/vp/small/adding_files.gif" alt="Adding Files" /></a><br />
Visual Patch makes it easy to add the files from each version into your project. You can add them recursively or just drag and drop them onto a file list from Windows.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>File Properties</h2>
<p><a class="wmp" title="File Properties" href="/content/screenshots/vp/large/file_properties.gif"><br />
<img class="alignleft size-medium wp-image-775" title="File Properties" src="/content/screenshots/vp/small/file_properties.gif" alt="File Properties" /></a><br />
Editing the settings for a file is as easy as double-clicking on it in the file list. You can easily change source and destination paths and designate &#8220;key files&#8221; for version detection.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Folder References</h2>
<p><a class="wmp" title="Folder References" href="/content/screenshots/vp/large/folder_references.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Folder References" src="/content/screenshots/vp/small/folder_references.gif" alt="Folder References" /></a><br />
Folder references are similar to files, but they reference a folder on your system instead of a single file. They’re useful for including folders full of files without having to reference each file individually.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>File Conditions</h2>
<p><a class="wmp" title="File Conditions" href="/content/screenshots/vp/large/conditions.gif"><br />
<img class="alignleft size-medium wp-image-775" title="File Conditions" src="/content/screenshots/vp/small/conditions.gif" alt="File Conditions" /></a><br />
Conditionally include or exclude a file from the patch at build time or run time.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Screen Gallery</h2>
<p><a class="wmp" title="Screen Gallery" href="/content/screenshots/vp/large/screen_gallery.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Screen Gallery" src="/content/screenshots/vp/small/screen_gallery.gif" alt="Screen Gallery" /></a><br />
Visual Patch ships with many different kinds of pre-made screens that you can add to your projects.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Screen Manager</h2>
<p><a class="wmp" title="Screen Manager" href="/content/screenshots/vp/large/screen_manager.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Screen Manager" src="/content/screenshots/vp/small/screen_manager.gif" alt="Screen Manager" /></a><br />
The screen manager allows you to add, remove, edit and re-order your patch&#8217;s screens. This gives you full control over the user interface and flow of your patch.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Themes</h2>
<p><a class="wmp" title="Themes" href="/content/screenshots/vp/large/themes.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Themes" src="/content/screenshots/vp/small/themes.gif" alt="Themes" /></a><br />
Choose from dozens of built-in themes (skins) for your patches or create your own using your favorite images. You can easily configure everything from fonts and banner images to background graphics, control colors and more.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Screen Properties</h2>
<p><a class="wmp" title="Screen Properties" href="/content/screenshots/vp/large/screen_properties.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Screen Properties" src="/content/screenshots/vp/small/screen_properties.gif" alt="Screen Properties" /></a><br />
Every screen has unique settings and attributes that can be customized. All screens dynamically adjust their layout as you edit the screen’s controls and text. The language selector allows you to perform in-place translation of the screen&#8217;s text.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Screen Events</h2>
<p><a class="wmp" title="Screen Events" href="/content/screenshots/vp/large/screen_events.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Screen Events" src="/content/screenshots/vp/small/screen_events.gif" alt="Screen Events" /></a><br />
Go behind the scenes and modify the built-in functionality of any screen. Each screen provides a number of events where you can create intelligent scripted responses to everything from clicking &#8216;Next&#8217; to any other message fired by a user interface control.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Action Library</h2>
<p><a class="wmp" title="Action Library" href="/content/screenshots/vp/large/actions.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Action Library" src="/content/screenshots/vp/small/actions.gif" alt="Action Library" /></a><br />
Visual Patch isn&#8217;t limited to just updating files. A built-in library of 250+ actions allows you to leverage powerful functionality without having to do any programming. There are actions to handle everything from text file editing to system registry changes. You can execute programs, call DLL functions, query drive information, manipulate strings, copy files, start and stop services, interact with web scripts, display dialog boxes, and much more. Simply choose the action you want from a categorized list, fill in the requested information fields and the wizard does the rest.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Powerful Scripting Engine</h2>
<p><a class="wmp" title="Powerful Scripting Engine" href="/content/screenshots/vp/large/scripting.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Powerful Scripting Engine" src="/content/screenshots/vp/small/scripting.gif" alt="Powerful Scripting Engine" /></a><br />
Visual Patch includes an incredibly powerful free-form scripting engine. Based on the popular Lua language, this easy to understand scripting language features everything from &#8216;for, repeat and while&#8217; loops, to &#8216;if/else&#8217; conditions, functions, variables, and tables (associative arrays). The integrated script editor features color syntax highlighting, code completion, function highlighting, as-you-type action prototypes, Ctrl+Space function listings, and even context-sensitive help.</div>
<div class="ir_screenshots" style="display: table; clear: both">
<h2>Language Support</h2>
<p><a class="wmp" title="Language Support" href="/content/screenshots/vp/large/languages.gif"><br />
<img class="alignleft size-medium wp-image-775" title="Language Support" src="/content/screenshots/vp/small/languages.gif" alt="Language Support" /></a><br />
Unsurpassed support for multilingual patches is included right out of the box. Patches created with Visual Patch can automatically determine the language of the client operating system and adjust the display of screens and messages appropriately. Whether you need to support English, French, German, Spanish, Italian or any other language recognized by Windows, with Visual Patch you simply provide the text and your patch takes care of the rest!</div>
<div class="ir_screenshots" style="display: table; clear: both"></div>


<p>More Information:<ol><li><a href='http://www.indigorose.com/visual-patch/features-visual-patch/' rel='bookmark' title='Permanent Link: Product Features'>Product Features</a> <small>Visual Patch 3.0 is the fastest way to create compact...</small></li>
<li><a href='http://www.indigorose.com/visual-patch/brochure-visual-patch/' rel='bookmark' title='Permanent Link: Visual Patch 3.5 Product Brochure'>Visual Patch 3.5 Product Brochure</a> <small>Visual Patch 3.0 can figure out what files have changed,...</small></li>
<li><a href='http://www.indigorose.com/visual-patch/users-guide-visual-patch/' rel='bookmark' title='Permanent Link: Online User&#8217;s Guide'>Online User&#8217;s Guide</a> <small>The easiest way to learn how to use Visual Patch...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.indigorose.com/visual-patch/screenshots-visual-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Tutorials for Setup Factory</title>
		<link>http://www.indigorose.com/setup-factory/video-tutorials-setup-factory/</link>
		<comments>http://www.indigorose.com/setup-factory/video-tutorials-setup-factory/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 16:45:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Setup Factory]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[instruction]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[setup development]]></category>
		<category><![CDATA[setupfactory]]></category>
		<category><![CDATA[video tutorials]]></category>
		<category><![CDATA[visual basic]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.indigorose.com/?p=302</guid>
		<description><![CDATA[Learn all about Setup Factory. These videos were created for Setup Factory 7.0, but are fully compatible with Setup Factory 8.
Setup Factory 7 Training Chapter 1



Welcome to Setup Factory &#8211; Introduction to this CD-ROM




Welcome to Setup Factory &#8211; Installation and authorization




Welcome to Setup Factory &#8211; Troubleshooting &#038; Support options




Welcome to Setup Factory &#8211; Methods used [...]


More Information:<ol><li><a href='http://www.indigorose.com/setup-factory/users-guide-setup-factory/' rel='bookmark' title='Permanent Link: Setup Factory User&#8217;s Guide'>Setup Factory User&#8217;s Guide</a> <small>It is extrememly easy to get started with Setup Factory...</small></li>
<li><a href='http://www.indigorose.com/setup-factory/overview-setup-factory/' rel='bookmark' title='Permanent Link: Overview of Setup Factory 8.2'>Overview of Setup Factory 8.2</a> <small>Use Setup Factory to easily create professional and reliable installers...</small></li>
<li><a href='http://www.indigorose.com/setup-factory/frequently-asked-questions-setup-factory/' rel='bookmark' title='Permanent Link: Frequently Asked Questions for Setup Factory'>Frequently Asked Questions for Setup Factory</a> <small>Setup Factory 8 is your best choice for creating rock-solid...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Learn all about Setup Factory. These videos were created for Setup Factory 7.0, but are fully compatible with Setup Factory 8.</p>
<h5>Setup Factory 7 Training Chapter 1</h5>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/xwqcxjePO98&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 1 Welcome to Setup Factory - Introduction to this CD-ROM"><br />
<img src="http://img.youtube.com/vi/xwqcxjePO98/default.jpg" style="border: 1px solid black;"><br />
Welcome to Setup Factory &#8211; Introduction to this CD-ROM</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/h0Pug-zzSZg&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 1 Welcome to Setup Factory - Installation and authorization"><br />
<img src="http://img.youtube.com/vi/h0Pug-zzSZg/default.jpg" style="border: 1px solid black;"><br />
Welcome to Setup Factory &#8211; Installation and authorization</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/TkeHDiX5X7I&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 1 Welcome to Setup Factory - Troubleshooting &#038; Support options"><br />
<img src="http://img.youtube.com/vi/TkeHDiX5X7I/default.jpg" style="border: 1px solid black;"><br />
Welcome to Setup Factory &#8211; Troubleshooting &#038; Support options</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/p4M18uxdjZM&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 1 Welcome to Setup Factory - Methods used on this CD"><br />
<img src="http://img.youtube.com/vi/p4M18uxdjZM/default.jpg" style="border: 1px solid black;"><br />
Welcome to Setup Factory &#8211; Methods used on this CD</a>
</div>
<div style="clear: both;">&nbsp;</div>
<h5>Setup Factory 7 Training Chapter 2</h5>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/S6QjtUudlYo&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 2 Workflow and Workspace - Workflow Overview"><br />
<img src="http://img.youtube.com/vi/S6QjtUudlYo/default.jpg" style="border: 1px solid black;"><br />
Workflow and Workspace &#8211; Workflow Overview</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/Vgf3i7K1ZAM&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 2 Workflow and Workspace - Workspace Introduction"><br />
<img src="http://img.youtube.com/vi/Vgf3i7K1ZAM/default.jpg" style="border: 1px solid black;"><br />
Workflow and Workspace &#8211; Workspace Introduction</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/b6troaM97Cs&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 2 Workflow and Workspace - Application Preferences"><br />
<img src="http://img.youtube.com/vi/b6troaM97Cs/default.jpg" style="border: 1px solid black;"><br />
Workflow and Workspace &#8211; Application Preferences</a>
</div>
<div style="clear: both;">&nbsp;</div>
<h5>Setup Factory 7 Training Chapter 3</h5>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/xQpuQWOCsX0&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Let's build our first project"><br />
<img src="http://img.youtube.com/vi/xQpuQWOCsX0/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Let&#8217;s build our first project</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/Gr0l3uFpHJE&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Let's add some documents"><br />
<img src="http://img.youtube.com/vi/Gr0l3uFpHJE/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Let&#8217;s add some documents</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/DoQ2KJLlCJ8&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Let's add some folders"><br />
<img src="http://img.youtube.com/vi/DoQ2KJLlCJ8/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Let&#8217;s add some folders</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/EA_XZinGAZ4&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Adding serial number protection"><br />
<img src="http://img.youtube.com/vi/EA_XZinGAZ4/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Adding serial number protection</a>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/Ws_aBzfTSIs&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Adding a desktop shortcut and web link"><br />
<img src="http://img.youtube.com/vi/Ws_aBzfTSIs/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Adding a desktop shortcut and web link</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/XdrNsOaifhs&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Let's add a secondary application"><br />
<img src="http://img.youtube.com/vi/XdrNsOaifhs/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Let&#8217;s add a secondary application</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/06hZgsuaDrY&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Let's create user-selectable packages"><br />
<img src="http://img.youtube.com/vi/06hZgsuaDrY/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Let&#8217;s create user-selectable packages</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/gc0IrqQrei8&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - AddingLet's add Windows registry interactivity"><br />
<img src="http://img.youtube.com/vi/gc0IrqQrei8/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; AddingLet&#8217;s add Windows registry interactivity</a>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/VlxHYad3BCE&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Adding/Removing Screens"><br />
<img src="http://img.youtube.com/vi/VlxHYad3BCE/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Adding/Removing Screens</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/et9DLUOUQto&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Lauching a web site instead of a thank you screen"><br />
<img src="http://img.youtube.com/vi/et9DLUOUQto/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Lauching a web site instead of a thank you screen</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/HSOKwcivz-M&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Adding system requirements"><br />
<img src="http://img.youtube.com/vi/HSOKwcivz-M/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Adding system requirements</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/B6B0x1qGsKg&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Applying window and background styles"><br />
<img src="http://img.youtube.com/vi/B6B0x1qGsKg/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Applying window and background styles</a>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/rP-I3FSKHik&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Adding multilingual support"><br />
<img src="http://img.youtube.com/vi/rP-I3FSKHik/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Adding multilingual support</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/vo2W4STJ-GM&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Logging the installation details to a file"><br />
<img src="http://img.youtube.com/vi/vo2W4STJ-GM/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Logging the installation details to a file</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/9WKVsM67ROY&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Editing session variables"><br />
<img src="http://img.youtube.com/vi/9WKVsM67ROY/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Editing session variables</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/3r6U0vHD-jA&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Creating installers which expire"><br />
<img src="http://img.youtube.com/vi/3r6U0vHD-jA/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Creating installers which expire</a>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/vxeds2ZS-bM&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Customizing the application uninstaller"><br />
<img src="http://img.youtube.com/vi/vxeds2ZS-bM/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Customizing the application uninstaller</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/ixpOySoUNeI&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Launching your program after installation"><br />
<img src="http://img.youtube.com/vi/ixpOySoUNeI/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Launching your program after installation</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/I3ULPhwBFfA&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Creating a silent installer"><br />
<img src="http://img.youtube.com/vi/I3ULPhwBFfA/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Creating a silent installer</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/gURkgAgkyiw&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 3 Quickstart Guide - Adding a dependency module"><br />
<img src="http://img.youtube.com/vi/gURkgAgkyiw/default.jpg" style="border: 1px solid black;"><br />
Quickstart Guide &#8211; Adding a dependency module</a>
</div>
<div style="clear: both;">&nbsp;</div>
<h5>Setup Factory 7 Training Chapter 4</h5>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/BCW-_wiy5YM&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 4 Themes - Introduction to themes"><br />
<img src="http://img.youtube.com/vi/BCW-_wiy5YM/default.jpg" style="border: 1px solid black;"><br />
Themes &#8211; Introduction to themes</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/KDN5Hqy0Q0Y&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 4 Themes - How to create a custom theme"><br />
<img src="http://img.youtube.com/vi/KDN5Hqy0Q0Y/default.jpg" style="border: 1px solid black;"><br />
Themes &#8211; How to create a custom theme</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/R_OEak15isg&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 4 Themes - Add your theme to the theme library"><br />
<img src="http://img.youtube.com/vi/R_OEak15isg/default.jpg" style="border: 1px solid black;"><br />
Themes &#8211; Add your theme to the theme library</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/ph83_YfSAh0&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 4 Themes - Editing theme properties"><br />
<img src="http://img.youtube.com/vi/ph83_YfSAh0/default.jpg" style="border: 1px solid black;"><br />
Themes &#8211; Editing theme properties</a>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/gnh6q4pL5EM&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 4 Themes - How to use a theme in a project"><br />
<img src="http://img.youtube.com/vi/gnh6q4pL5EM/default.jpg" style="border: 1px solid black;"><br />
Themes &#8211; How to use a theme in a project</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/HuwsZZTAGok&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 4 Themes - Extending themes"><br />
<img src="http://img.youtube.com/vi/HuwsZZTAGok/default.jpg" style="border: 1px solid black;"><br />
Themes &#8211; Extending themes</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/WaIC9QKnLJc&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 4 Themes - Chapter Summary"><br />
<img src="http://img.youtube.com/vi/WaIC9QKnLJc/default.jpg" style="border: 1px solid black;"><br />
Themes &#8211; Chapter Summary</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/sYGm6D4tM5Y&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 4 Themes - Where to get more themes"><br />
<img src="http://img.youtube.com/vi/sYGm6D4tM5Y/default.jpg" style="border: 1px solid black;"><br />
Themes &#8211; Where to get more themes</a>
</div>
<div style="clear: both;">&nbsp;</div>
<h5>Setup Factory 7 Training Chapter 5</h5>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/8O9fsPn-duY&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - What are actions?"><br />
<img src="http://img.youtube.com/vi/8O9fsPn-duY/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; What are actions?</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/sYfZ_q9R2ho&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Building a simple "Hello World" script"><br />
<img src="http://img.youtube.com/vi/sYfZ_q9R2ho/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Building a simple &#8220;Hello World&#8221; script</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/CB6ua105hm0&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Expressions and operators"><br />
<img src="http://img.youtube.com/vi/CB6ua105hm0/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Expressions and operators</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/CWAVXOQMUl4&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Variables"><br />
<img src="http://img.youtube.com/vi/CWAVXOQMUl4/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Variables</a>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/ONV89s6RPiM&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Control Structures"><br />
<img src="http://img.youtube.com/vi/ONV89s6RPiM/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Control Structures</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/2xAwwE1Xnzs&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - The IF Statement"><br />
<img src="http://img.youtube.com/vi/2xAwwE1Xnzs/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; The IF Statement</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/jWVMmeDn7jM&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - ELSE and ELSEIF statements"><br />
<img src="http://img.youtube.com/vi/jWVMmeDn7jM/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; ELSE and ELSEIF statements</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/ieKof-RJJW0&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - FOR, WHILE, and REPEAT loops"><br />
<img src="http://img.youtube.com/vi/ieKof-RJJW0/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; FOR, WHILE, and REPEAT loops</a>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/qXS3Ck0gGm8&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Tables"><br />
<img src="http://img.youtube.com/vi/qXS3Ck0gGm8/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Tables</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/BbAlHATKgcI&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Using FOR to enumerate tables"><br />
<img src="http://img.youtube.com/vi/BbAlHATKgcI/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Using FOR to enumerate tables</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/M2uP-Z-aphA&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Functions"><br />
<img src="http://img.youtube.com/vi/M2uP-Z-aphA/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Functions</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/WMcG8xz1sK4&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Returning values from functions"><br />
<img src="http://img.youtube.com/vi/WMcG8xz1sK4/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Returning values from functions</a>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/1kGfSxx8YE8&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Some basic string manipulation"><br />
<img src="http://img.youtube.com/vi/1kGfSxx8YE8/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Some basic string manipulation</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/9ScMWJ40CbA&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Using TYPE to identify variable types"><br />
<img src="http://img.youtube.com/vi/9ScMWJ40CbA/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Using TYPE to identify variable types</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/2PSGI-8OHys&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - DOFILE and REQUIRE"><br />
<img src="http://img.youtube.com/vi/2PSGI-8OHys/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; DOFILE and REQUIRE</a>
</div>
<div style="float: left; padding: 7px; margin: 5px; text-align: center; width: 122px;">
<a href="http://www.youtube.com/v/gSwnapg3Sxc&#038;h1=en&#038;fs=1" class="wmp" rel="width:596,height:474" title="Setup Factory 7 Training Chapter 5 Actions and Scripting - Using the "Add Code" button"><br />
<img src="http://img.youtube.com/vi/gSwnapg3Sxc/default.jpg" style="border: 1px solid black;"><br />
Actions and Scripting &#8211; Using the &#8220;Add Code&#8221; button</a>
</div>
<div style="clear: both;">&nbsp;</div>


<p>More Information:<ol><li><a href='http://www.indigorose.com/setup-factory/users-guide-setup-factory/' rel='bookmark' title='Permanent Link: Setup Factory User&#8217;s Guide'>Setup Factory User&#8217;s Guide</a> <small>It is extrememly easy to get started with Setup Factory...</small></li>
<li><a href='http://www.indigorose.com/setup-factory/overview-setup-factory/' rel='bookmark' title='Permanent Link: Overview of Setup Factory 8.2'>Overview of Setup Factory 8.2</a> <small>Use Setup Factory to easily create professional and reliable installers...</small></li>
<li><a href='http://www.indigorose.com/setup-factory/frequently-asked-questions-setup-factory/' rel='bookmark' title='Permanent Link: Frequently Asked Questions for Setup Factory'>Frequently Asked Questions for Setup Factory</a> <small>Setup Factory 8 is your best choice for creating rock-solid...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.indigorose.com/setup-factory/video-tutorials-setup-factory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
