Tomasz Chmielewski wrote:


Perhaps because you didn't invent WPKG first :)


All too true. I wish I had. Lots of things in my dim understanding of it have a flexibility and simplicity that I admire. And thanks Tomasz for you and your team's work.
I hope to be able to contribute at some point, but until I understand
it contributions will either be lacking or of little value. Please don't interpret my silly questions as any way saying that your team did things the wrong way.

Software is an art. There are almost always many ways something can be done. Sometimes one way is better for reasons that aren't immediately obvious.

Seriously, check for example this installer:

http://wpkg.org/index.php/Microsoft_Windows_Journal_Viewer

<install cmd='\\server\share\updates\journalviewer\enu\setup.exe /q /c:"msiexec /l* %SystemDrive%\netinst\logs\journalviewer.txt /i ""Microsoft Windows Journal Viewer.msi"" /qn"' >
<exit code="194" reboot="true" />
<exit code="1603" />
<exit code="3010" reboot="true" />
</install>



Generalization:  Data encoded with a tag can have multiple instances?
Data encoded with an attribute can only have one instance?

Thus if I have multiple install commands, I could write
<package id="K9" name="NTP Time Daemon Service"
<install cmd='xcopy %DAEMONS%/k9nt.exe %DLL%/k9nt.exe />
<install cmd='k9nt add' />
</package>



--
Sherwood Botsford               [EMAIL PROTECTED]
St. John's School of Alberta    780-848-2881 Ext 134
RR - 5, Stony Plain, Alberta, T7Z 1X5


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to