Adam Williams wrote: > I'm trying to get Symantec Antivirus Corporate 10.1 to work with wpkg. > Going to http://www.appdeploy.com/packages/detail.asp?id=505 tells me what > to do. So I have in my packages.xml: > > > <package > id="sav10.1" > name="Symantec Anti-Virus" > revision="12" > reboot="false" > priority="13" > execute="once"> > <install cmd='%systemroot%\system32\msiexec.exe /i > "\\roark\wpkg\pkg\sav\sav10.1.msi" REBOOT=ReallySuppress INSTALLSERVER=0 > NETWORKTYPE=1 SERVERNAME=adminsav RUNLIVEUPDATE=0 > ADDLOCAL=SAVMain,SAVUI,SAVHelp,QClient /qb!' /> > </package> > > but when I run cscript \\roark\wpkg\wpkg.js /synchornize, nothing happens. > But if I run the install cmd line at a command prompt, it runs and > installs. I don't see anything wrong. any suggestions? I'm incrementing > the revision each time before I run the cscript command, of course :)
Do you use "/synchornize", or "/synchronize"? :) Try adding /debug, it will tell you what's going on. I noticed there is "!" at the end of the "install cmd", I doubt it's valid? -- Tomasz Chmielewski http://wpkg.org Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ wpkg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wpkg-users
