В наших системах требуется, чтобы групповая политика FIPS была включена.При попытке обойти следующую ошибку:
candle.exe(0,0): error CNDL0308: The Federal Information Processing Standard (FIPS) appears to be enabled on the machine. You must either disable FIPS or use FIPS-compliant security algorithms to generate IDs by passing the -fips command-line switch or by setting true in your .wixproj project.
Где именно мне следует использовать параметр -fips
или как использовать тег true в моем файле wixproj?