Microsoft SharedView on Windows 7 x64 Beta Build 7000
Posted by jheyse on 29th January 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:
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))
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:
Posted in Windows 7 | 1 Comment »








