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:[EMAIL PROTECTED]> [EMAIL PROTECTED]

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to