-
Download the MSI file from the WFBSS WFBS-SVC portal.
Skip this step if you already have the MSI file from Trend Micro.- Log on to the WFBS-SVC console.
- Go to Security Agents and select the target group.
- Click the Add Security Agents button.
- Click Download Installer to download the MSI file.
- Specify if the installer is for Windows or Mac, then click Download to download the Download Utility (WFBS-SVC_Downloader.exe).
- Double-click the WFBS-SVC_Downloader.exe file to start the download process. The Download Utility will download the Installation Package (WFBS-SVC_Agent_Installer.msi) to your computer.
-
Copy the MSI file to a shared folder where the target client(s) can access it.
Make sure that the shared folder has “Read” permissions for “Authenticated Users”. - Prepare the VBS (or batch file) to be executed on boot.
- Download and decompress the example deployment script from WFBS-SVC portal > Administration > Tools.
- Under Example Deployment Script, click Download the tool.
- Open the example script (WFBS-SVC Example Deployment Script.vbs) with an editor.
- Locate the first line from pathOfWFBSHInstaller="msiexec /qn /i WFBS-SVC_Agent_Installer.msi", then modify it to the following:
-
For Non-Service Providers: pathOfWFBSHInstaller="msiexec /i ""<MSI file path>"" /L*v+ ""<Log file path>"""
For example:
pathOfWFBSHInstaller="msiexec /i ""\\HOSTNAME\GPO\WFBS-SVC_Agent_Installer.msi"" /L*v+ ""C:\Windows\Temp\WFBS_Debug\wofie_msi.log""" -
For Service Providers: pathOfWFBSHInstaller="msiexec /i ""<MSI file path>"" ABANDON=0 SILENTMODE=1 /L*v+ ""<Log file path>"""
For example:
pathOfWFBSHInstaller="msiexec /i ""\\HOSTNAME\GPO\WFBS-SVC_Agent_Installer.msi"" IDENTIFIER=""BCD6Xb2RpJ6f9oBC1BfVykbbrnl3ZtWTm4GZY5ZMKxx0cBlh5Nlj09BD8pnHv+PVOICwCYfKJ5i+p7qtdTfKMc6W/In2ZZaCWTu8FXC5l74UtwOipVG2FdVUeMfQ/2d3Q09hNhycejMMxceYKmLg0w=="" ABANDON=0 SILENTMODE=1 /L*v+ ""C:\Windows\Temp\WFBS_Debug\wofie_msi.log""" -
Notes:
- IDENTIFIER=<Your_Identifier>
The Identifier determines the company and group that agents report to after completing the installation. Use the Identifier to install the Agent on multiple Windows computers that are on a different group and account as the computer used to download the installer package. - ABANDON=0
This means that Security Agent installation can't be cancelled by the users. - SILENTMODE=1
This means that the progress of installation won't be seen by the users. The Security Agent would be installed silently with no pop-up and physical action needed.
- IDENTIFIER=<Your_Identifier>
- Check FAQ No.2 for on how to get the identifier.
- Check FAQ No.4 if you want to use batch file for GPO deployment.
-
- Create or edit an existing GPO and deploy it.
- Open the Group Policy Management from your AD server.
-
Select a target OU or create a new OU, then create a new GPO by clicking Create a GPO in this domain, and link it here….
- After creating a new GPO, right-click it and then click Edit. The Group Policy Management Editor will open.
-
Go to Computer Configuration > Policies > Windows Settings > Scripts (Startup/Shutdown), and then double-click Startup to edit it.
- In the Startup Properties window, click Show Files. A new window will pop-up and the path of the VBS file will be displayed.
- Copy the path and close the pop-up window.
- In the Startup Properties window, click Add… to add the script.
- In the Add a Script window, browse to copied path and put the batch file inside.
- Choose the batch file, and the click OK to finish the setup.
- In the Group Policy Management window, select the GPO and check its “Scope” settings to make sure your target user group is in Security Filtering, and the “Links” contains the correct OU.
Under Security Filtering, add the computer names and the users that will be part of the Group Policy.
- Select then right click the GPO you will be using and click Enforced.
- Right-click your target OU and click Group Policy Update… to trigger the GPO deployment.
- On the target machine, reboot the machine to enforce the policy upon startup. This will install the WFBS-SVC agent, which may take a while.
- On client (target) machine, open the Command Prompt.
-
Enter the command “gpupdate /force” and then reboot the machine to test the deployment.
-
Why are clients not getting the GPO?
Check the Firewall and make sure that it is set correctly. You can also disable the firewall temporarily and try again.
-
Where to get the identifier?
-
Why does the client console display the incorrect language?
Answer: The Agent will always detect language and reset the client's UI language at service start up. It uses the Windows API GetUserDefaultLangID. According to MSDN, it will use the user locale and return its language.
If you have language problems, do the following:- Check if the correct language is set under the Registry Key: Software\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc.\Lang
Language code list: (MSDN language code)
DA-DK , DE-DE , EN-US , ES-ES , FR-FR , IT-IT , JA , NB-NO , NL-NL , PL , PT-BR , RU , SV-SE , TR , ZH-CN , ZH-TW - Check the problematic computer’s user local setting. Do the following:
-
Go to Control Panel > Clock, Language, and Region > Change date, time, or number formats.
- Under the Formats tab, choose the correct language.
- If both settings are not consistent, use CDT tool to collect information.
- If you directly deploy the MSI with GPO, not with a batch file, it may display an incorrect MSI language on GPO, check this KB article: Arabic language appears when deploying the Worry-Free Business Services (WFBS-SVC) MSI agent via Global Policy Management .
We recommend users to use VBS or batch file to deploy the Agents instead of using the MSI directly, because it may result to installation failure.
-
- Check if the correct language is set under the Registry Key: Software\TrendMicro\PC-cillinNTCorp\CurrentVersion\Misc.\Lang
- Prepare the batch file as following and then follow the same steps with VBS to prepare the GPO.
File name: WFBSS_Migration.bat
msiexec /i “\\ShareFolder \WFBS-SVC_Agent_Installer.msi” IDENTIFIER=”Identifier” ABANDON=0 SILENTMODE=1 /L*v “C:\Windows\Temp\WFBS_Debug\wofie_msi.log”
Example:
msiexec /i "\\1.2.3.4\GPO\WFBS-SVC_Agent_Installer.msi" IDENTIFIER="BCD6Xb2RpJ6f9oBC1BfVykbbrnl3ZtWTm4GZY5ZMKxx0cBlh5Nlj09BD8pnHv+PVOICwCYfKJ5i+p7qtdTfKMc6W/In2ZZaCWTu8FXC5l74UtwOipVG2FdVUeMfQ/2d3Q09hNhycejMMxceYKmLg0w==" ABANDON=0 SILENTMODE=1 /L*v "C:\Windows\Temp\WFBS_Debug\wofie_msi.log"