http://bugzilla.wpkg.org/show_bug.cgi?id=83 Summary: problem with variables in 1.0-rc2 Product: WPKG Version: other Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: wpkg.js AssignedTo: mangoo at wpkg.org ReportedBy: graf0 at post.pl QAContact: wpkg-users at lists.sourceforge.net Hello! Problem: I've created file hosts.xml: <?xml version="1.0" encoding="UTF-8"?> <wpkg> <host name="pc01" profile-id="pc01"> <variable name="KEYOEM_MSOFFICE2003" value="XXXXXXXXXXXXXXXXXXXXXXXXX" /> </host> </wpkg> And then I've put in packages msoffice_2003_basic_oem.xml: <?xml version="1.0" encoding="UTF-8"?> <packages> <package id="msoffice_2003_basic_oem" name="Microsoft Office Basic Edition 2003 OEM" revision="2003" priority="190"> <check type="uninstall" condition="exists" path="Microsoft Office Basic Edition 2003" /> <install cmd='msiexec /i "%SOFTWARE%\msoffice_2003_basic_oem\cd\basic11n.msi" TRANSFORMS=%SOFTWARE%\msoffice_2003_basic_oem\office2003basic.mst PIDKEY=%KEYOEM_MSOFFICE2003% /qn' /> <remove cmd='msiexec /q /x{91130415-6000-11D3-8CFE-015004838C9}' /> </package> </packages> Profile install just this package. I've tested in under 0.9.12-test3 - working perfectly. But under 1.0-rc1 I've received strange bug: it says "Brak definicji 'j'" which translates to "There is no 'j' definition". And wpkg.js refuses install this package. When I removed variable definition - everything is working, but with variable in hosts.xml - I'm getting this bug. Greg. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. Easy Software Deployment >> http://wpkg.org _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |