This is my WIC install: <util:FileSearch Path="[SystemFolder]\windowscodecs.dll" Variable="windowscodecs" Result="exists" /> <!-- This is only required on Windows 2003 and Windows 2003 R2 --> <PackageGroup Id="WIC"> <ExePackage Id="WIC_x86" Compressed="yes" Permanent="yes" Name="Redist\wic_x86_enu.exe" SourceFile="..\Packages\wic_x86_enu.exe" InstallCommand="/quiet /norestart" DetectCondition="windowscodecs" InstallCondition="VersionNT=v5.2 AND NOT VersionNT64" Vital="yes"> <ExitCode Value ="3010" Behavior="forceReboot" /> </ExePackage>
<ExePackage Id="WIC_x64" Compressed="yes" Permanent="yes" Name="Redist\wic_x64_enu.exe" SourceFile="..\Packages\wic_x64_enu.exe" InstallCommand="/quiet /norestart" DetectCondition="windowscodecs" InstallCondition="VersionNT=v5.2 AND VersionNT64" Vital="yes"> <ExitCode Value ="3010" Behavior="forceReboot" /> </ExePackage> </PackageGroup> I have manually downloaded the file and embed them in my bundle. Neil >Hello, > >We are attempting to roll out a managed bootstrapper that depends on .NET >4.0. On some platforms this requires WIC (Windows Imaging Component) to >be installed prior to running the .NET 4.0 installer, which is giving us >some issues. > >We have tried to solve this issue in a few ways, but none have worked, so >I posted to stack overflow about it. Nobody has responded so far, so I'm >crossposting here to see if anybody has any input. If so, it would be >nice if you could take a look at the SO question, which has all the >details, and perhaps shoot me an answer either there or here. > >http://stackoverflow.com/questions/12727583/adding-wic-as-a-requirement-be >fore-net-4-0-in-wix-burn-custom-managed-bootstrap > >Daniel E. Bruce >Software Developer, +47 91918893 >Prediktor AS >Habornveien 48B, N-1630 Gamle Fredrikstad, Norway > > >-------------------------------------------------------------------------- >---- >Don't let slow site performance ruin your business. Deploy New Relic APM >Deploy New Relic app performance management and know exactly >what is happening inside your Ruby, Python, PHP, Java, and .NET app >Try New Relic at no cost today and get our sweet Data Nerd shirt too! >http://p.sf.net/sfu/newrelic-dev2dev >_______________________________________________ >WiX-users mailing list >WiX-users@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users