Symantec Client MSI

S

Steve Holzman

I am trying to add "symantec's norton antivirus
client" .msi file to a gp. I get this error..

"add operation failed. Can not extract deployment
information from package- Run validation on package to
ensure package is correct."

I built this package with Norton's 8.0 package builder
that generates an msi file.
I tried:
- I removed norton's client software from the server
that I was modifying the gp..
- Building a msi client that only supports nt/2000/xp.

Any help would be appreciated
 
C

Carolyn Napier [MSFT]

You can typically see this error if one of the following conditions is true:

(-) the package is already installed on the deployment machine (the one where
you're adding the .msi file)
(-) the sysvol is full or almost out of space
(-) user attempting deployment was not a local admin

Check out the following KB articles Q324886, Q281614, and Q262638:
< http://support.microsoft.com/default.aspx?scid=kb;en-us;324886 >
< http://support.microsoft.com/default.aspx?scid=kb;en-us;281614 >
< http://support.microsoft.com/default.aspx?scid=kb;en-us;262638 >

SP4 of Win2k has updates to eliminate the problems in the 1st and 3rd items in
the list.

Outside of that, try running validation on the package itself to see if it
highlights any errors that may cause problems. You can run validation using the
Orca tool included in the Windows Installer SDK (simply install orca.msi).

Hope this helps,
- Carolyn Napier
Microsoft Windows Installer Team


--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
MSI FAQ:
<http://www.microsoft.com/windows2000/community/centers/management/msi_faq.mspx>
 
J

Jeff

I've encountered this same problem and last time I checked Symantec's
response was simply that they did not support deploying SAV via group
policy.



My work around for this was to have packager create a silent install and
create an .exe. Then I used a MSI wrapper which via vb script calls the SAV
package. This has worked very well for me across thousands of computers.



Jeff
 
R

Rick

Can you explain how create your solution
"Then I used a MSI wrapper which via vb script calls the SAV
package. This has worked very well for me across thousands of computers."

Thanks

Rick
 
J

Jeff

I used installshield to make an windows installer which uses a custom
action(vbscript) to call the the symantec antivirus package. If you want I
will send you my msi wrapper.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top