Login to participate
  
Register   Lost ID/password?

Louis Kessler’s Behold Blog

One Serious Attempt at the Windows 7 Logo - Wed, 16 Nov 2011

I admit, I really do want that Logo saying “Compatible with Windows 7″ for Behold.

Why? Well for one thing, there are very few genealogy programs (are there any?) that have it. The reason is probably that most genealogy programs are older, use legacy code, and just have too many non-standard hooks in them, making the work involved to get them compatible just not worth it.

Second, well I always did like a challenge. And believe me, no one makes it tougher to comply than Microsoft and the hoops they make you go through. And because of that, having the logo is to those in the know an impressive accomplishment.

I had looked at this in detail over the last few years (search this Blog for “logo”) but the bottom line was that I couldn’t get the Windows compatibility certification until Behold was out of beta. They do not certify beta software. Well now! Version 1 is finally ready and will be launched in a few days.

So what is this procedure you ask? I’ll try to keep it less than a million words. It’s actually rather interesting.

First, I have to install the “Windows 7 Client Software Logo Toolkit” (which is quite a mouthful). My development machine is Vista, and it won’t install there. So I open up a Windows 7 session on Microsoft Virtual PC 2007 which is running on my Vista desktop. Windows 7 running under Vista almost sounds impossible, but it isn’t and it works.

Then I copy the Behold setup program over to the Windows 7 machine. I start the Logo Toolkit.

Step 1 in the Toolkit is the Pre Install Phase. I have to switch users on the Windows 7 machine, and login to another user who also has admin rights on the same Windows 7 machine. In that other user’s session, I start the Toolkit’s Multi-user Session Server. Then I switch users back to my original admin user’s account. That is actually really neat. They will be testing my application running in one session with a program running in a second session. I didn’t even know you could do that on a PC. Back on my original user, it does a scan of the system and records the state prior to installation.

Step 2 is to Install my Application. Then it scans the system for changes and validates for compatibility. While it is doing that, I see Behold pop up in the background for a few seconds and then close. Then that happens a second time. I presume this is the process running under the other user that starts Behold from that session to ensure it can be done. I’m impressed!

Step 3 is to Launch my Application. While Behold is running, it gathers yet more system information.

Step 4 is to Uninstall my Application. First I must switch users. Turn off the Multi-user Session Server (which confirms in its window that it did indeed run Behold), switch back and do the uninstall. Then it does one last scan of the system for changes and creates the Test Result Report.

That may sound easy. But it took a couple of days to track all this stuff down, read through all the material, and figure out how to get it all going. Also, it took about a dozen attempts before I got the above procedure correct, and each attempt took about a half an hour. Along the way, I had to make some changes to Behold and to Behold’s setup program to get rid of most of the warnings listed in the Test Results.

The best I could do is get it to fully pass 6 tests, but have 3 tests that it could only “Pass with Warnings”. They included:

1. “Application failed to run under a higher Windows version”. It says I perform Windows version checks for equality, but as far as I know, neither Behold nor its install script do such a thing. I searched the web and other people got that as well but no real answers or ideas for me to fix it.

2. “Following files have requested an elevated run level, or not manifested”. The following file listed was my behold.exe program.

In my earlier runs, I knew a Windows manifest file was required. That is a file that contains information about what level of access to the Windows Operating System the program needs. Their desire is that most programs should not need administrative rights but should be able to run simply at the “asInvoker” level. I researched into how to set up the manifest file (it’s XML) and then how to embed it as a resource in Behold as required. So the problem must have been the request of an elevated run level, but it doesn’t say what part of the program was requesting the elevated run level.

3. “Application did not pass multiuser session compliance check”. Here it says that Behold is writing to a registry key which is not user specific (in the HKEY_CURRENT_USER area). Maybe this is the elevated level it is talking about. There are a few things I do in Behold that read other parts of the Registry, which should be allowed. But as far as I know, Behold is not writing anywhere in the registry that is not in the HKEY_CURRENT_USER area. So I don’t know what they’re talking about.

With those as far as I could take them, I thought I’d attempt to submit Behold. It says to submit your application at: https://winqual.microsoft.com. Now I have to get the special VeriSign $99 US code signing certificate - just so I can sign up on the WinQual site. This was a sticky point I had a while back. But I’ve got no choice. I delayed it until I got Version 1 out, hoping that they’d change the policy, but that didn’t happen. Oh well.

So I went to the $99 Verisign form and see it’s for companies only. Behold does not officially have a company, and there is no company phone number. It is all still personally under my name. I called Verisign and they checked and said Winqual will accept a Certificate under my personal name. Unfortunately that certificate does not have the $99 special price and costs $499. But I should call Versign customer service during working hours and see if they can reduce it a bit. Aaaarrrgghh!

So I go to the Winqual FAQ to double check, and what do I find?

[Question] When I try to submit my results file in Winqual, I get an error message that says ā€œ* The submission package is invalid as this was generated using 32 bit toolset architecture. This website accepts submissions from 64 bit toolset architecture only.ā€ How can I submit my file?

[Answer]: Official submissions for the Compatible with Windows 7 logo requires validation results produced by the 64-bit version of the logo toolkit. Submission packages created by the 32-bit version of the toolkit will not be accepted in Winqual.

My installation of Windows 7 on my Virtual PC was 32-bit. Double Aaaarrrgghh!!

Now isn’t this fun?

A Free Ride? - Tue, 15 Nov 2011

I got a few emails asking me if I was planning to have a free version of Behold. Once version 2.0 comes out with editing, people would purchase Behold and use it to create and update their genealogy. Then they would send it to relatives, but their relatives would not be able to view it because they did not have Behold. So maybe, I should make a free viewer version of Behold that can be sent to those people to view it.

That was my initial thinking. When version 2.0 is released, I’d have the paid editing version, and the free viewing version. But then I started to realize some problems with that idea.

I’d have to maintain two versions, or one version with some sort of an unlocking system for the extra editing features. Not too difficult, but potentially problematic and hackable. And I’d still have to have the full trial version, so people can test out the editing. Very messy.

Part of my thinking was that I’d be able to send Behold to all those free download sites, and millions of people can download and try the free version. Many of them would surely upgrade … or wouldn’t they. This article: Why Free Plans Don’t Work attracted my attention today, and even though it was talking about online subscription sites, its message came through clearly.

So I’ll have millions of free users. That means I’ll send my newsletter out to millions of people. Have you checked how much SMTP services cost to service that many people? Then if only 1 out of every 10,000 free users sent me one message a day, I’d get hundreds of questions and queries each day to answer. I wonder how much time that would leave over for development? I probably would have to run dedicated servers for the email and website. More administrative time and expense again taking me away for my real goal.

I have now concluded that getting big with no front end cash to pre-pay the expenses to support that infrastructure is a way to dangle a potential catastrophe in front of me when its not necessary. I’ve concluded its the wrong way to go.

Instead, I will always keep the 45 day free trial available. And the 60 day moneyback guarantee is there as well. So that’s a 105 day risk-free period you can use Behold, not counting additional free trials which I currently still allow. Behold is not expensive. It is $20 for the next 8 days, and then $40 after that. Version 2.0 will probably settle at $50 or $60. That’s a one time cost with free upgrades for life, which in the long term makes Behold cheaper than most other genealogy software.

So with no free version, what about your Aunt Mary who you sent your genealogy data to. How will she view it? Well, the thing I forgot to mention is that you won’t need Behold to view the data. Currently, you can export the Everything Report to HTML and put it up on a website or send it to someone and they can view it in their web browser. Or you can export it to RTF format which can be read and viewed by almost any word processing program. I’ll probably at some time add PDF export as well, which anyone can view. Finally, even if you send the the GEDCOM, they can always download Behold on 45 day trial and use it to view the data.

I’m sorry that there isn’t going to be a free ride with Behold. What this will provide instead is a software author who will have a smaller but enthusiastic and supportive audience who he will continue to have time to listen to and respond to. I hope you would agree that this benefit outweighs everything else.

*** Eight days to Version 1.0 and counting *** :-)

Evidence and Conclusion Modelling in Behold - Sat, 12 Nov 2011

In preparation for Version 1.0, I am updating the Behold website to make sure all pages are up to date. When I got to the For You page, I added and moved around a few of the Behold benefits.

But the one I needed to add was: “19. Evidence/Conclusion Modelling”. I summarize it as:

Problem: Your current program has no ability to properly document the evidence you used and the conclusions you formulated.

Solution: Behold’s source-based data entry is the first step. Each source you use becomes evidence - evidence you use to formulate a conclusion. While you enter your sources, Behold will make it easy for you to add your conclusion information to your family information while quickly linking it to the evidence.

Benefits: You’ll never forget how you arrived at your conclusions. You will in the future be able to update your data with confidence as you compare your new evidence to your past evidence to allow you to properly modify your conclusions.

This is such a dramatic idea, that it is important to emphasize it here in this post. I previously blogged about the idea back in January in my post: I have Evidence About the Future of Behold

Over at BetterGEDCOM, where I’ve been a fairly active participant, my simple ideas of connecting the conclusions directly to the evidence (i.e. sources) are by some not seen as adequate. They are looking at much more complex ways of representing the evidence/conclusion model that involve intermediate levels of information with assertions and other complexities.

To me that’s fine in a theoretical aspect - to flesh out what’s really going on. From a practical viewpoint, I want to put together a software product that encourages people to properly document their sources and be able to describe how they came to their conclusions. To encourage this requires a simplicity and ease of use that can involve no complication.

Few genealogists document how their conclusions derive from their evidence. That’s because there aren’t any programs out there that make this easy to do. This will be a major goal for me after Version 2.0 of Behold comes out. Then we’ll see how good a job I do.