http://bugzilla.wpkg.org/show_bug.cgi?id=75 Summary: File version check does not work properly Product: WPKG Version: 0.9.10 Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement Priority: P2 Component: wpkg.js AssignedTo: mangoo at wpkg.org ReportedBy: leon.hedding at ict.om.org QAContact: wpkg-users at lists.wpkg.org When checking for a file version such as 0.60.0.0 for PuTTY.exe it fails the check for the file version because of the leading 0. It always thinks the software is installed. When I have this exact text as follows it says "Bypassing installation of package PuTTY". I can change "blah" to "PuTTY" and get the same result. <check type="file" condition="versiongreaterorequal" path="%programfiles%\blah\blah.exe" value="0.60.0.0" /> Failed install check using: versiongreaterorequal versionlessorequal versionequalto Correctly worked with: versionsmallerthan versiongreaterthan -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |