Changes

Jump to: navigation, search

Web interface

761 bytes removed, 09:54, 19 December 2006
m
no edit summary
There is a All WPKG Web Interfacepackages, you can see the demo hosts and download it at http://wpkg.linuxkidd.com/profiles can be manipulated using a web interface.
 ----  Currently, You can see the demo of WPKG is configured using xml files. An example package looks like belowWeb Interface and download it at http:   <package id="wpkg" name="Windows Packager" revision="1" reboot="false" priority="0"> <check type="registry" condition="exists" path="HKLM\Software\wpkg" /> <check type="file" condition="exists" path="C:\/wpkg" /> <install cmd="msiexec /i (path to msi)"> <exit code="0" /> </install> <remove cmd="msiexec /x (path to msi)" /> <upgrade cmd="msiexec /i (path to msi)" /> </package>  It is extremely easy to add new packages this way. Because it's that easy, it would be also easy to manipulate it using a http backendlinuxkiddIf you feel comfortable with web programming, and think you could help us - drop us a note on the mailing listcom/.
[[Category:Documentation]]

Navigation menu