I am using WPKG 0.9.10. When running from CMD like \\server\wpkg\wpkg-start.bat <file:///\\server\wpkg\wpkg-start.bat> every think works fine !! However, no installation is done when stopping/starting the "WPKG Service" (which executes WPKGSrv.exe) To make sure that is not related to Networking problem, I have copied the acrobat MSI installation file to my local C drive. Here is how package definition looks like: <package id='acrobat8' name='Adobe Reader' revision='8000' priority='3' reboot='false' > <check type='uninstall' condition='exists' path='Adobe Reader 8' /> <check type="registry" condition="equals" path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CSDVersion" value="Service Pack 4" /> <check type="registry" condition="equals" path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProductName" value="Microsoft Windows 2000" /> <install cmd='msiexec /q /i C:\software\win2k\AdbeRdr80.msi allusers=1'> <exit code="0" /> <exit code="0" reboot="true" /> </install> <remove cmd='msiexec /quiet /uninstall C:\software\win2k\AdbeRdr80.msi' /> <upgrade cmd='msiexec /q /i C:\software\win2k\AdbeRdr80.msi allusers=1'> <exit code="0" /> <exit code="0" reboot="true" /> </upgrade> </package> Please help !! Dr. Israel Gold Avalon Net Ltd. Mobile: +972-54-4899694 Phone: +972-4-8210307 Fax: +972-4-8207565 <mailto:israel at avalon-net.co.il> israel at avalon-net.co.il _______________________________________________ wpkg-users mailing list wpkg-users at lists.wpkg.org http://lists.wpkg.org/mailman/listinfo/wpkg-users |