Hello all, I am trying WPKG again. I have an winzip msi file. wpkg installs the file fine but then report errors that it faild the file check. I am not using a file check, so why is it telling me that I am.
  I run wpkg.js from the command line without the /quiet option.

If you're having problems, don't use /quiet flag; use /debug to solve the problems...


It also does not write anything to the C:\windows\system32\wpkg.xml file.

If the check failed, nothing will be written there.


Here is my packages file. If any more info is needed, please ask..
---------------------------------------------------------------------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?> <!-- Available package database.

next time paste only the package definition, we don't need comments...


 -->
<packages> <package
 id="winzip81"
 name="WinZip 8.1"
 revision="1"
 reboot="false"
 priority="0">
<install cmd='msiexec /i

\\linuxdomain\deployment\packages\winzip\winzip.msi<file://linuxdomain/deployment/packages/winzip/winzip.msi>/quiet'>
<exit code="0" /> </install>

msiexec /i \\linuxdomain\deployment\packages\winzip\winzip.msi<file://linuxdomain/deployment/packages/winzip/winzip.msi>/quiet


is it really like this? file://linuxdomain? no wonder it fails...

try to execute this from the windows command line (start menu -> run -> cmd, then paste your command) and see the errors you will have.


--
Tomek





-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
wpkg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to