02-12-2015 03:46 PM
I created a startup script to deploy the Outlook plugin and config file to our Windows 7 and 8.1 computers following the instructions in the 7.3 guide because I cannot find the 7.4 guide posted.
This is what is in the script:
\\servername\share\CiscoIronPortEmailSecurity_7-4-0-254.exe /exenoui /qn
UseCustomConfig="\\servername\share\config\BCE_Config_signed.xml"
Servername\share is changed here. I have the correct path in the script.
The software installation is successful, but the config does not seem to be applied.because the "Encrypt Message" button is grayed out and I don't see the config file in the C:\ProgramData\Cisco\Cisco IronPort Email Security Plug-In\Common directory.
Is there a syntax error in the commands above? Do you put the full path to the config file? The guide says this:
Solved! Go to Solution.
02-13-2015 05:27 AM
02-17-2015 12:06 PM
Yes your correct, you should be copying the common folder to your config folder you created in the network share. You would point the script to the config folder.
You should make sure that the only two files other then the folders that exist in the common folder are:
CommonComponentsConfig
config_1
I believe there are a few extra files created in the common folder you will need to delete these, and you need to replace copy the BCE file into the common folder renaming to config_1.
02-13-2015 05:27 AM
02-13-2015 06:51 AM
Thanks, but the sending the file in email method will not work for us since it would be very difficult to get a list of email addresses of only the workers that work in the office and have a workstation with Outlook and the email will just confuse a lot of users. There are also new employees coming and going daily making it too easy to miss many of them. We could not just copy and paste every address in the company address book because that would include too many non applicable email addresses and cause mass confusion.
It would also be too much time and labor to install the config file manually. We could do one manually just to test and confirm that the config file works as expected, but we can't do that for everyone.
We must automate deploying both the plugin and the config file using the silent installation command option shown in the admin guide. We would need to deploy the software and config file to workstations so that any user that logs into the workstation would automatically have access to the encryption plugin.
Shouldn't the instructions in the admin guide for mass deploying using the commands I posted above work?
02-13-2015 07:29 AM
AH - I see - I do apologize on that...
You have:
\\servername\share\CiscoIronPortEmailSecurity_7-4-0-254.exe /exenoui /qn
UseCustomConfig="\\servername\share\config\BCE_Config_signed.xml"
You should not specify the filename in the line --- only the directory of where the file lives.
This is what is in the script:
\\servername\share\CiscoIronPortEmailSecurity_7-4-0-254.exe /exenoui /qn
UseCustomConfig="\\servername\share\config"
My scratch notes from previous installs on my side, installs w/o issue & places the XML, where as 172.16.6.130 is my virtual storage:
Try that and let me know if corrects...
02-13-2015 04:09 PM
It still doesn't work.
I was able to get further when I realized they all the examples are showing the commands on two separate lines, but it must be on one line with no line breaks.
Now I at least see the BCE_Config_signed.xml file copied to the computer in the config folder.
However, it still does not work.
Outlook 2010 opens and hangs and displays ugly errors after the plugin is installed.
02-13-2015 06:12 PM
I had a similar issues, but was able to figure it out after a day of fighting it:
Prep-
BCE Configuration (You cannot make changes to this file once it has been configured and e-mail to yourself):
Test your new config folder before your run your script.
Now Robert is correct about the script you point to the entire folder. What this does is copies the entire folder to the computers default profile so that each user that signs in will have the new config.
Somethings I have found with this change in the config in mass deployments:
The extra files turned out to be what was holding up my deployment. So your Config/common folder should look like this:
Cisco Share:
Config Folder:
Common Folder:
02-15-2015 03:53 PM
I got the configuration to work on the one machine. I found it doesn't work when you open the doc from Outlook preview.
" copy the entire config folder from your computer to a file share" ?? I do not have any folder named "config" to copy from the computer. The only "config" folder is the one I created on the network.
I have "Cisco IronPort Email Security Plug-in" folder and inside that folder I see "Common" and a folder with the user name.
I cannot find any way to make this work by manually copying the config files or using the script. It keeps giving the errors I posted earlier. I can only get it to work using the encrypted email attachment.
02-17-2015 12:06 PM
Yes your correct, you should be copying the common folder to your config folder you created in the network share. You would point the script to the config folder.
You should make sure that the only two files other then the folders that exist in the common folder are:
CommonComponentsConfig
config_1
I believe there are a few extra files created in the common folder you will need to delete these, and you need to replace copy the BCE file into the common folder renaming to config_1.
02-15-2016 11:41 AM
Hi we're running into similar issues where we can't use CRES for deployment. When overwriting the "Common" folder using the script, do we also need to make sure the "username" folder gets deleted before? Or the information will flow from the "common" folder to the "username" folder?
Thanks for your help!!
02-15-2015 04:01 PM
.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide