[wpkg-users] WPKG not work

Tomasz Chmielewski mangoo at wpkg.org
Wed Mar 22 10:40:27 CET 2006


LAM, Ivan Yuen Keung wrote:

(...)

> Then I run the command "cscript \\host1\Zip\wpkg.js 
> <file://\\host1\Zip\wpkg.js> /synchronize /quiet" at "Host1" (Windows XP 
> Pro) with administrators privileges but nothing happen.

Try not to use HTML in the posts sent to mailing lists.
Otherwise, people get lots of garbage, and look above what happened
(<file://\\host1\Zip\wpkg.js>).

Nothing happened, because you used /quiet switch, and all the output was
logged to Windows Event Log.

If you want more info printed on the screen, use /debug instead of /quiet.


> What's the problem here? Is the client PC user need to have 
> administrators privileges to execute this command? Can this command run 
> by users privileges?

You said that a user with administrative privileges did run this command.
Generally, in 99,99% cases, it's someone with Administrator or SYSTEM
privileges who needs to run the command.

Probably, the software was installed, provided that "msiexec -i
\\ivantest\zip\zip.msi -q allusers=1" really installs "Zip".

But your "Zip" entry in packages.xml is incomplete, you will need at
least one check condition (check the wiki (silent installers), you will
find plenty examples), or use 'execute="once"' if you have no clue what
check condition might be (this one should be used for scripts that leave
no trace in the system, like setting the time etc., and is discouraged
for software installation, which always leaves some traces like new
files or registry entries).


-- 
Tomasz Chmielewski
http://wpkg.org




wpkg-users mailing list
wpkg-users at lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users




More information about the wpkg-users mailing list