Sent from my iPod

On Mar 21, 2012, at 1:08 PM, wix-users-requ...@lists.sourceforge.net wrote:

> Send WiX-users mailing list submissions to
>    wix-users@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>    https://lists.sourceforge.net/lists/listinfo/wix-users
> or, via email, send a message with subject or body 'help' to
>    wix-users-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
>    wix-users-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of WiX-users digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: Burn SQL Express Install Fails 0x84b40000 (Rob Mensching)
>   2. Burn: cache only Burn engine? (Vadym Verba)
>   3. Re: Burn SQL Express Install Fails 0x84b40000 (Daniel Sniderman)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 21 Mar 2012 06:56:22 -0700
> From: Rob Mensching <r...@robmensching.com>
> Subject: Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000
> To: "General discussion for Windows Installer XML toolset."
>    <wix-users@lists.sourceforge.net>
> Message-ID:
>    <cahdhtvf0zbdx7lmjqu+lgqjm0mfuubb9vxmxbpmnen75v2u...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
> 
> PS: When you discover the correct set of parameters, let us know here.
> There is a plan afoot to "pre-bake" the silent install of a bunch of well
> known redists so you can use them by just doing PackageGroupRef Id="x" at
> the correct place in your Chain.
> 
> On Wed, Mar 21, 2012 at 3:33 AM, David Watson <dwat...@sdl.com> wrote:
> 
>> SQL Express can be a pain to install silently, the trick is to run it from
>> the command line without the silent switch on until you are sure you have
>> the
>> right parameters.
>> 
>> I suspect you will at least need to add the /IACCEPTSQLSERVERLICENSETERMS
>> parameter.
>> 
>> -----Original Message-----
>> From: Daniel Sniderman [mailto:dani...@magenic.com]
>> Sent: 21 March 2012 02:48
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] Burn SQL Express Install Fails 0x84b40000
>> 
>> I'm trying to use Burn to Chain a SQL Express Install with my application
>> and
>> I'm getting what appears to be a generic error code - I can't find anything
>> specific as to what the actual failure is.  If I run the install from the
>> command line with the same parameters it's failing...
>> 
>> <?xml version="1.0" encoding="UTF-8"?>
>> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>> <Bundle Name="BootstrapCMSNextAndSQLExpress" Version="1.0.0.0"
>> Manufacturer="Abbott Laboratories"
>> UpgradeCode="b89ca7ba-9287-4041-b466-5f3ebb12647d">
>>   <BootstrapperApplicationRef
>> Id="WixStandardBootstrapperApplication.RtfLicense" />
>>   <!--<WixVariable Id="WixStdbaLicenseRtf" Value="License.rtf" />-->
>>   <Chain>
>>     <ExePackage Id="SQLServerExpress"
>>                 Compressed="no"
>>                 Name="SQLServerExpress"
>>                 SourceFile="Binaries\SQLEXPR32_x86_ENU.exe"
>>                 InstallCommand="/Action=Install
>> /INSTANCENAME=$(var.Instance) /FEATURES=SQLEngine, Replication /QS"
>>                 RepairCommand="/ACTION=Repair
>> /INSTANCENAME=$(var.Instance)"
>>                 UninstallCommand="/Action=Uninstall
>> /INSTANCENAME=$(var.Instance)"
>>                 Vital="yes">
>>     </ExePackage>
>>     <MsiPackage Id="CMSNext"
>> SourceFile="$(var.SetupCMSNextWIX.TargetDir)SetupCMSNext.msi"
>> Name="$(var.Name)">
>>     </MsiPackage>
>>   </Chain>
>> </Bundle>
>> </Wix>
>> 
>> 
>> [0624:3F24][2012-03-20T21:15:00]: Burn v3.6.2221.0, path:
>> C:\TFS2010\CMSNext\CMS
>> 
>> Next\Branches\BuildAutomation\BootstrapCMSNextAndSQLExpress\bin\Debug\SetupCM
>> SNext.exe, cmdline: ''
>> [0624:3F24][2012-03-20T21:15:00]: Setting string variable 'WixBundleName'
>> to
>> value 'BootstrapCMSNextAndSQLExpress'
>> [0624:3F24][2012-03-20T21:15:00]: Setting string variable 'WixBundleLog' to
>> value
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_
>> 2012032021
>> 1500.log'
>> [0624:3F24][2012-03-20T21:15:00]: Setting string variable
>> 'WixBundleOriginalSource' to value 'C:\TFS2010\CMSNext\CMS
>> 
>> Next\Branches\BuildAutomation\BootstrapCMSNextAndSQLExpress\bin\Debug\SetupCM
>> SNext.exe'
>> [0624:3F24][2012-03-20T21:15:00]: Detect 2 packages
>> [0624:3F24][2012-03-20T21:15:00]: Detected related bundle:
>> {a6290142-ee0c-47b2-9a25-67b60fd4be2d}, scope: PerMachine, version:
>> 1.0.0.0,
>> operation: None
>> [0624:3F24][2012-03-20T21:15:00]: Detected package: SQLServerExpress,
>> state:
>> Absent, cached: No
>> [0624:3F24][2012-03-20T21:15:00]: Detected package: CMSNext, state: Absent,
>> cached: No
>> [0624:3F24][2012-03-20T21:15:00]: Detect complete, result: 0x0
>> [0624:3F24][2012-03-20T21:15:05]: Plan 2 packages, action: Install
>> [0624:3F24][2012-03-20T21:15:05]: Setting string variable
>> 'WixBundleLog_SQLServerExpress' to value
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_
>> 2012032021
>> 1500_0_SQLServerExpress.log'
>> [0624:3F24][2012-03-20T21:15:05]: Setting string variable
>> 'WixBundleRollbackLog_SQLServerExpress' to value
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_
>> 2012032021
>> 1500_0_SQLServerExpress_rollback.log'
>> [0624:3F24][2012-03-20T21:15:05]: Planned package: SQLServerExpress, state:
>> Absent, default requested: Present, ux requested: Present, execute:
>> Install,
>> rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
>> [0624:3F24][2012-03-20T21:15:05]: Setting string variable
>> 'WixBundleLog_CMSNext' to value
>> 
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_2012032021
>> 1500_1_CMSNext.log'
>> [0624:3F24][2012-03-20T21:15:05]: Setting string variable
>> 'WixBundleRollbackLog_CMSNext' to value
>> 
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_2012032021
>> 1500_1_CMSNext_rollback.log'
>> [0624:3F24][2012-03-20T21:15:05]: Planned package: CMSNext, state: Absent,
>> default requested: Present, ux requested: Present, execute: Install,
>> rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
>> [0624:3F24][2012-03-20T21:15:05]: Plan complete, result: 0x0
>> [0624:3F24][2012-03-20T21:15:05]: Apply begin
>> [0624:3F24][2012-03-20T21:15:08]: Caching executable from:
>> 'C:\TFS2010\CMSNext\CMS
>> 
>> Next\Branches\BuildAutomation\BootstrapCMSNextAndSQLExpress\bin\Debug\SetupCM
>> SNext.exe' to: 'C:\Users\daniels\AppData\Local\Package
>> Cache\{4dac6a09-c35c-403f-854b-0af65f3c61e5}\SetupCMSNext.exe'
>> [0624:3F24][2012-03-20T21:15:08]: Registering bundle dependency key:
>> {4dac6a09-c35c-403f-854b-0af65f3c61e5}, version 1.0.0.0
>> [0624:36A8][2012-03-20T21:15:09]: Moving payload from working path
>> 
>> 'C:\Users\daniels\AppData\Local\Temp\{4dac6a09-c35c-403f-854b-0af65f3c61e5}\S
>> QLServerExpress' to path 'C:\Users\daniels\AppData\Local\Package
>> Cache\ACF5494D18EDF117A2683D66A96FB8954F98D86D\SQLServerExpress'
>> [2E14:2E34][2012-03-20T21:15:09]: Moving payload from working path
>> 
>> 'C:\Users\daniels\AppData\Local\Temp\{4dac6a09-c35c-403f-854b-0af65f3c61e5}\C
>> MSNext' to path 'C:\ProgramData\Package
>> Cache\{C5CE00F2-5C35-42FA-91DD-551DFE87C6ED}v1.0.0.0\CMSNext-Dev'
>> [0624:3F24][2012-03-20T21:15:09]: Applying package: SQLServerExpress,
>> action:
>> Install, path: C:\Users\daniels\AppData\Local\Package
>> Cache\ACF5494D18EDF117A2683D66A96FB8954F98D86D\SQLServerExpress, arguments:
>> '"C:\Users\daniels\AppData\Local\Package
>> Cache\ACF5494D18EDF117A2683D66A96FB8954F98D86D\SQLServerExpress"
>> /Action=Install /INSTANCENAME=GSSSQLEXPRS_DEV /FEATURES=SQLEngine,
>> Replication'
>> [0624:3F24][2012-03-20T21:25:26]: Error 0x84b40000: Process returned error:
>> 0x84b40000
>> [0624:3F24][2012-03-20T21:25:26]: Error 0x84b40000: Failed to configure
>> per-user EXE package.
>> [0624:3F24][2012-03-20T21:25:26]: Error 0x84b40000: Failed to execute EXE
>> package.
>> [0624:3F24][2012-03-20T21:25:26]: Removing cached package:
>> ACF5494D18EDF117A2683D66A96FB8954F98D86D, from path:
>> C:\Users\daniels\AppData\Local\Package
>> Cache\ACF5494D18EDF117A2683D66A96FB8954F98D86D\
>> [0624:3F24][2012-03-20T21:25:26]: Error 0x84b40000: Failed to execute
>> apply.
>> [0624:3F24][2012-03-20T21:25:26]: Removing bundle dependency key:
>> {4dac6a09-c35c-403f-854b-0af65f3c61e5}
>> [0624:3F24][2012-03-20T21:25:26]: Removing cached bundle:
>> {4dac6a09-c35c-403f-854b-0af65f3c61e5}, from path:
>> C:\Users\daniels\AppData\Local\Package
>> Cache\{4dac6a09-c35c-403f-854b-0af65f3c61e5}\
>> [0624:3F24][2012-03-20T21:25:26]: Apply complete, result: 0x84b40000
>> restart:
>> No
>> 
>> Daniel P. Sniderman| Sr Consultant| Magenic MCSD.NET, MCTS: Team
>> Foundation
>> Server 2010 Administration
>> 
>> 333 E. Butterfield Rd. Suite 100, Lombard, IL 60148
>> Mobile: 847-668-4882  | eFax 847-390-7810 magenic.com |
>> dani...@magenic.com<mailto:dani...@magenic.com>
>> 
>> 
>> 
>> -----------------------------------------------------------------------------
>> -
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here
>> http://p.sf.net/sfu/sfd2d-msazure
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> SDL PLC confidential, all rights reserved.
>> If you are not the intended recipient of this mail SDL requests and
>> requires that you delete it without acting upon or copying any of its
>> contents, and we further request that you advise us.
>> SDL PLC is a public limited company registered in England and Wales.
>> Registered number: 02675207.
>> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6
>> 7DY, UK.
>> 
>> 
>> 
>> ------------------------------------------------------------------------------
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here
>> http://p.sf.net/sfu/sfd2d-msazure
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
> 
> 
> 
> -- 
> virtually, Rob Mensching - http://RobMensching.com LLC
> 
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 21 Mar 2012 17:43:33 +0100
> From: "Vadym Verba" <vve...@sdl.com>
> Subject: [WiX-users] Burn: cache only Burn engine?
> To: <wix-users@lists.sourceforge.net>
> Message-ID:
>    <9ff327331f1b284c9bad6c548dcd0695016db...@nl1mail0302.global.sdl.corp>
> Content-Type: text/plain; charset="us-ascii"
> 
> Hello.
> 
> Recently we have some problem with bundle maintaining. Here is use case:
> 
> 1.       Customer gets cd-layout and renames bundle from OldName to NewName.
> 
> 2.       Then he installs some 2 products from bundle.
> 
> 3.       Then he deletes one and tries to install it again.
> 
> Boom! Bundle failed with "Failed to find payload" error, where it refers to
> original bundle location with OldName.
> 
> It uses to cache entire bundle and uses it for source prompts, but then  I
> found this in wix history:
> 
> WixBuild: Version 3.6.2109.0 - RobMen: SFBUG:3197472 - cache only Burn
> engine, fix up signatures when using attached containers.
> 
> So I wonder what should my bundle do now, if some "mad" customer decides to
> rename or even delete original bundle (to free some disk space for instance)?
> I see wix installer itself solved this problem by downloading cab from
> internet, but I don't think this is the option in my case, because we have
> packages attached to bundle default container (inside bundle in other words).
> 
> As usual, you are the best and I will appreciate any help here). Maybe make
> some feature request to allow entire bundle to be cached by setting some
> attribute? Or it is just by design and we have to tell customer to do not
> remove or rename cd-layout?
> 
> BR,
> 
> Vadym.
> 
> </pre>
> <font face="arial"  size="1" color="#736F6E">
> <b>SDL PLC confidential, all rights reserved.</b>
> If you are not the intended recipient of this mail SDL requests and requires 
> that you delete it without acting upon or copying any of its contents, and we 
> further request that you advise us.<BR>
> SDL PLC is a public limited company registered in England and Wales.  
> Registered number: 02675207.<BR>
> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 
> 7DY, UK.
> </font>
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 21 Mar 2012 13:08:13 -0500
> From: Daniel Sniderman <dani...@magenic.com>
> Subject: Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000
> To: General discussion for Windows Installer XML toolset.
>    <wix-users@lists.sourceforge.net>
> Message-ID: <A2B65143F02E024DB82AF1E28595F18A1B5EE17152@postal>
> Content-Type: text/plain; charset="us-ascii"
> 
> Those links were for different errors - that hex code must be generic
> 
> I'm getting my friendly neighborhood DBA to help.  He pointed me to folder
> C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log
> 
> (Since this is SQL Server 2008 R2 Express).  Which creates a folder for each 
> install attempt.
> 
> So - one thing I learned is to validate the command line outside WiX before 
> putting it in (d'uh!)  David Watson was correct about the parm below.
> 
> Also - you CAN'T run the 32-bit installer on a 64-bit machine (my DBA thought 
> you could - but would get a 32-bit engine)...  That was my next error.  The 
> target machines will all be 32-bit - but one of my Dev laptops is 64. I then 
> started testing on a 32-bit machine.
> 
> So - I got it tweaked from command line - and this did install successfully! 
> (See below)
> 
> The bad news - I did an uninstall (through control panel) of the bootstrapper 
>  and it did not uninstall either SQL Express or CMSNext.  
> 
> Note that if you do make a "standard package" I'm guessing most people will 
> just want the SQLEngine feature and not necessarily Replication.  I would 
> expect needing to set an instance name would be a popular need...
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>  <Bundle Name="BootstrapCMSNextAndSQLExpress" Version="1.0.0.0" 
> Manufacturer="Abbott Laboratories" 
> UpgradeCode="b89ca7ba-9287-4041-b466-5f3ebb12647d">
>    <BootstrapperApplicationRef 
> Id="WixStandardBootstrapperApplication.RtfLicense" />
>    <!--<WixVariable Id="WixStdbaLicenseRtf" Value="License.rtf" />-->        
>    <Chain>
>      <ExePackage Id="SQLServerExpress" 
>                  Compressed="no"            
>                  Name="SQLServerExpress"            
>                  SourceFile="Binaries\SQLEXPR32_x86_ENU.exe"            
>                  InstallCommand="/ACTION=INSTALL 
> /INSTANCENAME=GSSSQLEXPRS_DEV /FEATURES=SQLEngine Replication 
> /IAcceptSQLServerLicenseTerms /QS"
>                  RepairCommand="/ACTION=REPAIR /INSTANCENAME=GSSSQLEXPRS_DEV 
> /FEATURES=SQLEngine Replication /IAcceptSQLServerLicenseTerms /QS"
>                  UninstallCommand="/ACTION=UNINSTALL 
> /INSTANCENAME=GSSSQLEXPRS_DEV /FEATURES=SQLEngine Replication 
> /IAcceptSQLServerLicenseTerms /QS"
>                  Vital="yes">        
>      </ExePackage>
>      <MsiPackage Id="CMSNext" 
> SourceFile="$(var.SetupCMSNextWIX.TargetDir)SetupCMSNext.msi" 
> Name="$(var.Name)">
>      </MsiPackage>                  
>    </Chain>
>  </Bundle>
>  <!--/INSTANCENAME=($var.Instance)-->
> </Wix>
> 
> 
> 
> -----Original Message-----
> From: Rob Mensching [mailto:r...@robmensching.com] 
> Sent: Wednesday, March 21, 2012 8:56 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] Burn SQL Express Install Fails 0x84b40000
> 
> PS: When you discover the correct set of parameters, let us know here.
> There is a plan afoot to "pre-bake" the silent install of a bunch of well 
> known redists so you can use them by just doing PackageGroupRef Id="x" at the 
> correct place in your Chain.
> 
> On Wed, Mar 21, 2012 at 3:33 AM, David Watson <dwat...@sdl.com> wrote:
> 
>> SQL Express can be a pain to install silently, the trick is to run it 
>> from the command line without the silent switch on until you are sure 
>> you have the right parameters.
>> 
>> I suspect you will at least need to add the 
>> /IACCEPTSQLSERVERLICENSETERMS parameter.
>> 
>> -----Original Message-----
>> From: Daniel Sniderman [mailto:dani...@magenic.com]
>> Sent: 21 March 2012 02:48
>> To: wix-users@lists.sourceforge.net
>> Subject: [WiX-users] Burn SQL Express Install Fails 0x84b40000
>> 
>> I'm trying to use Burn to Chain a SQL Express Install with my 
>> application and I'm getting what appears to be a generic error code - 
>> I can't find anything specific as to what the actual failure is.  If I 
>> run the install from the command line with the same parameters it's 
>> failing...
>> 
>> <?xml version="1.0" encoding="UTF-8"?> <Wix 
>> xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>> <Bundle Name="BootstrapCMSNextAndSQLExpress" Version="1.0.0.0"
>> Manufacturer="Abbott Laboratories"
>> UpgradeCode="b89ca7ba-9287-4041-b466-5f3ebb12647d">
>>   <BootstrapperApplicationRef
>> Id="WixStandardBootstrapperApplication.RtfLicense" />
>>   <!--<WixVariable Id="WixStdbaLicenseRtf" Value="License.rtf" />-->
>>   <Chain>
>>     <ExePackage Id="SQLServerExpress"
>>                 Compressed="no"
>>                 Name="SQLServerExpress"
>>                 SourceFile="Binaries\SQLEXPR32_x86_ENU.exe"
>>                 InstallCommand="/Action=Install
>> /INSTANCENAME=$(var.Instance) /FEATURES=SQLEngine, Replication /QS"
>>                 RepairCommand="/ACTION=Repair 
>> /INSTANCENAME=$(var.Instance)"
>>                 UninstallCommand="/Action=Uninstall
>> /INSTANCENAME=$(var.Instance)"
>>                 Vital="yes">
>>     </ExePackage>
>>     <MsiPackage Id="CMSNext"
>> SourceFile="$(var.SetupCMSNextWIX.TargetDir)SetupCMSNext.msi"
>> Name="$(var.Name)">
>>     </MsiPackage>
>>   </Chain>
>> </Bundle>
>> </Wix>
>> 
>> 
>> [0624:3F24][2012-03-20T21:15:00]: Burn v3.6.2221.0, path:
>> C:\TFS2010\CMSNext\CMS
>> 
>> Next\Branches\BuildAutomation\BootstrapCMSNextAndSQLExpress\bin\Debug\
>> SetupCM
>> SNext.exe, cmdline: ''
>> [0624:3F24][2012-03-20T21:15:00]: Setting string variable 'WixBundleName'
>> to
>> value 'BootstrapCMSNextAndSQLExpress'
>> [0624:3F24][2012-03-20T21:15:00]: Setting string variable 
>> 'WixBundleLog' to value 
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_
>> 2012032021
>> 1500.log'
>> [0624:3F24][2012-03-20T21:15:00]: Setting string variable 
>> 'WixBundleOriginalSource' to value 'C:\TFS2010\CMSNext\CMS
>> 
>> Next\Branches\BuildAutomation\BootstrapCMSNextAndSQLExpress\bin\Debug\
>> SetupCM
>> SNext.exe'
>> [0624:3F24][2012-03-20T21:15:00]: Detect 2 packages
>> [0624:3F24][2012-03-20T21:15:00]: Detected related bundle:
>> {a6290142-ee0c-47b2-9a25-67b60fd4be2d}, scope: PerMachine, version:
>> 1.0.0.0,
>> operation: None
>> [0624:3F24][2012-03-20T21:15:00]: Detected package: SQLServerExpress,
>> state:
>> Absent, cached: No
>> [0624:3F24][2012-03-20T21:15:00]: Detected package: CMSNext, state: 
>> Absent,
>> cached: No
>> [0624:3F24][2012-03-20T21:15:00]: Detect complete, result: 0x0
>> [0624:3F24][2012-03-20T21:15:05]: Plan 2 packages, action: Install
>> [0624:3F24][2012-03-20T21:15:05]: Setting string variable 
>> 'WixBundleLog_SQLServerExpress' to value 
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_
>> 2012032021
>> 1500_0_SQLServerExpress.log'
>> [0624:3F24][2012-03-20T21:15:05]: Setting string variable 
>> 'WixBundleRollbackLog_SQLServerExpress' to value 
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_
>> 2012032021
>> 1500_0_SQLServerExpress_rollback.log'
>> [0624:3F24][2012-03-20T21:15:05]: Planned package: SQLServerExpress, state:
>> Absent, default requested: Present, ux requested: Present, execute:
>> Install,
>> rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
>> [0624:3F24][2012-03-20T21:15:05]: Setting string variable 
>> 'WixBundleLog_CMSNext' to value
>> 
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_201
>> 2032021
>> 1500_1_CMSNext.log'
>> [0624:3F24][2012-03-20T21:15:05]: Setting string variable 
>> 'WixBundleRollbackLog_CMSNext' to value
>> 
>> 'C:\Users\daniels\AppData\Local\Temp\BootstrapCMSNextAndSQLExpress_201
>> 2032021
>> 1500_1_CMSNext_rollback.log'
>> [0624:3F24][2012-03-20T21:15:05]: Planned package: CMSNext, state: 
>> Absent, default requested: Present, ux requested: Present, execute: 
>> Install,
>> rollback: Uninstall, cache: Yes, uncache: No, dependency: Register
>> [0624:3F24][2012-03-20T21:15:05]: Plan complete, result: 0x0
>> [0624:3F24][2012-03-20T21:15:05]: Apply begin
>> [0624:3F24][2012-03-20T21:15:08]: Caching executable from:
>> 'C:\TFS2010\CMSNext\CMS
>> 
>> Next\Branches\BuildAutomation\BootstrapCMSNextAndSQLExpress\bin\Debug\
>> SetupCM SNext.exe' to: 'C:\Users\daniels\AppData\Local\Package
>> Cache\{4dac6a09-c35c-403f-854b-0af65f3c61e5}\SetupCMSNext.exe'
>> [0624:3F24][2012-03-20T21:15:08]: Registering bundle dependency key:
>> {4dac6a09-c35c-403f-854b-0af65f3c61e5}, version 1.0.0.0
>> [0624:36A8][2012-03-20T21:15:09]: Moving payload from working path
>> 
>> 'C:\Users\daniels\AppData\Local\Temp\{4dac6a09-c35c-403f-854b-0af65f3c
>> 61e5}\S QLServerExpress' to path 
>> 'C:\Users\daniels\AppData\Local\Package
>> Cache\ACF5494D18EDF117A2683D66A96FB8954F98D86D\SQLServerExpress'
>> [2E14:2E34][2012-03-20T21:15:09]: Moving payload from working path
>> 
>> 'C:\Users\daniels\AppData\Local\Temp\{4dac6a09-c35c-403f-854b-0af65f3c
>> 61e5}\C MSNext' to path 'C:\ProgramData\Package 
>> Cache\{C5CE00F2-5C35-42FA-91DD-551DFE87C6ED}v1.0.0.0\CMSNext-Dev'
>> [0624:3F24][2012-03-20T21:15:09]: Applying package: SQLServerExpress,
>> action:
>> Install, path: C:\Users\daniels\AppData\Local\Package
>> Cache\ACF5494D18EDF117A2683D66A96FB8954F98D86D\SQLServerExpress, arguments:
>> '"C:\Users\daniels\AppData\Local\Package
>> Cache\ACF5494D18EDF117A2683D66A96FB8954F98D86D\SQLServerExpress"
>> /Action=Install /INSTANCENAME=GSSSQLEXPRS_DEV /FEATURES=SQLEngine, 
>> Replication'
>> [0624:3F24][2012-03-20T21:25:26]: Error 0x84b40000: Process returned error:
>> 0x84b40000
>> [0624:3F24][2012-03-20T21:25:26]: Error 0x84b40000: Failed to 
>> configure per-user EXE package.
>> [0624:3F24][2012-03-20T21:25:26]: Error 0x84b40000: Failed to execute 
>> EXE package.
>> [0624:3F24][2012-03-20T21:25:26]: Removing cached package:
>> ACF5494D18EDF117A2683D66A96FB8954F98D86D, from path:
>> C:\Users\daniels\AppData\Local\Package
>> Cache\ACF5494D18EDF117A2683D66A96FB8954F98D86D\
>> [0624:3F24][2012-03-20T21:25:26]: Error 0x84b40000: Failed to execute 
>> apply.
>> [0624:3F24][2012-03-20T21:25:26]: Removing bundle dependency key:
>> {4dac6a09-c35c-403f-854b-0af65f3c61e5}
>> [0624:3F24][2012-03-20T21:25:26]: Removing cached bundle:
>> {4dac6a09-c35c-403f-854b-0af65f3c61e5}, from path:
>> C:\Users\daniels\AppData\Local\Package
>> Cache\{4dac6a09-c35c-403f-854b-0af65f3c61e5}\
>> [0624:3F24][2012-03-20T21:25:26]: Apply complete, result: 0x84b40000
>> restart:
>> No
>> 
>> Daniel P. Sniderman| Sr Consultant| Magenic MCSD.NET, MCTS: Team 
>> Foundation Server 2010 Administration
>> 
>> 333 E. Butterfield Rd. Suite 100, Lombard, IL 60148
>> Mobile: 847-668-4882  | eFax 847-390-7810 magenic.com | 
>> dani...@magenic.com<mailto:dani...@magenic.com>
>> 
>> 
>> 
>> ----------------------------------------------------------------------
>> -------
>> -
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here 
>> http://p.sf.net/sfu/sfd2d-msazure 
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> SDL PLC confidential, all rights reserved.
>> If you are not the intended recipient of this mail SDL requests and 
>> requires that you delete it without acting upon or copying any of its 
>> contents, and we further request that you advise us.
>> SDL PLC is a public limited company registered in England and Wales.
>> Registered number: 02675207.
>> Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire 
>> SL6 7DY, UK.
>> 
>> 
>> 
>> ----------------------------------------------------------------------
>> --------
>> This SF email is sponsosred by:
>> Try Windows Azure free for 90 days Click Here 
>> http://p.sf.net/sfu/sfd2d-msazure 
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>> 
> 
> 
> 
> --
> virtually, Rob Mensching - http://RobMensching.com LLC
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here 
> http://p.sf.net/sfu/sfd2d-msazure 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> 
> ------------------------------
> 
> ------------------------------------------------------------------------------
> This SF email is sponsosred by:
> Try Windows Azure free for 90 days Click Here 
> http://p.sf.net/sfu/sfd2d-msazure
> 
> ------------------------------
> 
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> End of WiX-users Digest, Vol 70, Issue 45
> *****************************************


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to