alexxiopiccinno / jabber-net

Automatically exported from code.google.com/p/jabber-net
Other
0 stars 0 forks source link

Wont Intall on Windows 7 #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open installer on Windows 7
2. Installer returns error "Must be Windows 2000 or newer"

What is the expected output? What do you see instead?
The installer should complete successfully

What version of the product are you using? On what operating system?
Current version of installer 2.1.2. Windows 7 Beta

Please provide any additional information below.
I suggest changing the line in JabberNetInstaller.wxs with:
<Condition Message="Must be Windows 2000 or newer">VersionNT = 500 OR
VersionNT = 501 OR VersionNT = 502 OR VersionNT = 600</Condition>

To this:
<Condition Message="Must be Windows 2000 or newer">VersionNT > 500</Condition>

This is more in line with what Microsoft recommends for install checks like
this.

Original issue reported on code.google.com by njtot...@atlasbay.com on 4 Apr 2009 at 8:48

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I was able to install this on Windows 7 by right clicking and selecting 
"Troubleshoot compatibility". The wizard then suggested skipping version check, 
and launched the installer.

Original comment by solve...@gmail.com on 19 Dec 2010 at 10:49

GoogleCodeExporter commented 8 years ago
See Issue #95 for solution

Original comment by gru...@gmail.com on 17 Mar 2011 at 5:55