<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: InstallAnywhere Impressions</title>
	<atom:link href="http://www.mooreds.com/wordpress/archives/280/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mooreds.com/wordpress/archives/280</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 14:11:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vlad</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-3148</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-3148</guid>
		<description>Newer versions of InstallAnywhere allow specifying the default installation mode, which can be the console mode. If you ever have a question, don&#039;t hesitate to ask it here: http://community.flexerasoftware.com/forumdisplay.php?f=213</description>
		<content:encoded><![CDATA[<p>Newer versions of InstallAnywhere allow specifying the default installation mode, which can be the console mode. If you ever have a question, don&#8217;t hesitate to ask it here: <a href="http://community.flexerasoftware.com/forumdisplay.php?f=213" rel="nofollow">http://community.flexerasoftware.com/forumdisplay.php?f=213</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2861</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Thu, 10 Sep 2009 19:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2861</guid>
		<description>Hi Matt,

I&#039;m not sure I&#039;m a fan of &quot;modifying the InstallAnywhere installation&quot;. Doesn&#039;t that raise maintenance issues?</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>I&#8217;m not sure I&#8217;m a fan of &#8220;modifying the InstallAnywhere installation&#8221;. Doesn&#8217;t that raise maintenance issues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt McGinty</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2858</link>
		<dc:creator>Matt McGinty</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2858</guid>
		<description>I just tested and found that the uninstaller will also run in console mode.
I simply used an installer that had been modified using the script in SE FAQ #385 (and ran it on a Linux system where I had performed &quot;unset DISPLAY&quot; to make it headless).

I believe the uninstaller will run in whatever mode the installer had been run in.
So that part requires no additional effort.

Matt</description>
		<content:encoded><![CDATA[<p>I just tested and found that the uninstaller will also run in console mode.<br />
I simply used an installer that had been modified using the script in SE FAQ #385 (and ran it on a Linux system where I had performed &#8220;unset DISPLAY&#8221; to make it headless).</p>
<p>I believe the uninstaller will run in whatever mode the installer had been run in.<br />
So that part requires no additional effort.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt McGinty</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2857</link>
		<dc:creator>Matt McGinty</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2857</guid>
		<description>Sure thing.
It has also been suggested to me that I should search in the InstallAnywhere source files for the startup shell stub (&quot;rgrep -r FAILOVER /path/to/install/anywhere&quot;)
and do the replacement once in there. 

In theory, afte doing that... all installers generated by that given InstallAnywhere installation would contain these changes.
Essentially it would be modifying the InstallAnywhere installation.
You&#039;d do it just once per IA installation.

Thus far I&#039;ve not been able to locate that stub (I have IA 2008 Enterprise running on Windows Vista x64).

And then there is also the matter of the un-installer script and whether or not it would default to console mode on a headless system....

Matt</description>
		<content:encoded><![CDATA[<p>Sure thing.<br />
It has also been suggested to me that I should search in the InstallAnywhere source files for the startup shell stub (&#8220;rgrep -r FAILOVER /path/to/install/anywhere&#8221;)<br />
and do the replacement once in there. </p>
<p>In theory, afte doing that&#8230; all installers generated by that given InstallAnywhere installation would contain these changes.<br />
Essentially it would be modifying the InstallAnywhere installation.<br />
You&#8217;d do it just once per IA installation.</p>
<p>Thus far I&#8217;ve not been able to locate that stub (I have IA 2008 Enterprise running on Windows Vista x64).</p>
<p>And then there is also the matter of the un-installer script and whether or not it would default to console mode on a headless system&#8230;.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2855</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2855</guid>
		<description>Hi Matt,

Thanks for pointing me to that script solution.  Very cool!</description>
		<content:encoded><![CDATA[<p>Hi Matt,</p>
<p>Thanks for pointing me to that script solution.  Very cool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt McGinty</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2854</link>
		<dc:creator>Matt McGinty</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2854</guid>
		<description>Moore said:
 &quot;I couldn’t figure out a way to automate this change&quot;

This may help:

http://www.newatlanta.com/c/support/servletexec/self_help/faq/detail?faqId=385

-Matt</description>
		<content:encoded><![CDATA[<p>Moore said:<br />
 &#8220;I couldn’t figure out a way to automate this change&#8221;</p>
<p>This may help:</p>
<p><a href="http://www.newatlanta.com/c/support/servletexec/self_help/faq/detail?faqId=385" rel="nofollow">http://www.newatlanta.com/c/support/servletexec/self_help/faq/detail?faqId=385</a></p>
<p>-Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2375</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 18 Jan 2009 11:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2375</guid>
		<description>Hi,

If in the future you need to create cross-platform installers for a Java product, you may want to consider BitRock InstallBuilder. We address out of the box many of the issues you mention: we provide a human-friendly XML project file that can be integrated in version control systems, when no GUI mode is available the installer degrades to a text-based install, it is possible to store paths in a relative way. In addition, since the generated installers are native, they do not require a self-extraction step or bundling a JRE so they are smallers and faster to startup</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If in the future you need to create cross-platform installers for a Java product, you may want to consider BitRock InstallBuilder. We address out of the box many of the issues you mention: we provide a human-friendly XML project file that can be integrated in version control systems, when no GUI mode is available the installer degrades to a text-based install, it is possible to store paths in a relative way. In addition, since the generated installers are native, they do not require a self-extraction step or bundling a JRE so they are smallers and faster to startup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2279</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Thu, 18 Sep 2008 00:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2279</guid>
		<description>FYI, here&#039;s content from an email I got from the folks who make Install Anywhere:

----------------------
 On December 31, 2008, Acresso Software is discontinuing its support for all editions of InstallAnywhere™ 7 and InstallShield 11 and 11.5. Acresso must occasionally retire older versions to focus on improving our current releases.

To help you move to the latest release, Acresso is giving you a special offer: Save 10% off the upgrade price* when you move to InstallShield 2009 or InstallAnywhere 2008 VP1 by September 30, 2008! Please use promo code 6J8U2X to receive this special upgrade discount.
-----------------------</description>
		<content:encoded><![CDATA[<p>FYI, here&#8217;s content from an email I got from the folks who make Install Anywhere:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
 On December 31, 2008, Acresso Software is discontinuing its support for all editions of InstallAnywhere™ 7 and InstallShield 11 and 11.5. Acresso must occasionally retire older versions to focus on improving our current releases.</p>
<p>To help you move to the latest release, Acresso is giving you a special offer: Save 10% off the upgrade price* when you move to InstallShield 2009 or InstallAnywhere 2008 VP1 by September 30, 2008! Please use promo code 6J8U2X to receive this special upgrade discount.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2266</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Mon, 18 Aug 2008 16:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2266</guid>
		<description>Yes, you can indeed use variables to specify a &quot;root&quot; for your resources so all files added under that root will be relative to that root. Then another developer can have their resources in a different location as long as they specify the &quot;root&quot; location variable correctly IA will be able to resolve all the resource files.</description>
		<content:encoded><![CDATA[<p>Yes, you can indeed use variables to specify a &#8220;root&#8221; for your resources so all files added under that root will be relative to that root. Then another developer can have their resources in a different location as long as they specify the &#8220;root&#8221; location variable correctly IA will be able to resolve all the resource files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/280/comment-page-1#comment-2027</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Tue, 09 Jan 2007 15:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=280#comment-2027</guid>
		<description>I did an install anywhere demo for someone a few months ago.  The details are now hazy, but I believe you can use &lt;a href=&#039;http://www.zerog.com/iamanual/usermanual_ia71/en/WebHelp/magic_folders_and_installanywhere_variables.htm&#039; rel=&quot;nofollow&quot;&gt;install anywhere variables&lt;/a&gt; to avoid using the ant replacement techniques when storing a iap_xml file in CVS (or any other version control system).</description>
		<content:encoded><![CDATA[<p>I did an install anywhere demo for someone a few months ago.  The details are now hazy, but I believe you can use <a href='http://www.zerog.com/iamanual/usermanual_ia71/en/WebHelp/magic_folders_and_installanywhere_variables.htm' rel="nofollow">install anywhere variables</a> to avoid using the ant replacement techniques when storing a iap_xml file in CVS (or any other version control system).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.mooreds.com/wordpress/archives/280/feed ) in 0.24470 seconds, on Feb 8th, 2012 at 9:16 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 10:16 pm UTC -->
