Josh Heyse

Thoughts Defragmented

Microsoft SharedView on Windows 7 x64 Beta Build 7000

Posted by jheyse on January 29th, 2009

We use Microsoft SharedView a lot at Catalyst.  Is a quick, free tool which allows us to do desktop sharing.  Yesterday one of my co-workers sent me an invitation to join a session.  I followed the link in the email which allowed me to download and install SharedView. When I attempted to install, I was presented with this message:

SharedViewError

This forced me to resort back to my Vista partition which didn’t make me happy.  I’ve been extremely happy living in my Windows 7 world and I didn’t want to leave just to use SharedView.  I took a quick minute this evening to dig deeper into the issue.  I downloaded a copy of Microsoft Ocra, which allows you to edit the MSI database.  When I checked out the installation conditions the problem was clear. The conditional statement below was used several times.  It seems that SharedView is forward compatible as long as you are running the 32 bit version of Windows XP or greater, but only valid if you are running Vista x64.

NOT(((NOT VersionNT64) AND VersionNT>=501) OR (VersionNT64 AND VersionNT = 600))

orcas

I modified the conditions to allow for forward compatibility saved and tried to re-install again.  Success!  I am attaching a copy of the modified MSI, but with the following disclaimer.

DISCLAIMER:  I am attaching this as an example of how to modify an MSI to allow for forward compatibility not for you to install it.  If you choose to install it anyway, I am not responsible for what happens to your system.  By downloading the following attachment you agree to this disclaimer.

Download:

One Response to “Microsoft SharedView on Windows 7 x64 Beta Build 7000”

  1. Denis Says:

    Thanks a lot! You just saved my day.

    Also it was nice to know that Orca exists – very interesting…

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>