[wpkg-users] [Bug 47] [patch] Expand environment strings for registry checks

bugzilla-daemon at bugzilla.wpkg.org bugzilla-daemon at bugzilla.wpkg.org
Mon Nov 19 21:23:45 CET 2007


http://bugzilla.wpkg.org/show_bug.cgi?id=47


Rainer Meier <skybeam at users.sourceforge.net> changed:

           What    |Removed                     |Added

                 CC|                            |skybeam at users.sourceforge.ne
                   |                            |t
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Rainer Meier <skybeam at users.sourceforge.net>  2007-11-19 21:23:42 ---
I just implemented this in my wpkg-redesign (see Bug 79). However with some
minor changes.

I think expanding all values is a bad idea since the registry quite often
contains unexpanded values like '%SystemRoot%...'. Therefore my modified
algorithm works as follows:

1. check if unexpanded value matches the registry entry.
2. if no match was found expand the value and do the check again.

Therefore the registry value might contain either the unexpanded or the
expanded string to succeed. Debug output will show weather the string had been
expanded to match or not.

I am setting this to fixed now. Please verify and re-open if it did not match
the requirements.


-- 
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



More information about the wpkg-users mailing list