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 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
