<?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>The Bozteck Blog &#187; Announcements</title>
	<atom:link href="http://vncscan.com/blog/category/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://vncscan.com/blog</link>
	<description>VNCScan Enterprise Network Manager (VENM)</description>
	<lastBuildDate>Tue, 03 Apr 2012 19:18:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>VNCScan 2012 Database Edition Beta</title>
		<link>http://vncscan.com/blog/2012/01/vncscan-2012-database-edition-beta/</link>
		<comments>http://vncscan.com/blog/2012/01/vncscan-2012-database-edition-beta/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 13:32:05 +0000</pubDate>
		<dc:creator>Bozteck</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Deploy]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[vncscan]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/2012/01/vncscan-2012-database-edition-beta/</guid>
		<description><![CDATA[Bozteck takes pride in making complicated tasks simple.  That has been the philosophy behind VNCScan for the past 13 years.  We’re making some really COOL changes to the product to do just that. Historical Overview When the first versions of our VNC Manager were released way back in 1999, the data was stored in a [...]]]></description>
			<content:encoded><![CDATA[<p>Bozteck takes pride in making complicated tasks simple.  That has been the philosophy behind VNCScan for the past 13 years.  We’re making some really COOL changes to the product to do just that.</p>
<p><strong>Historical Overview</strong></p>
<p>When the first versions of our VNC Manager were released way back in 1999, the data was stored in a Microsoft Access database.  Despite the popular (and often justified) opinion of Microsoft’s Access database, there are some applications that use data “just right” for that platform and VNCScan was one of them.</p>
<p>After frustrations with requiring multiple runtimes for Access, the decision was made to move the data to an XML format.  A lot of code was written to manage that process smoothly on the thousands of existing VNCScan installs deployed all over the globe.  The XML format has been working pretty well over the past 10 years but there are some pretty serious issues that the time has come to address.</p>
<p><strong>Issues with XML Databases</strong></p>
<p>The largest sacrifice of moving to XML was the ability to share one set of data with many administrators.  When the back end was database driven, multiple computers could pull from the same data at the same time with very good performance and reliability.  After moving to flat XML files, doing so often led to groups disappearing and data files that became corrupted so badly that it prevented the program from starting up.  We had to remove any support for sharing data with XML. because of this.</p>
<p>For example, if John and Mike both point their VNCScan consoles at the same data location, they will constantly be stepping on each others changes.  An XML file must be read into memory, modified, then placed back onto the disk as a complete file (overwriting whatever is there).</p>
<p>If John reads the data into his console, then Mike makes a change to the group, and then John makes a different change to HIS copy of the group, Johns change will wipe out Mikes change even if they change different properties of the group.  If they both try to write their changes simultaneously, they end up with a corrupted XML file.</p>
<p><strong>The Great Database Debate</strong></p>
<p>A while back, I made a <a href="http://vncscan.com/blog/2009/10/back-end-database/">blog post</a> asking opinions of using an Access back end verses using a Microsoft SQL Server back end.  I received a lot of emails with great responses from so many of you!</p>
<p>On one hand, the Access database format needs to be compacted and repaired from time to time to get rid of orphaned data and “white space” in the database.  It also does not do well with a lot of threads hitting it at the same time.</p>
<p>On the other hand, Access is a very portable database format that requires no runtime (any more) to use in your program and holds up well with the type of data accesses that VNCScan performs.  I’ve also taken performance heavily into consideration with each line of code that I have written to mitigate any “over use” of the database.</p>
<p>If we were to use a SQL database, we would need to deploy the Microsoft SQL runtimes (MSDE) or require that every customer has a SQL server on premises.  For the style of data that VNCScan employs, both of those options seemed like overkills at this point.</p>
<p><strong>The Future</strong></p>
<p>The initial database version of VNCScan will be backed by a Microsoft Access database.  The code was written in a way that will make it VERY easy to port it to a SQL database in the near future.  While we have tested VNCScan extensively on the Access database, we will be watching “wide eyed” for any indication that the platform isn’t good enough.</p>
<p>I believe that by June, we will have a version that will have a choice between Access and SQL. We’re only releasing the first version as Access based to cure the ills that plague the XML.  Even with its shortcomings, Access databases are a hundred times better than XML.</p>
<p><strong>The Beta</strong></p>
<p>We are in the final stages of “dog fooding” the database version.  That means that we’re using it internally so that we feel any hardships before the beta testers do.</p>
<p>Within the next day or so, you will see a bog post with instructions and a link to try the beta.  I strongly suggest that you back up your &lt;My Documents&gt;\VNCScan folder before installing the beta.</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2012/01/vncscan-2012-database-edition-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s Coming &#8230; VNCScan 2012</title>
		<link>http://vncscan.com/blog/2011/12/its-coming-vncscan-2012/</link>
		<comments>http://vncscan.com/blog/2011/12/its-coming-vncscan-2012/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 19:49:07 +0000</pubDate>
		<dc:creator>Bozteck</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[bozteck]]></category>
		<category><![CDATA[venm]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[vncscan]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/2011/12/its-coming-vncscan-2012/</guid>
		<description><![CDATA[&#160; If you would like to beta test, you can download it here.]]></description>
			<content:encoded><![CDATA[<p><!-- copy and paste. Modify height and width if desired. --> <a href="http://content.screencast.com/users/sbostedor/folders/Jing/media/76b1f8d9-95c6-424b-b864-ab74e587c7a7/2011-12-21_1514.png"><img class="embeddedObject" src="http://content.screencast.com/users/sbostedor/folders/Jing/media/76b1f8d9-95c6-424b-b864-ab74e587c7a7/2011-12-21_1514.png" alt="" width="800" border="0" /></a></p>
<p>&nbsp;</p>
<p><strong style="text-align: left;">If you would like to beta test, you can download it <a href="http://www.bozteck.com/VNCScan.2012.1.1.exe">here</a>.</strong></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2011/12/its-coming-vncscan-2012/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Beta Version 2010.1.26 Ready for Download</title>
		<link>http://vncscan.com/blog/2010/01/beta-version-2010-1-26-ready-for-download/</link>
		<comments>http://vncscan.com/blog/2010/01/beta-version-2010-1-26-ready-for-download/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 14:37:16 +0000</pubDate>
		<dc:creator>Bozteck</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[mslogonacl]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[venm]]></category>
		<category><![CDATA[vncscan]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/?p=153</guid>
		<description><![CDATA[What&#8217;s New? Fixed the Windows Logon (mslogon) in UltraVNC fo x64 &#8211; When pushing a deployment of UltraVNC to a remote x64 system, the mslogonacl.exe tool was refusing to apply the correct permissions.  This has been fixed. Download Here]]></description>
			<content:encoded><![CDATA[<p><strong>What&#8217;s New?</strong></p>
<ul>
<li>Fixed the Windows Logon (mslogon) in UltraVNC fo x64 &#8211; When pushing a deployment of UltraVNC to a remote x64 system, the mslogonacl.exe tool was refusing to apply the correct permissions.  This has been fixed.</li>
</ul>
<p><strong><a href="http://www.vncscan.com/VNCScan.2010.1.26.exe">Download Here</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2010/01/beta-version-2010-1-26-ready-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UltraVNC Viewer Vaulnerability</title>
		<link>http://vncscan.com/blog/2009/02/ultravnc-viewer-vaulnerability/</link>
		<comments>http://vncscan.com/blog/2009/02/ultravnc-viewer-vaulnerability/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 03:06:00 +0000</pubDate>
		<dc:creator>Bozteck</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[buffer]]></category>
		<category><![CDATA[flaw]]></category>
		<category><![CDATA[oveflow]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ultravnc]]></category>
		<category><![CDATA[vncviewer.exe]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/?p=39</guid>
		<description><![CDATA[Important Information There has been a serious integer overflow vulnerability found in the UltraVNC viewer with versions 1.0.5.3 and earlier. There is more information about this vulnerability at Core Security. Notice that this is for the viewer only. The server is not affected by this bug. Solution The easiest way to upgrade the viewer is [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-weight: bold;">Important Information</span></p>
<p><span style="color: #ff0000;">There has been a serious integer overflow vulnerability found in the UltraVNC viewer with versions 1.0.5.3 and earlier</span>.  There is more information about this vulnerability at <a href="http://www.coresecurity.com/content/vnc-integer-overflows">Core Security</a>.</p>
<p>Notice that this is for the viewer only.  The server is not affected by this bug.</p>
<p><span style="font-weight: bold;">Solution</span></p>
<p>The easiest way to upgrade the viewer is to upgrade to the <a href="http://www.bozteck.com/vncscan/downloads.htm">latest release</a> of VENM Console.  This version uses the patched viewer and is safe.</p>
<p>Alternatively, you can manually update your vncviewer.exe by performing the following steps:</p>
<ol>
<li>Download the zipped viewer <a href="http://sc.uvnc.com/download/click.php?id=12">here</a></li>
<li>Unzip the vncviewer.exe into the following places:</li>
</ol>
<ul>
<li>&#8220;C:\Program Files\Bozteck\VNCScan Console .Net&#8221;</li>
<li>&#8220;C:\fastpush\vnc7\ultra&#8221;</li>
</ul>
<p>Thank You,</p>
<p>Steve Bostedor<br />
Bozteck VENM Support</p>
<p>http://www.vncscan.com</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2009/02/ultravnc-viewer-vaulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year! Version 2009.1.1 Released!</title>
		<link>http://vncscan.com/blog/2009/01/happy-new-year-version-200911-released/</link>
		<comments>http://vncscan.com/blog/2009/01/happy-new-year-version-200911-released/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 14:12:00 +0000</pubDate>
		<dc:creator>Bozteck</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[vncscan]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/?p=31</guid>
		<description><![CDATA[What better way to bring in the new year than a new release of VNCScan, right? We took some of our most requested features and rolled them into this update release. Here&#8217;s a run down of the release notes for this release: 2009.1.1 New: Background pinging! Now you can always know when your computers are [...]]]></description>
			<content:encoded><![CDATA[<p>What better way to bring in the new year than a new release of VNCScan, right?  We took some of our most requested features and rolled them into this update release.  Here&#8217;s a run down of the release notes for this release:</p>
<p><strong><span style="font-size: small;">2009.1.1</span></strong></p>
<ul>
<li><span style="font-size: small;">New: Background pinging! Now you can always know when your computers are available or when they need to be booted up before connecting to them.  You can keep track of the last time they were polled and the last time that the computer was seen on the network.</span></li>
<li><span style="font-size: small;">New: Logs the last access time and date and places it in the main computer list for easy access.</span></li>
<li><span style="font-size: small;">Fix: IP addresses now sort properly</span></li>
<li><span style="font-size: small;">More fixes and minor enhancements</span></li>
</ul>
<p>We wish all of you the greatest year ever!</p>
<p>Thank you,</p>
<p>Steve Bostedor<br />
Founder and President</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2009/01/happy-new-year-version-200911-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beta Teters Wanted</title>
		<link>http://vncscan.com/blog/2008/08/beta-teters-wanted/</link>
		<comments>http://vncscan.com/blog/2008/08/beta-teters-wanted/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:49:00 +0000</pubDate>
		<dc:creator>Bozteck</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/?p=25</guid>
		<description><![CDATA[The next release of Bozteck VNCScan Enterprise Network Manager (VENM) is almost ready to roll. We just need a few more people to test it out in various environments before we press the &#8220;Go&#8221; button. It really is a stable release just waiting in the gates, so I encourage anyone who wants to test it [...]]]></description>
			<content:encoded><![CDATA[<p>The next release of Bozteck VNCScan Enterprise Network Manager (VENM) is almost ready to roll.  We just need a few more people to test it out in various environments before we press the &#8220;Go&#8221; button.</p>
<p>It really is a stable release just waiting in the gates, so I encourage anyone who wants to test it out to please let us know in the forms located <a href="http://www.bozteck.com/forums/viewforum.php?f=15">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2008/08/beta-teters-wanted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesigned Website</title>
		<link>http://vncscan.com/blog/2008/07/redesigned-website/</link>
		<comments>http://vncscan.com/blog/2008/07/redesigned-website/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 14:37:00 +0000</pubDate>
		<dc:creator>Bozteck</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[bozteck]]></category>
		<category><![CDATA[vncscan]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/?p=21</guid>
		<description><![CDATA[We&#8217;ve completed the initial phase of our website redesign! In the next few days, we&#8217;ll be editing all of our old pages with redirects to the equivalent page at the new website. Some of the pages already redirect property and a few of them (like the main home page) automatically do so after a second [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bozteck.com/vncscan" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img id="BLOGGER_PHOTO_ID_5221765639654279474" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://3.bp.blogspot.com/_vHhrGtpMeDg/SHdwLuPvCTI/AAAAAAAACb0/w497cu3vEEc/s320/web.jpg" border="0" alt="" /></a><span style="font-weight: bold;">We&#8217;ve completed the initial phase of our website redesign! </span></p>
<p>In the next few days, we&#8217;ll be editing all of our old pages with redirects to the equivalent page at the new website.  Some of the pages already redirect property and a few of them (like the main home page) automatically do so after a second or two.</p>
<p>We want to keep the old site in place for a while to let the search engines catch up with the move.  After about a week, we&#8217;ll move all of the old pages into an archived subset of our new website for historical purposes only.</p>
<p>We&#8217;ve painstakingly recreated every page on the old site in the new design so that all of your important information is still there in the new one.  The first advantage of the new site is the great site-wide search function.</p>
<p>The move was done for a couple of reasons.  First, our old site was looking pretty aged.  It was created by hand in static HTML.  It has been tiresome to edit and keep up to date because of this.  I think that the design looked OK but it was based upon Windows XP &#8211; which contributed to the &#8220;yesterdays web&#8221; look.</p>
<p>So, we moved to a CMS based upon Joomla 1.5.  It was a significant learning curve but I was able to draw upon the knowledge of people smarter than me to get me on the right path.  I am immensely greatful for everyone who has helped me switch paradigms into the world of Joomla.</p>
<p>Now that the initial change-over phase has been completed, we can start looking for ways to make the website more interactive and social.  I&#8217;m very excited about the possibilities.  There are so many smart and talented people using VNCScan in ways that I never imagined.  You guys deserve a website that can let you share that knowledge and help each other out.</p>
<p>Any comments on the new website will help steer it&#8217;s direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2008/07/redesigned-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VNC in Vista &#8211; Finally!</title>
		<link>http://vncscan.com/blog/2008/05/vnc-in-vista-finally/</link>
		<comments>http://vncscan.com/blog/2008/05/vnc-in-vista-finally/#comments</comments>
		<pubDate>Fri, 30 May 2008 19:48:00 +0000</pubDate>
		<dc:creator>Bozteck</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[vnc]]></category>
		<category><![CDATA[vncscan]]></category>

		<guid isPermaLink="false">http://vncscan.com/blog/?p=15</guid>
		<description><![CDATA[The current release of VNCScan has a working beta method of deploying UltraVNC version 1.0.4 to Vista computers! We are the first to market with this feature! While 90% of it has been fully tested and working, there are still some minor missing pieces that you may run into. We don&#8217;t know what they are [...]]]></description>
			<content:encoded><![CDATA[<p>The current release of <a href="http://www.vncscan.com/vs/download.htm">VNCScan</a> has a working beta method of deploying UltraVNC version 1.0.4 to Vista computers!  We are the first to market with this feature!</p>
<p>While 90% of it has been fully tested and working, there are still some minor missing pieces that you may run into.  We don&#8217;t know what they are so we&#8217;re relying upon you to let us know what you find.</p>
<p>Here&#8217;s a quick run-though for deploying UltraVNC to Vista in the upcoming version 2008.6.1:</p>
<ol>
<li>Launch the deployment wizard as usual</li>
<li>Create a new profile and select &#8220;Ultra104&#8243; as the version</li>
<li>Set a VNC password (even if you&#8217;re going to use MS Auth)</li>
<li>Blow through the rest of the wizard answering questions as you see fit.</li>
<li>Watch the deployment process &#8211; some errors in the script are normal but others can mean things went badly.</li>
</ol>
<p>&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>You will want to make sure that Network Discovery and File Sharing has been turned on for your Vista computers.  A firewall and stopped services can keep the good guys out as well as the bad guys.</p>
<p>If things didn&#8217;t work, please post the output of the script <a href="http://talk.vncscan.com/forums/13/ShowForum.aspx">here</a>, editing out anything that you feel that you can not freely share on a forum post.</p>
]]></content:encoded>
			<wfw:commentRss>http://vncscan.com/blog/2008/05/vnc-in-vista-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

