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@wpkg...
ReportedBy:
graf0@post...
QAContact:
wpkg-users@list...
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.
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
-------------------------------------------------------
Easy Software Deployment >>
http://wpkg.org
_______________________________________________
wpkg-users mailing list
wpkg-users@list...
https://lists.sourceforge.net/lists/listinfo/wpkg-users
opensubscriber is not affiliated with the authors of this message nor responsible for its content.