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

<channel>
	<title>In Flagrante Delicto! &#187; Windows</title>
	<atom:link href="http://inflagrantedelicto.memoryspiral.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://inflagrantedelicto.memoryspiral.com</link>
	<description>Joseph Labrecque: Senior Interactive Software Engineer - Artist - Author - Speaker - Adobe Education Leader - Adobe Community Professional</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:10:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows Server 2008 &#8211; Permanent Network Share Mapping</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2012/01/windows-server-2008-permanent-network-share-mapping/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2012/01/windows-server-2008-permanent-network-share-mapping/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 21:58:24 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=4101</guid>
		<description><![CDATA[I recently found the need for permanently mounted network shares on a Windows server. Not an obvious thing to do, unfortunately&#8230; What do I mean by permanent? When mapping a share on Windows as a user, when that user logs &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2012/01/windows-server-2008-permanent-network-share-mapping/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently found the need for permanently mounted network shares on a Windows server. Not an obvious thing to do, unfortunately&#8230;</p>
<p>What do I mean by permanent? When mapping a share on Windows as a user, when that user logs off&#8230; the share will disconnect. For an installed Windows Service that requires access to defined network shares &#8211; this is unworkable. We need to create network shares that retain their connection no matter whether or not a particular user is logged on. </p>
<p>Why do I need to do this? For a server-based AIR project ;D</p>
<p>Took a lot of searching &#8211; but here is how to do it!</p>
<hr />
<p>First, we need to get into the Windows Server <strong>Group Policy Editor</strong>. The simplest way to access this is to type &#8220;<em>gpedit</em>&#8221; into the start menu search. The <strong>Group Policy Editor</strong> will now appear.</p>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/lgpeditor.jpg"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/lgpeditor-e1326298639746.jpg" alt="" title="lgpeditor" width="550" height="324" class="aligncenter size-full wp-image-4103" /></a></p>
<p>Using the left navigation menu, drill down through <code>Computer Configuration</code> > <code>Windows Settings</code> > <code>Scripts (Startup/Shutdown)</code>. Double-click on <em>Startup </em>to open the <strong>Startup Properties</strong> dialog.</p>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/startupprops.jpg"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/startupprops.jpg" alt="" title="startupprops" width="404" height="448" class="aligncenter size-full wp-image-4105" /></a></p>
<p>From the <em>Scripts</em> tab, we will want to click on the <em>Show Files&#8230;</em> button to open a <strong>File Explorer</strong> window.</p>
<p><a href="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/startupfolder.jpg"><img src="http://inflagrantedelicto.memoryspiral.com/wp-content/uploads/2012/01/startupfolder-e1326298732108.jpg" alt="" title="startupfolder" width="550" height="275" class="aligncenter size-full wp-image-4104" /></a></p>
<p>Right-click in this window to create a new text file called <em>mapping.bat</em> (or whatever you want to call it). This needs to be a <strong>.bat</strong> file though to execute commands properly. </p>
<p>Edit the file and add the following lines of code:<br />
<code>net use m: \\servername\share</code></p>
<p>Add one command like this for each share you wish to add.</p>
<p>Now, return to the <strong>Startup Properties</strong> dialog and click <em>Add&#8230;</em> to browse to and select the <strong>.bat</strong> file we just created. It will appear in the list of startup scripts.</p>
<p>Exit the dialog by clicking <em>OK</em>.</p>
<p>You&#8217;ll now need to restart the server for this to take effect. This will allow the startup process to run the required commands to mount these network shares without any user being logged on.</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2012/01/windows-server-2008-permanent-network-share-mapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Packaging AIR 3 Captive Runtime for Windows Distribution</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2012/01/packaging-air-3-captive-runtime-for-windows-distribution/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2012/01/packaging-air-3-captive-runtime-for-windows-distribution/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 06:00:24 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=4045</guid>
		<description><![CDATA[This is the first post of 2012 and an attempt to get the year started off well! I wasn&#8217;t able to post nearly as much &#8220;useful&#8221; information in 2011 since I was tied up with so much other stuff&#8230; but &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2012/01/packaging-air-3-captive-runtime-for-windows-distribution/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is the first post of 2012 and an attempt to get the year started off well! I wasn&#8217;t able to post nearly as much &#8220;useful&#8221; information in 2011 since I was tied up with so much other stuff&#8230; but am definitely working toward changing that by producing more content like this. Happy New Year, all!</p>
<p>Adobe AIR 3 allows a developer to package an AIR app along with the AIR runtime for distribution. This is known as &#8220;captive runtime&#8221; and is useful because it provides a method of application distribution that does not require a separate runtime installation. With Windows, an additional step must be taken; we have to package the application files into a custom installer for the best user experience on that platform. Thankfully, to do this is a fairly simple task as demonstrated in the recording below.</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/2MyNO_ecQag?hd=1" frameborder="0" allowfullscreen></iframe></p>
<p>Here&#8217;s an additional recording on other options within <a href="http://www.advancedinstaller.com/">Advanced Installer</a>:</p>
<p><iframe width="560" height="315" src="http://www.youtube.com/embed/PSNXVlhKPoE?hd=1" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2012/01/packaging-air-3-captive-runtime-for-windows-distribution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 RC Impressions</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2009/05/windows-7-rc-impressions/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2009/05/windows-7-rc-impressions/#comments</comments>
		<pubDate>Sun, 10 May 2009 16:40:03 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://inflagrantedelicto.memoryspiral.com/?p=733</guid>
		<description><![CDATA[Unlike the majority of reports out there, I&#8217;ve never had a major problem with Windows Vista. The two big problems I have had are in regard to the difficulty in taking ownership of files and directories even when logged in &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2009/05/windows-7-rc-impressions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unlike the majority of reports out there, I&#8217;ve never had a major problem with Windows Vista.  The two big problems I have had are in regard to the difficulty in taking ownership of files and directories even when logged in as an admin, and the initial lack of drivers.  The first problem is remedied with some basic re-education, and the second issue has been resolved for some time now due to availability.  My only major gripe is not with Windows but lies in the fact that Microsoft feels the need to stick its nose into everything under the sun (Silverlight, for example).  Windows Vista has been a fine experience for me in the three years I&#8217;ve been using it.</p>
<p>I&#8217;ve been using the Windows 7 beta on my laptop since it was released months ago, and recently switched to the RC build.  I&#8217;m very impressed with the changes from Vista- so much so, that I&#8217;ve now upgraded my home office machine to the Windows 7 RC.  This is no small step as I&#8217;m dependent on this system for all my consulting, development, and audio production duties.  This is how much I favor Windows 7 over Vista- it is such a refined user experience, overall.  The reliability and speed improvements on older machines are a huge plus as well&#8230; that laptop I mentioned previously was purchased in 2004.</p>
<p>Here&#8217;s a short video demonstrating some niceties in my current environment:<br />
<img src="http://inflagrantedelicto.memoryspiral.com/wp-content/plugins/flash-video-player/default_video_player.gif" /></p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2009/05/windows-7-rc-impressions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Favorite New CS3 Feature (sarcasm)</title>
		<link>http://inflagrantedelicto.memoryspiral.com/2007/05/my-favorite-new-cs3-feature-sarcasm/</link>
		<comments>http://inflagrantedelicto.memoryspiral.com/2007/05/my-favorite-new-cs3-feature-sarcasm/#comments</comments>
		<pubDate>Sat, 26 May 2007 19:58:07 +0000</pubDate>
		<dc:creator>Joseph Labrecque</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[CS3]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://josephlabrecque.com/archives/73</guid>
		<description><![CDATA[The installer for CS3 Web Premium is horrible! This is a consistent experience across machines. In an attempt to install the product on a fresh copy of Windows XP, I&#8217;ve had to run the installer about 5 times now. I&#8217;ve &#8230; <a href="http://inflagrantedelicto.memoryspiral.com/2007/05/my-favorite-new-cs3-feature-sarcasm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The installer for CS3 Web Premium is horrible!  This is a consistent experience across machines.  In an attempt to install the product on a fresh copy of Windows XP, I&#8217;ve had to run the installer about 5 times now.  I&#8217;ve had similar experiences on other machines, generally installing twice, and am now getting rather frustrated.  </p>
<p>Installing software shout not take 40 minutes unless you are installing an OS&#8230; installing software should not have to be performed 5 times (maybe more!) before an acceptable result is achieved.  </p>
<p>What the hell, Adobe???</p>
]]></content:encoded>
			<wfw:commentRss>http://inflagrantedelicto.memoryspiral.com/2007/05/my-favorite-new-cs3-feature-sarcasm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

