All WHS projects stopped

by fkollmann 5/7/2010 12:52:21 PM

As a consequence of changing my private project focus all currently active and already inactive WHS v1 projects have been stopped. This includes the following projects:

  • Codename “Umbrella”
  • Router Control
  • Windows Home Server on Facebook
  • Volunteer

Currently no WHS v2 versions are planned and as along as Microsoft does not include an open add-in store there won’t be any future releases.

Sorry to all who are disappointed by this and those who have been long-time companions on my WHS adventures esp. to Christopher (HSB), Alexander (HSB) and Alex (HSL). Special thanks to those who are dedicated to the WHS community and made this adventure possible: Terry (WGS) and Martin (HSB). Finally I want to thank Microsoft for providing an existing product and all the sponsors of the Windows Home Server Add-on Challenge 09.

PS: If someone is interested in continuing one of the projects, please drop me a mail.

Windows Home Server on Facebook CTP1 released

by fkollmann 3/2/2010 7:55:49 PM

I am happy to announce the first sneak peak on the first Facebook integration with the Microsoft Windows Home Server out there.

Please keep in mind that this is a preview and there is still a lot of work to do but installing this version will provide valuable data on determining the direction of the project.

fbmy

UPDATE: Please note that none of the data is stored at Facebook! This is not how Facebook Apps (esp. this one) work.

HOMEPAGE, Visit on Facebook, Become a Fan

Error when retrieving WHS users

by fkollmann 2/20/2010 12:36:57 AM

Unfortunately I am currently stuck on an important feature: synchronizing users with SharePoint.

The issue is a bug in the Windows Home Server client library :-/ . But a bug has been filed so please feel free to vote for that bug since there is currently no workaround :’( . The bug applies to the German and French version.

Bug Report, Forum Post

Codename “Umbrella” CTP1 Update

by fkollmann 2/18/2010 4:31:00 PM

Since there have been a lot of changes on the backend side (as preparation for closed beta) an updated version of Codename “Umbrella” was released (v1.0.0.5).

Note: This update will not be provided via semi-auto-update since!

DOWNLOAD, Homepage

Codename “Umbrella” CTP1 released

by fkollmann 1/29/2010 10:27:00 PM

The first public version of Codename “Umbrella” has been released. Please feel free to take a look at it.

Official announcement at WGS (English) and HSB (German).

Homepage

Windows Home Server Add-in Idea Challenge 2009

by fkollmann 5/1/2009 3:29:51 PM

Some of you might have wondered what I have been up to lately. I am happy to tell you the results of the hard work we did in the last weeks together with our colleagues from home-server-blog.de and WeGotServed.co.uk: Offical annoucenments in German (HSB) and English (WGS).

UPDATE: The Microsoft’s WHS team wrote a post about the AIC09 on the offical WHS team blog.

UPDATE2: The prize list is now officially announced in German (HSB) and English (WGS).

UPDATE3: The AIC09 is now closed and we will review the nearly 200 submissions to select the 30 most promising.

UPDATE4: The AIC09 finalists are now published: 1.-10. in German (HSB) and English (WGS); 11.-30. in German (HSB) and English (WGS). Voting will start tomorrow!

UPDATE5: Voting has started in German (HSB) and English (WGS)!

Using Windows Home Server Wizards

by fkollmann 3/8/2009 11:31:40 PM

Today I implemented a wizard on the Windows Home Server Console. Honestly, since the wizard mechanism of WHS is not compatible with the designer, it took me and Reflector a long time to figure out how it works and which members are important.

I ended up with creating some wrapper classes which allow to actually create the wizard pages using the designer:

  image2   image 

 

Note: The implementation of the wrappers are part of the RouterControl.Whs assembly under the namespace RouterControl.Whs.Wizards. A full code example can be found in the WHS add-in code: RouterControl.WhsAddin.Wizards.

The wizard consists of two object types: the wizard itself and one or more wizard pages. The wizard is just a few lines of code and does nothing more than to register the pages to use (example). The wizard pages are then simply user controls which inherit WizardPageClientBase or WizardPageClientBannerTop to be precise (example).

To run the wizard, the wizard class is instanced and its Run() metod called:

        private void createNewLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            try
            {
                var wiz = new Wizards.EditPortForwarding();

                wiz.Run();
            }
            catch (Exception ex)
            {
                _log.Error("Failed to run edit-port-forwarding wizard", ex);
            }
        }

I do not want to end up in details because all the source is open. You can either download the source or browse the changeset directly.

.NET 3.5 for Windows Server 2003/Windows Home Server

by fkollmann 2/2/2009 12:23:36 PM

Sam Wood recognized that .NET 3.5 is distributed via Windows Update on all Windows Server 2003 – including Windows Home Server.

Because of this the Router Control v1.1 CTP2 will be based on .NET 3.5 which will provide a more reliable backend communication using WCF (instead of WSE3).

Router Control v1.0.0.8 released

by fkollmann 9/26/2008 1:34:12 AM

New Features

  • added Router Control Diagnostic Tool

Bugfixes

  • fixed a bug causing the router schema to be downloaded multiple times
  • schema version increased to 2; requires reuploading of router schema
  • added a workaround for a bug in the fancy list view (pre PP1 only)

HOMEPAGE, DOWNLOAD

RouterControl v1.0.0.7 released

by fkollmann 9/17/2008 2:57:39 PM

The first version of Router Control is released. Its current main feature is the traffic graph, but there are more features to come:

  • Traffic graph support
  • RouterControl online update check
  • RouterControl schema upload

HOMEPAGE, DOWNLOAD, Feature list