<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Flexera Software Community</title>
		<link>http://community.flexerasoftware.com</link>
		<description>Flexera Software community discussion forums for InstallShield, AdminStudio, and InstallAnywhere</description>
		<language>en</language>
		<lastBuildDate>Fri, 20 Nov 2009 23:20:19 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://community.flexerasoftware.com/images/misc/rss.jpg</url>
			<title>Flexera Software Community</title>
			<link>http://community.flexerasoftware.com</link>
		</image>
		<item>
			<title>Problem in building project using ISCmdBld.exe</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191153&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 22:15:40 GMT</pubDate>
			<description><![CDATA[I am trying to build Basic MSI project using this bat file:

"C:\Program Files\InstallShield\2010\System\ISCmdBld.exe" -p "C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstaller.ism" -l PATH_TO_IMAGESERVERPAGE_FI="C:\Perforce\products\Server\Installer\Tinderbox...]]></description>
			<content:encoded><![CDATA[<div>I am trying to build Basic MSI project using this bat file:<br />
<br />
&quot;C:\Program Files\InstallShield\2010\System\ISCmdBld.exe&quot; -p &quot;C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstaller.ism&quot; -l PATH_TO_IMAGESERVERPAGE_FI=&quot;C:\Perforce\products\Server\Installer\Tinderbox Builds\20091028_GA_ImageServer_1.6.102226\Build\ImageServerPageOverrides&quot;  -e Y -b &quot;c:\&quot; <br />
<br />
This bat file runs successfully if I remove the -b parameters i.e. -b &quot;c:\&quot;. <br />
However with -b paramter, it gives error:<br />
<br />
ISDEV : fatal error -5006: Could not save &quot;C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstall<br />
er.ism&quot;<br />
ISDEV : fatal error -6199: Internal build error<br />
ISDEV : error -5047: Cannot create directory<br />
Default Configuration\Release - 2 error(s), 0 warning(s)<br />
<br />
Build finished at Nov 20 2009 04:54 PM<br />
<br />
Please help. It is driving me crazy.</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=260">InstallShield 2010</category>
			<dc:creator>Naveed</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191153</guid>
		</item>
		<item>
			<title>lax.user.dir not considered on Mac OS X</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191152&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 21:04:28 GMT</pubDate>
			<description><![CDATA[Hi guys,

I think I've found a bug in IA2009. When *lax.user.dir* is specified, this does seem to get considered in Mac OS X environment. What I would expect is either:


Code:
---------
<key>WorkingDirectory</key>
<string>/Users/guest/user/dir</string>
---------]]></description>
			<content:encoded><![CDATA[<div>Hi guys,<br />
<br />
I think I've found a bug in IA2009. When <b>lax.user.dir</b> is specified, this does seem to get considered in Mac OS X environment. What I would expect is either:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;key&gt;WorkingDirectory&lt;/key&gt;<br />
&lt;string&gt;/Users/guest/user/dir&lt;/string&gt;</code><hr />
</div>or <br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;string&gt;-Duser.dir=/Users/guest/user/dir&lt;/string&gt;</code><hr />
</div>in the generated <i>Info.plist</i>. In our case, the Mac OS X installer does not work. All others (Windows, Linux and Solaris) works fine. Did I miss something here? Best regards,<br />
<br />
christian</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=251">InstallAnywhere 2009</category>
			<dc:creator>ribose</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191152</guid>
		</item>
		<item>
			<title>Choosing proyect type</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191151&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 17:55:35 GMT</pubDate>
			<description><![CDATA[Hi.
What project type would you recommend between Basic MSI and InstallScript MSI?
From what I've read:
* Basic MSI has a bigger learning curve.
* InstallScript MSI is easier to customize.


I would be doing some simple installers and other's more complex that require the user to configure SQL from...]]></description>
			<content:encoded><![CDATA[<div>Hi.<br />
What project type would you recommend between Basic MSI and InstallScript MSI?<br />
From what I've read:<ul><li>Basic MSI has a bigger learning curve.</li><li>InstallScript MSI is easier to customize.</li></ul><br />
I would be doing some simple installers and other's more complex that require the user to configure SQL from the installation wizard.<br />
Also I would be using silent installation in some cases. I know both project types support this, but I have the impression that this can be accomplished a bit easier win Basic MSI (doesn't require response file).<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=260">InstallShield 2010</category>
			<dc:creator>aplascencia</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191151</guid>
		</item>
		<item>
			<title>Issues/ things that I have noticed so far...</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191150&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 17:39:12 GMT</pubDate>
			<description><![CDATA[I love the fact that you've finally introduced "rollback" functionality. :D 

Okay so this is my first run of IA 2010 Beta and here's is what I have noticed so far:

1.) C:\Program Files (x86)\InstallAnywhere 2010 Enterprise\jre\bin>java -version
java version "1.6.0_15" yet the bundled VM is...]]></description>
			<content:encoded><![CDATA[<div>I love the fact that you've finally introduced &quot;rollback&quot; functionality. :D <br />
<br />
Okay so this is my first run of IA 2010 Beta and here's is what I have noticed so far:<br />
<br />
1.) C:\Program Files (x86)\InstallAnywhere 2010 Enterprise\jre\bin&gt;java -version<br />
java version &quot;1.6.0_15&quot; yet the bundled VM is C:\Program Files (x86)\InstallAnywhere 2010 Enterprise\resource\installer_vms\SunJRE160_11Win32.vm  &lt;-- Could this match or be updated to latest (1.6_14 was the first to fully support Windows 7, 11 still reports Windows 7 back as Windows Vista... and also many security bugs were fixed since 11... It's just good to be consistent)<br />
2.) <a href="http://www.flexerasoftware.com/products/installanywhere/files-utilities.htm" target="_blank">http://www.flexerasoftware.com/produ...-utilities.htm</a> only has the JRE 1.6 VM pack 1.6_01 (Can this site be more frequently updated with later versions of the VM packs?)<br />
3.) Project/ Locales page is completely empty (no locales are listed) I'm assuming this is because things are still being localized for the final release :)<br />
4.) The introduction of TAGS is great, but the project can't be searched...:eek:<br />
5.) C:\Program Files (x86)\InstallAnywhere 2010 Enterprise\XML Project File Tools &lt;-- This hasn't been updated for years. You get a lot of &quot;The project transform does not yet display objects of this type...&quot;<br />
<br />
More to come...<br />
<br />
Chris.</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=263">InstallAnywhere 2010 Beta</category>
			<dc:creator>ckanywhere529</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191150</guid>
		</item>
		<item>
			<title>Repository - Artifactory</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191149&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 15:59:38 GMT</pubDate>
			<description><![CDATA[Hi

We store our application's components in a repository called Artifactory. Is it possible for InstallAnywhere to extract the components from the repository rather than read them directly from disk?

Thanks

Andy]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
We store our application's components in a repository called Artifactory. Is it possible for InstallAnywhere to extract the components from the repository rather than read them directly from disk?<br />
<br />
Thanks<br />
<br />
Andy</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=251">InstallAnywhere 2009</category>
			<dc:creator>AndyBell</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191149</guid>
		</item>
		<item>
			<title>Dialog box not popping up in the foreground on Windows 2008</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191148&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 15:38:28 GMT</pubDate>
			<description>I am  using a Basic MSI and calling a managed code custom action.  The C# dll for my custom action contains a windows form that will pop up as a dialog during the UNINSTALL process of my product.  The issue I am having is that the dialog always pops up behind the IS dialogs for uninstalling.  I...</description>
			<content:encoded><![CDATA[<div>I am  using a Basic MSI and calling a managed code custom action.  The C# dll for my custom action contains a windows form that will pop up as a dialog during the UNINSTALL process of my product.  The issue I am having is that the dialog always pops up behind the IS dialogs for uninstalling.  I have seen this work on an XP machine but fails to put my dialog in the Foreground on a Windows 2008 machine.  (I have tried to put in SetForeground code in my managed code but nothing seems to work.)  <br />
<br />
Any help or suggestions out there?  I am completely stuck on this.</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=260">InstallShield 2010</category>
			<dc:creator>Matronix</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191148</guid>
		</item>
		<item>
			<title>Getting IIS Website name from user</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191147&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 15:20:28 GMT</pubDate>
			<description><![CDATA[I am developing a web application installer using InstallShield 2010 & Basic MSI project type.

1. I need to get IIS website name from user, either from dialog or from Public Property through command line.

How can I do...]]></description>
			<content:encoded><![CDATA[<div>I am developing a web application installer using InstallShield 2010 &amp; Basic MSI project type.<br />
<br />
1. I need to get IIS website name from user, either from dialog or from Public Property through command line.<br />
<br />
How can I do that.<br />
<br />
-------------------------------------------------------------------------<br />
<br />
2. Please view the attached image, If application name is not same the mapped folder name, which is added to ApplicationFiles View, Installedshield creates this as new virtual directory in addition to creating a website.</div>


	<br />
	<div style="padding:6px">
	
	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<div style="padding:3px">
			<img class="attach" src="http://community.flexerasoftware.com/attachment.php?attachmentid=8273&amp;stc=1&amp;d=1258730166" border="0" alt="" />&nbsp;
			</div>
		</fieldset>
	
	
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=260">InstallShield 2010</category>
			<dc:creator>Naveed</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191147</guid>
		</item>
		<item>
			<title>Detect Windows Imaging Component</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191146&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 15:16:07 GMT</pubDate>
			<description><![CDATA[I've got an install going that needs to add Windows Imaging Component to old XP SP2 systems (still need to support this) as a prerequisite.  I've added the OS/SP combination as a condition of the installation, but would like to be able to add another condition so that the prereq doesn't run if the...]]></description>
			<content:encoded><![CDATA[<div>I've got an install going that needs to add Windows Imaging Component to old XP SP2 systems (still need to support this) as a prerequisite.  I've added the OS/SP combination as a condition of the installation, but would like to be able to add another condition so that the prereq doesn't run if the install is already present.  <br />
<br />
Anyone know how to detect whether or not WIC has been installed on a system?  Or even better have a .prq file made up for this?</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=260">InstallShield 2010</category>
			<dc:creator>diablomadman</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191146</guid>
		</item>
		<item>
			<title>Using ant task to install components</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191145&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 14:06:29 GMT</pubDate>
			<description>Can someone give me an example script(ant) that is executed from the InstallAnywhere installer. We are thinking of using all ant scripts to install

Thanks Jeff Hechter</description>
			<content:encoded><![CDATA[<div>Can someone give me an example script(ant) that is executed from the InstallAnywhere installer. We are thinking of using all ant scripts to install<br />
<br />
Thanks Jeff Hechter</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=251">InstallAnywhere 2009</category>
			<dc:creator>jhechter</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191145</guid>
		</item>
		<item>
			<title>Java plugin error while building</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191144&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 13:42:40 GMT</pubDate>
			<description><![CDATA[Hi,

I am using an InstallScript MSI project to build our application. While building a Java plugin error is popped up a few times and when user acknowledges, build goes through. Please see screenshot.

My question is:
1) I saw a little bit about java plugin under the help topic "System...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am using an InstallScript MSI project to build our application. While building a Java plugin error is popped up a few times and when user acknowledges, build goes through. Please see screenshot.<br />
<br />
My question is:<br />
1) I saw a little bit about java plugin under the help topic &quot;System Requirements for one click installations&quot;. This says that a Java plugin must be installed. Is this the reason for the error message? If so could someone please provide link to the plugin that should be installed?<br />
<br />
2) Since the build goes through properly, would there be any effect on the installation if the plugin is not installed?<br />
<br />
Thanks in advance,<br />
Thejaswini</div>


	<br />
	<div style="padding:6px">
	
	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<div style="padding:3px">
			<img class="attach" src="http://community.flexerasoftware.com/attachment.php?attachmentid=8272&amp;stc=1&amp;d=1258724347" border="0" alt="" />&nbsp;
			</div>
		</fieldset>
	
	
	
	
	
	
	</div>
]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=260">InstallShield 2010</category>
			<dc:creator>thejaswinir</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191144</guid>
		</item>
		<item>
			<title>Update on a installscript project hangs.</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191143&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 13:09:10 GMT</pubDate>
			<description>Hi,

I have an installscript project.
I want to upgrade from version 2.1 to 2.2 of the product.
When I run the upgrade it continues to show installing and hangs.
I new to installscript and update features.
Kindly help.

Regards,</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have an installscript project.<br />
I want to upgrade from version 2.1 to 2.2 of the product.<br />
When I run the upgrade it continues to show installing and hangs.<br />
I new to installscript and update features.<br />
Kindly help.<br />
<br />
Regards,<br />
<br />
Swa_mish</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=215">InstallShield 12 Express</category>
			<dc:creator>swa_mish</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191143</guid>
		</item>
		<item>
			<title>How to stop installation when an error occurs during the install phase(console mode)</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191142&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 12:53:21 GMT</pubDate>
			<description><![CDATA[The requirement is to exit the installation prematurely if any error is encountered during the process of installation. 

In case if an error is encountered during the "install" phase of installation [i.e. after Pre-install phase],I am using "Show Message Dialog" action with only 'Exit' button and...]]></description>
			<content:encoded><![CDATA[<div>The requirement is to exit the installation prematurely if any error is encountered during the process of installation. <br />
<br />
In case if an error is encountered during the &quot;install&quot; phase of installation [i.e. after Pre-install phase],I am using &quot;Show Message Dialog&quot; action with only 'Exit' button and am forcing the user to prematurely 'Exit' the installation. I have added a 'Rule' for this message dialog box by using &quot;$INSTALL_SUCCESS$&quot; variable. This dialog box pops up only when the &quot;$INSTALL_SUCCESS$&quot; does not equal to SUCCESS.<br />
<br />
So far so good,its working fine as expected. But this happens only in GUI mode. Here are my questions<br />
<br />
1) How can we implement the same behavior for console mode? <br />
2) Like implementing CustomCodeConsoleAction(s) in the Pre-install phase, is it possible to implement CustomCode for Console actions in &quot;install&quot; phase also? <br />
3) If the user prematurely exits the installation, then, is there an option to revert the changes  done by the installer[such as removing the file/folder/entries created in the installation directory/registries etc]? <br />
<br />
How many of the above three can be achieved using the InstallAnywhere 2008 VP1 Enterprise Edition installer?</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=232">InstallAnywhere 2008</category>
			<dc:creator>bharath.reddy</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191142</guid>
		</item>
		<item>
			<title>GetSystemInfo( VIDEO, nvResult, svResult ) on a dual screen system</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191141&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 12:25:29 GMT</pubDate>
			<description>Hi,

What does the result contain when calling 
Code:
---------
GetSystemInfo( VIDEO, nvResult, svResult )
---------
 on a PC with 2 displays or more, with different resolutions?

Does it contain the dimensions of the primary display?</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
What does the result contain when calling <div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">GetSystemInfo( VIDEO, nvResult, svResult )</code><hr />
</div> on a PC with 2 displays or more, with different resolutions?<br />
<br />
Does it contain the dimensions of the primary display?</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=260">InstallShield 2010</category>
			<dc:creator>Reureu</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191141</guid>
		</item>
		<item>
			<title>ScreenX and ScreenY properties on a dual screen system</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191140&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 12:21:28 GMT</pubDate>
			<description>Hi,

What do the *ScreenX* and *ScreenY* properties contain on a PC with 2 displays or more, with different resolutions?

Do they contain the dimensions of the primary display?</description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
What do the <b>ScreenX</b> and <b>ScreenY</b> properties contain on a PC with 2 displays or more, with different resolutions?<br />
<br />
Do they contain the dimensions of the primary display?</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=260">InstallShield 2010</category>
			<dc:creator>Reureu</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191140</guid>
		</item>
		<item>
			<title>Removing several old installations via Upgrade paths</title>
			<link>http://community.flexerasoftware.com/showthread.php?t=191139&amp;goto=newpost</link>
			<pubDate>Fri, 20 Nov 2009 11:28:33 GMT</pubDate>
			<description>I have created a new installation package for a new product that is actually a migration of two previous products. So the new installation actually installs both those previous programs.

I would like the new installation package to be able to uninstall those previous version of programs before the...</description>
			<content:encoded><![CDATA[<div>I have created a new installation package for a new product that is actually a migration of two previous products. So the new installation actually installs both those previous programs.<br />
<br />
I would like the new installation package to be able to uninstall those previous version of programs before the installation. I have created Upgrade paths for both of those products and have the Upgrade codes for both products.<br />
<br />
If I have only one of these earlier products installed, it is successfully unistalled before installation. However if I have both earlier products installed, only one of those is unínstalled. <br />
<br />
So my question is this: Does the Uprade paths process remove only one earlier installation even if there are several Upgrade paths?</div>

]]></content:encoded>
			<category domain="http://community.flexerasoftware.com/forumdisplay.php?f=259">InstallShield 2010 Express</category>
			<dc:creator>jukkat</dc:creator>
			<guid isPermaLink="true">http://community.flexerasoftware.com/showthread.php?t=191139</guid>
		</item>
	</channel>
</rss>
