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

<channel>
	<title>Shawn's Space</title>
	<atom:link href="http://shawnnc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shawnnc.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 20 May 2007 19:40:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='shawnnc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/71d09ff68c470a34bff113622a6b2e5a?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Shawn's Space</title>
		<link>http://shawnnc.wordpress.com</link>
	</image>
			<item>
		<title>installshield-switches while installing</title>
		<link>http://shawnnc.wordpress.com/2007/05/20/installshield-switches-while-installing/</link>
		<comments>http://shawnnc.wordpress.com/2007/05/20/installshield-switches-while-installing/#comments</comments>
		<pubDate>Sun, 20 May 2007 19:40:39 +0000</pubDate>
		<dc:creator>shawn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shawnnc.wordpress.com/2007/05/20/installshield-switches-while-installing/</guid>
		<description><![CDATA[To perform silent installation you need setup.iss file. If you doesn&#8217;t have this file use graphical installer to create one.
Now run the installer using /r switch (record) and go through all the installation dialogs to complete installation. This will create a setup.iss file.
Now place this file in C:\Windows directory because this will store all your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shawnnc.wordpress.com&blog=966544&post=4&subd=shawnnc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To perform silent installation you need setup.iss file. If you doesn&#8217;t have this file use graphical installer to create one.<br />
Now run the installer using /r switch (record) and go through all the installation dialogs to complete installation. This will create a setup.iss file.<br />
Now place this file in C:\Windows directory because this will store all your responses to the dialogs. Now copy the setup.iss file to the same directory as the installer executable.<br />
Now run installer using /s switch (silent). This will perform an unattended installation.</p>
<p>Installer will return immediately even if you run it under start /wait. This is not useful for scripting purposes. Luckily, there is another switch /sms, which will cause the installer to pause until the installation completes.<br />
For an InstallShield application you should provide both the /s and the /sms switches.</p>
<p>The /f1filename switch allows you to specify a fully-qualified alternate name for the setup.iss file.<br />
Note that there must be no space between the /f1 switch and the file name.<br />
This switch works both with /r to create the file and with /s to read it.<br />
The /f2filename switch specifies a log file. Once again, there must be no space between the switch and the file name.<br />
Characters you use in these file names should not have non-alphanumerics (like hyphens) because installshield silently removes them.<br />
Many packages have &#8220;custom dialogs&#8221; which are not supported by setup.iss, which means the dialogs will always appear no matte</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shawnnc.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shawnnc.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shawnnc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shawnnc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shawnnc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shawnnc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shawnnc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shawnnc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shawnnc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shawnnc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shawnnc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shawnnc.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shawnnc.wordpress.com&blog=966544&post=4&subd=shawnnc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://shawnnc.wordpress.com/2007/05/20/installshield-switches-while-installing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a9db9e84f89fb4efc7b994fcb5c2bd1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">shawn</media:title>
		</media:content>
	</item>
		<item>
		<title>Installshield &#8211; my installer</title>
		<link>http://shawnnc.wordpress.com/2007/05/07/installshield-my-installer/</link>
		<comments>http://shawnnc.wordpress.com/2007/05/07/installshield-my-installer/#comments</comments>
		<pubDate>Mon, 07 May 2007 04:46:44 +0000</pubDate>
		<dc:creator>shawn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shawnnc.wordpress.com/2007/05/07/installshield-my-installer/</guid>
		<description><![CDATA[Installshield is a software for creating setups/ installers. InstallShield was the name of the company when it was originally created. Installshield was founded by Viresh Bhatia, an Indian American graduate from Northwestern University, and Rick Harold.  It was acquired by Macrovision in 2004. Macrovision is currently adding the FLEXnet name to the well-known InstallShield brand [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shawnnc.wordpress.com&blog=966544&post=3&subd=shawnnc&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Installshield is a software<a href="http://en.wikipedia.org/wiki/Software_tool" title="Software tool"></a> for creating setups/ installers. InstallShield was the name of the company when it was originally created. Installshield was founded by Viresh Bhatia, an Indian American graduate from Northwestern University, and Rick Harold.  It was acquired by Macrovision in 2004. Macrovision is currently adding the FLEXnet name to the well-known InstallShield brand in its products and web site.</p>
<p>The two primary types of installer that can be created by the Windows version of the InstallShield tool are called <em>Basic MSI</em> and <em>InstallScript</em>. Basic MSI projects are built into <a href="http://en.wikipedia.org/wiki/Windows_Installer" title="Windows Installer"></a> Basic MSI packages, and InstallScript projects are created using an event-based script and built into setup.exe executables. (A third type of project, called <em>InstallScript MSI</em>, exists, using the InstallScript programming language for the user interface and customization of the installer, and the Windows Installer engine for the data-transfer part of the installer.)</p>
<p>There is now a version of the InstallShield Wizard forLinux<a href="http://en.wikipedia.org/wiki/Linux" title="Linux"></a>. Sun Microsystems uses it for its Linux installations.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/shawnnc.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/shawnnc.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shawnnc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shawnnc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shawnnc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shawnnc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shawnnc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shawnnc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shawnnc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shawnnc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shawnnc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shawnnc.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shawnnc.wordpress.com&blog=966544&post=3&subd=shawnnc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://shawnnc.wordpress.com/2007/05/07/installshield-my-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4a9db9e84f89fb4efc7b994fcb5c2bd1?s=96&#38;d=identicon" medium="image">
			<media:title type="html">shawn</media:title>
		</media:content>
	</item>
	</channel>
</rss>