Hi All,
Using Wix toolset 3.7 or 4.0.12, I have created a really simple bundle 
application using the WixStandardBootsrapper and am getting a stack trace error 
because of FIPS.

Here is what the bundle looks like :
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs";>
    <Bundle Name="Bootstrap" Version="1.0.0.0" Manufacturer="Bootstrap" 
UpgradeCode="26CFE5FB-8CAA-4575-A58A-8994C39FF382" >
        <BootstrapperApplicationRef 
Id="WixStandardBootstrapperApplication.RtfLicense" />
        <Chain>
            <MsiPackage Id="VPNClient" SourceFile="Setup.msi" 
Name="HybrisSSL.msi" />
        </Chain>
    </Bundle>
</Wix>

Candle.exe compilation works fine (using the -fips parameter). But light fails 
with the following :
light.exe : error LGHT0001 : This implementation is not part of the Windows 
Platform FIPS validated cryptographic algorithms.

Exception Type: System.InvalidOperationException

Stack Trace:
   at System.Security.Cryptography.SHA1Managed..ctor()
   at WixToolset.Common.GetFileHash(FileInfo fileInfo)
   at WixToolset.PayloadInfoRow.ResolvePayloadInfo(IPayloadInfo payloadInfo)
   at WixToolset.PayloadInfoRow.FillFromPayloadRow(Output output, Row 
payloadRow)
   at WixToolset.Binder.BindBundle(Output bundle, String bundleFile)
   at WixToolset.Binder.Bind(Output output, String file)
   at WixToolset.Tools.Light.Run(String[] args)

Is FIPS implemented to Burn yet or is it still in the works ?

Thanks for your help!

Jonathan
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to