Sorry I misread your question, I am using the native installer not the
managed one so it is simply a matter of scheduling it.

Neil


>Thank you for the answer, however I can't see how you specify that this
>is to be run by the prerequisite installer that usually installs .NET
>before launching the managed BA. Is this then not necessary, or was I
>unclear on our problem?
>
>Our problem is not in specifying the packages (though thank you for
>that), but getting them to run prior to the .NET 4.0 package in the
>native installer that is launched if .NET 4.0 is not present on the
>machine. We think this would require setting the variable
>WixMbaPrereqPackageId to some package that does this for us, but it's
>unclear what this value would be or if this is actually the solution we
>need.
>
>Daniel E. Bruce
>Software Developer, +47 91918893
>Prediktor AS
>Habornveien 48B, N-1630 Gamle Fredrikstad, Norway
>
>
>> -----Original Message-----
>> From: Neil Sleightholm [mailto:n...@x2systems.com]
>> Sent: 8. oktober 2012 10:22
>> To: General discussion for Windows Installer XML toolset.
>> Subject: Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with
>> custom BA
>> 
>> 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
>> 
>> _______________________________________________________
>> _______________
>> This email has been scanned by the Symantec Email Security.cloud
>> service.
>> For more information please visit http://www.symanteccloud.com
>> _______________________________________________________
>> _______________
>
>--------------------------------------------------------------------------
>----
>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

Reply via email to