[wpkg-users] Symantec Antivirus installer

Tomasz Chmielewski mangoo at wpkg.org
Fri Jul 7 15:56:55 CEST 2006


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





_______________________________________________
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