/build/static/layout/Breadcrumb_cap_w.png

Symantec Endpoint Protection

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 5.3k  |  Created: 06/28/2011

Average Rating: 0
Endpoint Protection has 3 inventory records, 14 Questions, 2 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Windows Installer (Delivered as an EXE)
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 2 ratings
Most Commonly Reported Deployment Method
Repackaged (to a legacy setup.exe)
0
Note
Single Package Managed Install for 32 and 64 bit SEP

1. Export the 32 and 64 bit installers from SEPM.  Both will be named setup.exe, and can not be renamed. Put 32 bit in SEP32 folder, 64 bit in SEP64 folder, and DO NOT rename executable.

2. Create a batch file and name it SEPM-Install.bat with the following content:

@echo off
IF EXIST "%PROGRAMFILES(X86)%" (GOTO 64BIT) ELSE (GOTO 32BIT)
:64BIT
start /wait SEP64\setup.exe
GOTO END
:32BIT
start /wait SEP32\setup.exe
GOTO END
:END

3. Save at the level with the ./SEP32 and ./SEP64 directories, then zip all 3 into one file; I called mine SEP12-1-5337.zip This is what you will upload to KACE.

4. You can use this in a script or a managed install to detect the Program Files (x86) folder (allowing you to determine OS architecture) and install the correct version. I trialed the %processor_architecture% variable instead, but had inconsistent results because the KACE user agent is 32 bit. Call the batch in the in the script or install options to execute.
Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Vendor Provided Command Line (switch driven)
Deployment Difficulty: Very Easy
Platform(s): Windows
0
Note
If using Symantec Endpoint Protection Manager, export a 32 and 64 bit install of Symantec Endpoint with the settings you want. Rename the folders to something shorter like SEP32 and SEP64. DO NOT rename the setup.exe files. Setup will fail otherwise. Zip the two folders into SEPversion#.zip

Upload the zip file to your KACE software inventory to the proper version. Make sure you have all applicable versions of the OS selected.

Once done create a Managed Install and select the software from the drop down list. Choose the following settings:
Override Default Installation
Full Command Line: SEP32\setup.exe OR SEP64\setup.exe      <--- You will have two managed installs, a 32 and a 64 bit.
Don't prepend msiexec.exe

Choose whatever other settings you want and Save. 
Make sure to label the two managed installs as 32 and 64 bit.
Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Repackaged (to a legacy setup.exe)
Deployment Difficulty: Very Easy
Platform(s): Windows

Inventory Records (3)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Endpoint Protection

Version

12.1.1000.157

Uninstall String

MsiExec.exe /I{19B62EDC-C108-4393-B3F1-8A813096CC8E} MsiExec.exe /I{FA689023-0B72-4771-98A6-A1C927E58207}

Questions & Answers (14)

Questions & Answers related to Symantec Endpoint Protection

1
ANSWERS
0
ANSWERS
1
ANSWERS
3
ANSWERS
1
ANSWERED

Blogs (2)

Blog posts related to Symantec Endpoint Protection

Reviews (0)

Reviews related to Symantec Endpoint Protection

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ