http://bugzilla.wpkg.org/show_bug.cgi?id=139 --- Comment #1 from graham <graham at mailinator.com> 2009-01-13 12:38:20 --- Oops, forgot to add these tests to see how the variables were finally interpolated at the point of command execution: <install cmd='%COMSPEC% /C echo "C:\Program Files\Mozilla Firefox\extensions\{3d7eb24f-2740-49df-8937-200b1cc08f8a}\install.rdf" > c:\temp\wpkg-debug'/> <install cmd='%COMSPEC% /C echo "C:\Program Files\Mozilla Firefox\extensions\%ffextid%\install.rdf" >> c:\temp\wpkg-debug'/> Resulting output (spot the difference): "C:\Program Files\Mozilla Firefox\extensions\{3d7eb24f-2740-49df-8937-200b1cc08f8a}\install.rdf" "C:\Program Files\Mozilla Firefox\extensions\{3d7eb24f-2740-49df-8937-200b1cc08f8a}\install.rdf" -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |