<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>InstallSite Blog : AdvancedInstaller</title><link>http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx</link><description>Tags: AdvancedInstaller</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>New Advanced Installer 7.2 brings desktop ActiveSync installers for Windows Mobile applications</title><link>http://msmvps.com/blogs/installsite/archive/2009/09/28/new-advanced-installer-7-2-brings-desktop-activesync-installers-for-windows-mobile-applications.aspx</link><pubDate>Mon, 28 Sep 2009 09:56:01 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1727826</guid><dc:creator>stefan</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1727826</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2009/09/28/new-advanced-installer-7-2-brings-desktop-activesync-installers-for-windows-mobile-applications.aspx#comments</comments><description>&lt;p&gt;On September 8th, 2009 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. This is the fifth feature update in this year. Since each Advanced Installer purchase includes 6 months of maintenance (optionally 30 months) you get an average of three free updates.&lt;/p&gt;  &lt;p&gt;New and improved features in Advanced Installer 7.2 include:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Install Windows Mobile applications from the desktop through ActiveSync&lt;/li&gt;    &lt;li&gt;Transforms Wizard to create MST transforms capturing user input during an install or the differences between two Windows Installer MSI databases&lt;/li&gt;    &lt;li&gt;Fast installs through Windows Installer 5.0&lt;/li&gt;    &lt;li&gt;Retrieve WiX imported files from Visual Studio project&lt;/li&gt;    &lt;li&gt;Ability to digitally sign using information from the certificates store&lt;/li&gt;    &lt;li&gt;Ability to customize the installation folder for each feature&lt;/li&gt;    &lt;li&gt;Mixed 32-bit/64-bit package predefined project template&lt;/li&gt;    &lt;li&gt;Visual C++ application predefined project template&lt;/li&gt;    &lt;li&gt;.NET Framework application predefined project template&lt;/li&gt;    &lt;li&gt;Copy/Paste support for dialog editor, launch conditions, Prerequisites, upgrades and searches&lt;/li&gt;    &lt;li&gt;Command line options for: Windows Mobile projects, patch images, adding and removing merge modules in a MSI project, setting merge module signature information, ProductCode&lt;/li&gt;    &lt;li&gt;Windows Powershell 1.0 predefined prerequisite&lt;/li&gt;    &lt;li&gt;Adobe Flash Player 10 predefined prerequisite&lt;/li&gt;    &lt;li&gt;XNA Framework 3.1 predefined prerequisite and launch condition&lt;/li&gt;    &lt;li&gt;SQL Server Express and SQL Server Compact launch conditions&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Advanced Installer is licensed on a per developer basis, allowing named users to install the software on up to five machines. It is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions. &lt;/p&gt;  &lt;p&gt;For more information about Advanced Installer please see:    &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1727826" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/MSI+5/default.aspx">MSI 5</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Mobile/default.aspx">Windows Mobile</category></item><item><title>Careful with that Hyperlink (on your MSI dialog)</title><link>http://msmvps.com/blogs/installsite/archive/2009/09/18/careful-with-that-hyperlink-on-your-msi-dialog.aspx</link><pubDate>Fri, 18 Sep 2009 19:51:16 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1724805</guid><dc:creator>stefan</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1724805</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2009/09/18/careful-with-that-hyperlink-on-your-msi-dialog.aspx#comments</comments><description>&lt;p&gt;One of the new features in version 5 of the Windows Installer runtime is support for &lt;a href="http://msdn.microsoft.com/en-us/library/dd407936(VS.85).aspx" target="_blank"&gt;hyperlink controls&lt;/a&gt; on setup dialogs. Remember that MSI 5 is only available on Windows 7 and Windows Server 2008 R2, but there&amp;#39;s no redistributable for down-level platforms.&lt;/p&gt;  &lt;p&gt;In most cases when introducing new features, the MSI team made sure they don&amp;#39;t break your setup on older runtime versions. For instance, older MSI versions simply ignore new tables that they can&amp;#39;t use. This enables developers to create a setup that will run with basic functionality on older platforms but on the latest MSI version the new features would &amp;quot;light up&amp;quot;.&lt;/p&gt;  &lt;p&gt;The hyperlink control is different, maybe because it&amp;#39;s not a table but a new control type in an existing table, the Control table. Thus, it causes your setup to fail on Windows Installer versions prior to MSI 5:&lt;/p&gt;  &lt;table border="0" cellspacing="0" cellpadding="2"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" align="center"&gt;&lt;strong&gt;Dialog with hyperlink control on Windows 7&lt;/strong&gt;           &lt;br /&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/installsite.metablogapi/5282.HyperlinkW7_5F00_30AA2DF8.png"&gt;&lt;img style="border-right-width:0px;display:block;float:none;border-top-width:0px;border-bottom-width:0px;margin-left:auto;border-left-width:0px;margin-right:auto;" title="HyperlinkW7" border="0" alt="HyperlinkW7" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/installsite.metablogapi/4718.HyperlinkW7_5F00_thumb_5F00_05A21A26.png" width="513" height="402" /&gt;&lt;/a&gt; &lt;/td&gt;        &lt;td valign="top" align="center"&gt;&lt;strong&gt;Dialog with hyperlink control on Windows Vista&lt;/strong&gt;           &lt;br /&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/installsite.metablogapi/2555.HyperlinkVista_5F00_0240827E.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="HyperlinkVista" border="0" alt="HyperlinkVista" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/installsite.metablogapi/1581.HyperlinkVista_5F00_thumb_5F00_2D387083.png" width="512" height="402" /&gt;&lt;/a&gt; &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Error code 2885 means &amp;quot;Failed to create the control [3] on the dialog [2].&amp;quot;&lt;/p&gt;  &lt;h3&gt;Workaround&lt;/h3&gt;  &lt;p&gt;To work around this issue, create two versions of the dialog, one with the hyperlink control, and the other without. Use these condition to display the appropriate dialog:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;VersionMsi &amp;gt;= &amp;quot;5.00&amp;quot; (for the dialog with hyperlink control) &lt;/li&gt;    &lt;li&gt;VersionMsi &amp;lt; &amp;quot;5.00&amp;quot; (for the dialog without hyperlink control) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Note that making the hyperlink control invisible for MSI versions &amp;lt; 5 doesn&amp;#39;t help. You really need a separate dialog.&lt;/p&gt;  &lt;h2&gt;How to create a hyperlink control (if your tool doesn&amp;#39;t support it)&lt;/h2&gt;  &lt;p&gt;I&amp;#39;ve used &lt;a href="http://www.installsite.biz/advancedinstaller" target="_blank"&gt;Advanced Installer&lt;/a&gt; to create the above screen shots, because its dialog editor can create hyperlink controls. If you are using InstallShield or another tool that doesn&amp;#39;t support hyperlink controls (yet) but has a way to modify the msi tables directly, you can create a hyperlink control using these easy steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Create a static text control &lt;/li&gt;    &lt;li&gt;Set its text in HTML format: like this:      &lt;br /&gt;&amp;lt;a href=http://www.installsite.org&amp;gt;www.InstallSite.org&amp;lt;/a&amp;gt;       &lt;br /&gt;where the href parameter specifies the URL and the text between the opening and the closing tag is what gets displayed. &lt;/li&gt;    &lt;li&gt;Go to Direct Editor and select the table named &lt;strong&gt;Control&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Find your text control and change the &lt;strong&gt;Type&lt;/strong&gt; from &lt;strong&gt;Text&lt;/strong&gt; to &lt;strong&gt;Hyperlink&lt;/strong&gt;. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;This manual procedure even gives you more flexibility. For instance you could hyperlink only part of the text, while in Advanced Installer the complete text is hyperlinked. The following screen shot was created with InstallShield using this string for the Hyperlink Text:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Please visit &amp;lt;a href=&amp;quot;http://www.installsite.org&amp;quot;&amp;gt;InstallSite.org&amp;lt;/a&amp;gt; for more samples&lt;/p&gt; &lt;/blockquote&gt;  &lt;p align="center"&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/installsite.metablogapi/1588.HyperlinkIS_5F00_1551895D.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="HyperlinkIS" border="0" alt="HyperlinkIS" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/installsite.metablogapi/5126.HyperlinkIS_5F00_thumb_5F00_202E6AA5.png" width="518" height="396" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1724805" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Tips/default.aspx">Tips</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/InstallShield/default.aspx">InstallShield</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/MSI+5/default.aspx">MSI 5</category></item><item><title>New Advanced Installer 7.1 brings Windows 7 and WI 5 compatibility and support</title><link>http://msmvps.com/blogs/installsite/archive/2009/07/15/new-advanced-installer-7-1-brings-windows-7-and-wi-5-compatibility-and-support.aspx</link><pubDate>Wed, 15 Jul 2009 21:02:39 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1702044</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1702044</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2009/07/15/new-advanced-installer-7-1-brings-windows-7-and-wi-5-compatibility-and-support.aspx#comments</comments><description>&lt;p&gt;On July 8th, 2009 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates. &lt;/p&gt;  &lt;p&gt;The 7.1 release completes our Windows 7 and Windows Installer 5.0 compatibility and support. From new features readily available to your installers to better usability and OS integration, Advanced Installer makes checking for and using the new Microsoft platform a snap. &lt;/p&gt;  &lt;p&gt;Multiple user interface improvements are available in this version, both in installers using the Enhanced UI feature and in Advanced Installer itself where a new set of cleaner, modernized and better suited for the Vista/Windows 7 operation systems icons debuts. &lt;/p&gt;  &lt;p&gt;New predefined ready-to-use prerequisites, launch conditions, searches and ten new custom ways of searching on the user&amp;#39;s computer ensure that your application&amp;#39;s install never fails due to problems in third-party frameworks, components or products. &lt;/p&gt;  &lt;p&gt;Other improvements in this version: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Single Package Authoring for WI 5.0&lt;/li&gt;    &lt;li&gt;Enhanced Service Configuration for WI 5.0&lt;/li&gt;    &lt;li&gt;Ability to generate Unicode MSI Databases&lt;/li&gt;    &lt;li&gt;File associations in Windows Mobile projects&lt;/li&gt;    &lt;li&gt;New configuration content report for Windows Mobile projects&lt;/li&gt;    &lt;li&gt;Display progress information on Windows 7 Taskbar for: Auto Updater, Repackager, package build, Enhanced UI installation and EXE bootstrapper installation&lt;/li&gt;    &lt;li&gt;Added Checklist control in Enhanced UI&lt;/li&gt;    &lt;li&gt;Added Hyperlink control in Enhanced UI and Windows Installer 5.0 UI&lt;/li&gt;    &lt;li&gt;Multiple selection ListBox and ListView controls in Enhanced UI&lt;/li&gt;    &lt;li&gt;ASP.NET registration for an IIS web application&lt;/li&gt;    &lt;li&gt;Logging support for chained packages&lt;/li&gt;    &lt;li&gt;Extended search support with 10 additional methods&lt;/li&gt;    &lt;li&gt;Predefined searches for RegAsm, Regsvr32, Aspnet_regiis and Microsoft Office installation path&lt;/li&gt;    &lt;li&gt;Microsoft Silverlight predefined prerequisite&lt;/li&gt;    &lt;li&gt;DirectX 11 predefined launch condition&lt;/li&gt;    &lt;li&gt;Windows 7 predefined launch condition&lt;/li&gt;    &lt;li&gt;Refreshed Advanced Installer icon set &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions. &lt;/p&gt;  &lt;p&gt;For more information and ordering Advanced Installer please see:    &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;(Text based on a press release from Caphyon Ltd.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1702044" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/MSI+5/default.aspx">MSI 5</category></item><item><title>New Advanced Installer 7.0 brings Windows Mobile/CE support</title><link>http://msmvps.com/blogs/installsite/archive/2009/05/26/new-advanced-installer-7-0-brings-windows-mobile-ce-support.aspx</link><pubDate>Tue, 26 May 2009 16:45:05 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1693167</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1693167</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2009/05/26/new-advanced-installer-7-0-brings-windows-mobile-ce-support.aspx#comments</comments><description>&lt;p&gt;On May 25th, 2009 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates. &lt;/p&gt;  &lt;p&gt;The 7.0 release breaks new ground with the addition of full support for the Windows Mobile platform. Finally creating fully featured installers for your smartphone applications becomes just as easy as creating installers for your desktop products. &lt;/p&gt;  &lt;p&gt;Another major addition in this release is the enhanced installation user interface. This brand new external UI implementation is laying the foundation for massive improvements on how your installers look and feel. Better Vista/Windows 7 integration, transparencies, exciting new controls and more powerful customization are ready to use in your installers. &lt;/p&gt;  &lt;p&gt;Do you have installers already written with NSIS that you need to switch to Windows Installer? Advanced Installer 7.0 can import NSIS projects in addition to Visual Studio, WiX, Eclipse and Inno Setup. Quickly and painlessly convert them to MSI - with just a few mouse clicks. &lt;/p&gt;  &lt;p&gt;And of course, as always, tons of smaller features come to help every-day&amp;#39;s life of the installer developer. Application leftovers after uninstall are now a thing of the past with the built-in support for uninstall cleanup. Predefined Custom actions for port testing and application shutdowns. Prerequisites and launch conditions for XNA Framework, Windows Installer 5.0, Internet Explorer 8 and many more. &lt;/p&gt;  &lt;p&gt;Other improvements in this version: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows Mobile/CE support&lt;/li&gt;    &lt;li&gt;Import NSIS projects&lt;/li&gt;    &lt;li&gt;Enhanced installation user interface&lt;/li&gt;    &lt;li&gt;Cleanup application-generated resources and settings at uninstall&lt;/li&gt;    &lt;li&gt;Persist user-modified application data through upgrades and repairs&lt;/li&gt;    &lt;li&gt;Predefined custom action for testing if a port is free (not bound to an application)&lt;/li&gt;    &lt;li&gt;Predefined custom action for closing applications&lt;/li&gt;    &lt;li&gt;Custom name in the &amp;quot;Add or Remove Programs&amp;quot; applet&lt;/li&gt;    &lt;li&gt;XNA Framework predefined prerequisite and launch condition&lt;/li&gt;    &lt;li&gt;Windows Installer 5.0 predefined launch condition&lt;/li&gt;    &lt;li&gt;Internet Explorer 8 predefined launch condition&lt;/li&gt;    &lt;li&gt;SQL Server Compact Edition 3.5 SP1 predefined prerequisite &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions. &lt;/p&gt;  &lt;p&gt;For more information and ordering Advanced Installer please see:    &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;(Text based on a press release from Caphyon Ltd.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1693167" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>New Advanced Installer 6.9 brings multi-instance installs and IIS Application Pools support</title><link>http://msmvps.com/blogs/installsite/archive/2009/03/26/new-advanced-installer-6-9-brings-multi-instance-installs-and-iis-application-pools-support.aspx</link><pubDate>Thu, 26 Mar 2009 07:29:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1681618</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1681618</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2009/03/26/new-advanced-installer-6-9-brings-multi-instance-installs-and-iis-application-pools-support.aspx#comments</comments><description>&lt;p&gt;On March 18th, 2009 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates. &lt;/p&gt;
&lt;p&gt;The 6.9 release helps you build installers able to install multiple instances of a product on the same computer, avoiding conflicts through separate resource (file and registry) spaces. &lt;/p&gt;
&lt;p&gt;The addition of an Application Pools feature completes Advanced Installer&amp;#39;s comprehensive Web Application support covering IIS, SQL Server, SQL scripts and ASP.NET. &lt;/p&gt;
&lt;p&gt;Also new in this version is the ability to schedule image slide shows in the background during the install of your application. Together with full billboard editor, this opens up additional possibilities of branding, advertising and presenting your products during install. &lt;/p&gt;
&lt;p&gt;Other improvements in this version: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Ability to install multiple instances of the same product&lt;/li&gt;
&lt;li&gt;IIS Application Pools support&lt;/li&gt;
&lt;li&gt;Extensible trial period&lt;/li&gt;
&lt;li&gt;Programmable image slide shows for installation background&lt;/li&gt;
&lt;li&gt;Back / Next navigation in Advanced Installer&amp;#39;s graphical interface&lt;/li&gt;
&lt;li&gt;Hide Java Launcher settings from end-user &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions. &lt;/p&gt;
&lt;p&gt;For more information and ordering Advanced Installer please see: &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(Text based on a press release from Caphyon Ltd.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1681618" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>New Advanced Installer 6.8 brings Inno Setup project importing</title><link>http://msmvps.com/blogs/installsite/archive/2009/02/11/new-advanced-installer-6-8-brings-inno-setup-project-importing.aspx</link><pubDate>Wed, 11 Feb 2009 12:04:14 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1671372</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1671372</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2009/02/11/new-advanced-installer-6-8-brings-inno-setup-project-importing.aspx#comments</comments><description>&lt;p&gt;On February 5th, 2009 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates. &lt;/p&gt;  &lt;p&gt;The 6.8 version makes switching to Windows Installer easier than ever before by importing Inno Setup&amp;#160; projects. Move to MSI setups without losing the time and effort already invested into your installers. &lt;/p&gt;  &lt;p&gt;New predefined Custom Actions allow you to list all databases users can connect to in the installation UI, detect processes or services and call any function in any standard DLL. &lt;/p&gt;  &lt;p&gt;Customize multiple installers generated from a single project with different GUI themes according to each target market and audience. &lt;/p&gt;  &lt;p&gt;Other improvements in this version: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Import Inno Setup projects&lt;/li&gt;    &lt;li&gt;Call function from standard DLL predefined custom action&lt;/li&gt;    &lt;li&gt;Ability to add new dialogs directly in the UI Sequence&lt;/li&gt;    &lt;li&gt;List all databases the user can connect to&lt;/li&gt;    &lt;li&gt;Detect process and stop process predefined custom actions&lt;/li&gt;    &lt;li&gt;Detect service predefined custom action&lt;/li&gt;    &lt;li&gt;Per-build GUI themes&lt;/li&gt;    &lt;li&gt;Ability to condition standard actions&lt;/li&gt;    &lt;li&gt;Detailed information when trying to remove a referenced file, folder or property&lt;/li&gt;    &lt;li&gt;Wizard for &amp;quot;Browse IIS Websites &amp;amp; Virtual Directories&amp;quot; predefined custom action&lt;/li&gt;    &lt;li&gt;Wizard for &amp;quot;Browse for SQL Servers&amp;quot; predefined custom action&lt;/li&gt;    &lt;li&gt;Installed Office 2003 application predefined launch condition &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions. &lt;/p&gt;  &lt;p&gt;For more information about Advanced Installer please see:    &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;(Text based on a press release from Caphyon Ltd.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1671372" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>New Advanced Installer 6.7 brings licensing support with trials and registration</title><link>http://msmvps.com/blogs/installsite/archive/2008/12/02/new-advanced-installer-6-7-brings-licensing-support-with-trials-and-registration.aspx</link><pubDate>Tue, 02 Dec 2008 14:04:26 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1655556</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1655556</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2008/12/02/new-advanced-installer-6-7-brings-licensing-support-with-trials-and-registration.aspx#comments</comments><description>&lt;p&gt;On November 26th, 2008 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.  &lt;p&gt;The 6.7 release introduces a Licensing module supporting trials and registrations. Configurable with just a couple of mouse clicks, it is perfect for the busy software publisher, freeing you from having to implement your own custom solutions.  &lt;p&gt;Configure custom HTTP headers and error pages in IIS. Help your users to easily pick target web sites and virtual directories during install by showing an automatically created list with what&amp;#39;s available.  &lt;p&gt;Extend your installer&amp;#39;s functionality with the new ready to use predefined custom actions, Prerequisites and launch conditions.  &lt;p&gt;Other improvements in this version:  &lt;ul&gt; &lt;li&gt;Licensing module: trials and registration support&lt;/li&gt; &lt;li&gt;Play Audio File predefined custom action&lt;/li&gt; &lt;li&gt;Uninstall Previous Versions predefined custom action&lt;/li&gt; &lt;li&gt;Ability to configure custom HTTP error pages for a Web Site or Virtual Directory&lt;/li&gt; &lt;li&gt;Ability to configure custom HTTP headers for a Web Site or Virtual Directory&lt;/li&gt; &lt;li&gt;Populate a combobox/listbox with all websites/virtual directories on the target IIS server machine&lt;/li&gt; &lt;li&gt;Ability to change the order of standard actions&lt;/li&gt; &lt;li&gt;Wizard for creating prerequisites&lt;/li&gt; &lt;li&gt;.NET Framework 2.0 SP1 and SP2 predefined prerequisites&lt;/li&gt; &lt;li&gt;.NET Framework 3.0 SP1 predefined prerequisite&lt;/li&gt; &lt;li&gt;Visual Studio 2008 SP1 Redistributable predefined prerequisite&lt;/li&gt; &lt;li&gt;Active Internet connection predefined launch condition&lt;/li&gt; &lt;li&gt;Installed Office 2007 application predefined launch condition &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.  &lt;p&gt;For more information about Advanced Installer please see: &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt; &lt;p&gt;(Text based on a press release from Caphyon Ltd.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1655556" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>New Advanced Installer 6.6 brings additional prerequisite support and ICE validation</title><link>http://msmvps.com/blogs/installsite/archive/2008/10/21/new-advanced-installer-6-6-brings-additional-prerequisite-support-and-ice-validation.aspx</link><pubDate>Tue, 21 Oct 2008 08:01:02 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1651480</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1651480</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2008/10/21/new-advanced-installer-6-6-brings-additional-prerequisite-support-and-ice-validation.aspx#comments</comments><description>&lt;p&gt;On October 3rd, 2008 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.  &lt;p&gt;The 6.6 version offers new ready to use, predefined prerequisites, from .NET Framework 3.5 SP1, SQL Server Express to Internet Explorer 6, 7 and 8. A brand-new Repository allows you to store any prerequisite you define yourself and reuse it in other projects.  &lt;p&gt;A new Condition Wizard helps you create Windows Installer conditions with ease while additional predefined Custom Actions allow you to run any file as Administrator or preserve the Install Type of the old version of your software.  &lt;p&gt;Also new is the ability to run the ICE validation suite integrated as a final step in the build process, ensuring that your MSI packages are flawless. Validation messages are appended to the unified Build Log.  &lt;p&gt;Other improvements in this version:  &lt;ul&gt; &lt;li&gt;Prerequisites repository for storing and reusing user-defined prerequisites&lt;/li&gt; &lt;li&gt;Option to run the ICE validation suite as part of the build process&lt;/li&gt; &lt;li&gt;Configure web application mappings at Virtual Directory level&lt;/li&gt; &lt;li&gt;Prompt to use Path Variables when adding files if applicable&lt;/li&gt; &lt;li&gt;New Condition wizard&lt;/li&gt; &lt;li&gt;Duplicate build configurations&lt;/li&gt; &lt;li&gt;.NET Framework 3.5 SP1 predefined prerequisite&lt;/li&gt; &lt;li&gt;.NET Framework Client Profile predefined prerequisite&lt;/li&gt; &lt;li&gt;SQL Server Express 2008 predefined prerequisite&lt;/li&gt; &lt;li&gt;SQL Server Express 2005 SP1 and SP2 predefined prerequisites&lt;/li&gt; &lt;li&gt;Internet Explorer 6, 7 and 8 predefined prerequisites&lt;/li&gt; &lt;li&gt;Run file as Administrator predefined custom action&lt;/li&gt; &lt;li&gt;Preserve Install Type of the old version predefined custom action&lt;/li&gt; &lt;li&gt;Support for Minor Upgrades in EXE bootstrapper&lt;/li&gt; &lt;li&gt;Option to hide properties from install log &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.  &lt;p&gt;For more information about Advanced Installer please see: &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1651480" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>New Advanced Installer 6.5 brings Windows Installer 4.5 support and WiX import</title><link>http://msmvps.com/blogs/installsite/archive/2008/08/25/new-advanced-installer-6-5-brings-windows-installer-4-5-support-and-wix-import.aspx</link><pubDate>Mon, 25 Aug 2008 18:50:55 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1645752</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1645752</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2008/08/25/new-advanced-installer-6-5-brings-windows-installer-4-5-support-and-wix-import.aspx#comments</comments><description>&lt;p&gt;On August 19th, 2008 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.  &lt;p&gt;The 6.5 version completes the full implementation of Windows Installer&lt;br /&gt;4.5 features. Embed multiple MSIs in a unified setup package and install them chained in a single, atomic transaction.  &lt;p&gt;A new WiX import feature helps you leverage existing installer projects while at the same time giving you access to the numerous Advanced Installer features and capabilities.  &lt;p&gt;Collect user information during install and POST it to your server with the included predefined Custom Action. With just one click specify your software dependencies using one of the newly added prerequisites and launch conditions.  &lt;p&gt;Other improvements in this version:  &lt;ul&gt; &lt;li&gt;Complete Windows Installer 4.5 feature support  &lt;li&gt;WiX projects import  &lt;li&gt;.NET Native Image Generation 2.0 support  &lt;li&gt;.NET Native Image Generation support for assemblies installed in GAC  &lt;li&gt;User info collection and retrieval custom action  &lt;li&gt;Support for discrete &amp;quot;INI entry removal&amp;quot; operation  &lt;li&gt;Windows Installer 4.5 predefined Prerequisites  &lt;li&gt;SQL Server compact edition predefined prerequisite  &lt;li&gt;Visual C++ 2005 SP1 redistributable predefined prerequisite  &lt;li&gt;Visual C++ 2008 redistributable predefined prerequisite  &lt;li&gt;MS XML Parser predefined prerequisite  &lt;li&gt;Acrobat Reader 9.0 predefined prerequisite  &lt;li&gt;Acrobat Reader 9.0 predefined launch condition  &lt;li&gt;DirectX predefined launch condition &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.  &lt;p&gt;For more information about Advanced Installer please see: &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;  &lt;p&gt;&amp;nbsp; &lt;p&gt;&lt;font size="1"&gt;(Text based on a press release from Caphyon Ltd.)&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1645752" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/WiX/default.aspx">WiX</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>New Advanced Installer 6.4 brings support for transactions in SQL scripts and 64-bit Java</title><link>http://msmvps.com/blogs/installsite/archive/2008/06/27/new-advanced-installer-6-4-brings-support-for-transactions-in-sql-scripts-and-64-bit-java.aspx</link><pubDate>Fri, 27 Jun 2008 16:41:09 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1638475</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1638475</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2008/06/27/new-advanced-installer-6-4-brings-support-for-transactions-in-sql-scripts-and-64-bit-java.aspx#comments</comments><description>&lt;p&gt;On June 16th, 2008 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.  &lt;p&gt;The 6.4 version adds full transaction support for SQL scripts and the ability to automatically discover and display Microsoft SQL Servers available on the network at install time.  &lt;p&gt;Collaboration of multiple developers on different computers is even easier with the addition of custom, per-machine configurable project path Variables. A friendly wizard automates the conversion process.  &lt;p&gt;Full 64-bit support for Java programs is provided with a native 64-bit version of the Java launcher which can load your application into a discovered (or optionally bundled) 64-bit Java Runtime Environment.  &lt;p&gt;Other improvements in this version:  &lt;ul&gt; &lt;li&gt;Full transaction support for running SQL Scripts&lt;/li&gt; &lt;li&gt;Auto-discovery and browse of MS SQL Servers available on the network at install&lt;/li&gt; &lt;li&gt;Ability to use custom, configurable Variables in project paths&lt;/li&gt; &lt;li&gt;Wizard for auto-conversion of project paths to Path Variables&lt;/li&gt; &lt;li&gt;Smart cabbing eliminates duplication of content from cabinets&lt;/li&gt; &lt;li&gt;Native 64-bit version of Java launcher&lt;/li&gt; &lt;li&gt;Optional 64-bit JRE bundle&lt;/li&gt; &lt;li&gt;Native Unicode version of EXE bootstrapper&lt;/li&gt; &lt;li&gt;Synchronizing information extracted from a COM files &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.  &lt;p&gt;For more information about Advanced Installer please see: &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font size="1"&gt;(Text based on a press release from Caphyon Ltd.)&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1638475" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>New Advanced Installer 6.3 brings Vista Games Explorer integration and Visual Studio Setup projects import</title><link>http://msmvps.com/blogs/installsite/archive/2008/05/14/new-advanced-installer-6-3-brings-vista-games-explorer-integration-and-visual-studio-setup-projects-import.aspx</link><pubDate>Wed, 14 May 2008 16:33:20 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1622545</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1622545</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2008/05/14/new-advanced-installer-6-3-brings-vista-games-explorer-integration-and-visual-studio-setup-projects-import.aspx#comments</comments><description>&lt;p&gt;On May 9th, 2008 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.  &lt;p&gt;The 6.3 version delivers tremendous time-saving features for game developers: one-click integration in Windows Vista&amp;#39;s Games Explorer and registration in Windows Media Center.  &lt;p&gt;Also new is an advanced, full-control mode for media volumes and CAB archive settings, allowing you to finely tune the way your products are compressed, packaged and delivered to your customers.  &lt;p&gt;You can quickly convert your existing Microsoft Visual Studio Setup projects to Advanced Installer using the new addition to its powerful import capabilities.  &lt;p&gt;Other improvements in this version:  &lt;ul&gt; &lt;li&gt;Full Windows Games Explorer integration and Media Center registration support&lt;/li&gt; &lt;li&gt;Importing Visual Studio Setup projects&lt;/li&gt; &lt;li&gt;Authoring patches in form of downloadable EXE files&lt;/li&gt; &lt;li&gt;Another new addition full customization capabilities for media volumes and CAB archives in advanced mode&lt;/li&gt; &lt;li&gt;Aero Wizard style on Vista for Updater&lt;/li&gt; &lt;li&gt;Repeat support for Scheduled Tasks&lt;/li&gt; &lt;li&gt;Predefined Java Runtime Environment launch condition&lt;/li&gt; &lt;li&gt;Predefined Custom Actions for handling data in ListBox and ComboBox controls&lt;/li&gt; &lt;li&gt;New Build Content tab for at-a-glance build reports&lt;/li&gt; &lt;li&gt;Status page displayed in Bootstrapper when prerequisites searches are performed&lt;/li&gt; &lt;li&gt;Command Line option to specify languages to be included in the package&lt;/li&gt; &lt;li&gt;Sandbox testing of Prerequisite conditions&lt;/li&gt; &lt;li&gt;Building packages only in a specified language &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.  &lt;p&gt;For more information about Advanced Installer please see: &lt;br /&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;(Text based on a press release from Caphyon Ltd.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1622545" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>New Advanced Installer 6.2 brings MSI, MSM and Eclipse projects import</title><link>http://msmvps.com/blogs/installsite/archive/2008/03/07/new-advanced-installer-6-2-brings-msi-msm-and-eclipse-projects-import.aspx</link><pubDate>Fri, 07 Mar 2008 18:51:40 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1536631</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1536631</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2008/03/07/new-advanced-installer-6-2-brings-msi-msm-and-eclipse-projects-import.aspx#comments</comments><description>&lt;p&gt;On March 6th, 2008 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.  &lt;p&gt;The 6.2 version focuses on further shortening the time required to create new MSI installers. Import your existing Eclipse projects for your Java products, take advantage of the new wizards to quickly create unified 32/64-bit installers, save ready-to-use templates for your future projects.  &lt;p&gt;Additional Prerequisites and launch conditions are readily defined to be included in your installers with just a mouse click: .Net Framework 3.5, Adobe Acrobat Reader and the new service packs for Windows XP (SP3), Vista (SP1) and Server 2008.  &lt;p&gt;A powerful import feature can handle both MSI installers and MSM merge modules allowing you to open and edit completed, third-party packages for further easy customization in Advanced Installer before deployment.  &lt;p&gt;Other improvements in this version:  &lt;ul&gt; &lt;li&gt;Importing Eclipse projects into For Java projects&lt;/li&gt; &lt;li&gt;Importing merge modules into new or existing projects&lt;/li&gt; &lt;li&gt;Importing MSIs into existing projects&lt;/li&gt; &lt;li&gt;Template projects&lt;/li&gt; &lt;li&gt;Ability to define Searches per each build&lt;/li&gt; &lt;li&gt;Ability to define Launch Conditions per each build&lt;/li&gt; &lt;li&gt;Wizard for creating new features&lt;/li&gt; &lt;li&gt;Wizard for creating unified 32/64-bit packages&lt;/li&gt; &lt;li&gt;Predefined .Net Framework 3.5 launch condition and prerequisite&lt;/li&gt; &lt;li&gt;Predefined Acrobat Reader prerequisite and launch condition&lt;/li&gt; &lt;li&gt;Newly released OS Service Packs launch conditions&lt;/li&gt; &lt;li&gt;Serbian language localization&lt;/li&gt; &lt;li&gt;Catalan language localization&lt;/li&gt; &lt;li&gt;MSI-like wizard-style bootstrapper UI with customizable dialog and banner images&lt;/li&gt; &lt;li&gt;Bootstrapper command line for setting installation language&lt;/li&gt; &lt;li&gt;Ability to merge 64-bit merge modules into mixed 32/64-bit packages &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.  &lt;p&gt;For more information about Advanced Installer please see: &lt;/p&gt; &lt;p&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;  &lt;p&gt;&amp;nbsp; &lt;p&gt;(Text based on a press release from Caphyon Ltd.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1536631" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>Advanced Installer 6.1 brings unified 32/64-bit installers and Windows Firewall support</title><link>http://msmvps.com/blogs/installsite/archive/2007/12/20/advanced-installer-6-1-brings-unified-32-64-bit-installers-and-windows-firewall-support.aspx</link><pubDate>Thu, 20 Dec 2007 16:55:05 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1407703</guid><dc:creator>stefan</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1407703</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2007/12/20/advanced-installer-6-1-brings-unified-32-64-bit-installers-and-windows-firewall-support.aspx#comments</comments><description>&lt;p&gt;On December 18th, 2007 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.  &lt;p&gt;Starting with the 6.1 version you can create unified 32/64-bit installers for simpler deployment and lower maintenance costs. The installers run as 32-bit on 32-bit platforms and as 64-bit on 64-bit platforms.  &lt;p&gt;The ability to configure the Windows Firewall is now fully supported. &lt;br /&gt;Make the firewall configuration seamless for your users. Add your application to the exception list during installation, and remove it from the exception list during uninstallation.  &lt;p&gt;Jump-start your installer by importing your existing Visual Studio project. Advanced Installer will auto-detect all your names, components, resources and dependencies, quickly creating the corresponding setup.  &lt;p&gt;Other improvements in this version:  &lt;ul&gt; &lt;li&gt;Mixed 32/64-bit installers&lt;/li&gt; &lt;li&gt;Configuring the Windows Firewall&lt;/li&gt; &lt;li&gt;Importing Microsoft Visual Studio projects and solutions&lt;/li&gt; &lt;li&gt;Bootstrapper customization of background image, welcome text and optional EULA&lt;/li&gt; &lt;li&gt;Custom CAB archive size and number of CABs per volume &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions.  &lt;p&gt;For more information about Advanced Installer 6.0 please see:  &lt;p&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt; &lt;p&gt;&amp;nbsp; &lt;p&gt;(Text based on a press release from Caphyon Ltd.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1407703" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item><item><title>Advanced Installer 6.0 brings XML updates and imports 3rd party MSI packages</title><link>http://msmvps.com/blogs/installsite/archive/2007/11/14/advanced-installer-6-0-brings-xml-updates-and-imports-3rd-party-msi-packages.aspx</link><pubDate>Wed, 14 Nov 2007 20:58:46 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1312293</guid><dc:creator>stefan</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/installsite/rsscomments.aspx?PostID=1312293</wfw:commentRss><comments>http://msmvps.com/blogs/installsite/archive/2007/11/14/advanced-installer-6-0-brings-xml-updates-and-imports-3rd-party-msi-packages.aspx#comments</comments><description>&lt;p&gt;On November 9th, 2007 Caphyon Ltd. announced the latest edition of its Windows Installer authoring tool. The new Advanced Installer enables developers and system administrators to easily build and repackage complex applications into reliable, ready to deploy MSI and EXE installers, patches and on-line updates.&lt;/p&gt; &lt;p&gt;Starting with the 6.0 version you can import third party MSI packages into your own Advanced Installer Projects for further editing and customization. You can also import COM+ installation MSIs into existing Advanced Installer projects. &lt;p&gt;Updating XML files is now fully supported. Insert, replace or remove elements and attributes. Register your application in XML driven frameworks, patch XML configuration files and update XML formatted information.  &lt;p&gt;Advanced Installer now can cache and reuse unchanged archives, resulting in faster builds, thus reducing development time. &lt;p&gt;Other improvements in this version: &lt;ul&gt; &lt;li&gt;Support for Driver Install Frameworks for Applications (DIFxApp) version 2.1&lt;/li&gt; &lt;li&gt;Storing encrypted digital signature password in project (only for PFX certificates)&lt;/li&gt; &lt;li&gt;Support for Unicode SQL Scripts (UTF8 with BOM, UTF16 little or big endian)&lt;/li&gt; &lt;li&gt;Albanian language localization&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;Advanced Installer is available in four editions, starting with the Freeware community edition and offering a 30-day trial period for the other editions. &lt;/p&gt; &lt;p&gt;For more information about Advanced Installer 6.0 please see:&lt;/p&gt; &lt;p&gt;&lt;a href="http://www.installsite.biz/advancedinstaller.htm"&gt;www.installsite.biz/advancedinstaller.htm&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1312293" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/installsite/archive/tags/Windows+Installer/default.aspx">Windows Installer</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/Industry+News/default.aspx">Industry News</category><category domain="http://msmvps.com/blogs/installsite/archive/tags/AdvancedInstaller/default.aspx">AdvancedInstaller</category></item></channel></rss>