Can you tell me if resulting installers created with Advanced Installer (as opposed to building it on a dev workstation) are NIST FIPS 140-2 compliant? In short this means that if any encryption takes place, it uses only NIST FIPS compliant cryptographic modules. For Microsoft .Net, classes that are FIPS compliant will end with "Cng" or "CryptoServiceProvider" and *not* include the word "Managed" - see also http://technet.microsoft.com/en-us/libr ... 57.aspx#e1. Others are listed at http://csrc.nist.gov/groups/STM/cmvp/do ... al-all.htm.
So if the FIPSAlgorithmPolicy security policy (see http://support.microsoft.com/kb/811833) is enabled on a machine, will the installation work?