Re: [WiX-users] X64 Burn Bootstrapper

2012-07-03 Thread Nathan Green (APP-V)
- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Wednesday, June 27, 2012 2:59 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] X64 Burn Bootstrapper You'll have to proxy out to a 64-bit process. On Wed, Jun 27, 2012 at 7:17 AM, Henning Kra

Re: [WiX-users] X64 Burn Bootstrapper

2012-06-27 Thread Rob Mensching
iginal Message- > > From: John Cooper [mailto:jocoo...@jackhenry.com] > > Sent: Wednesday, June 27, 2012 3:56 PM > > To: General discussion for Windows Installer XML toolset. > > Subject: Re: [WiX-users] X64 Burn Bootstrapper > > > > Hmmm. Generally, when I call ap

Re: [WiX-users] X64 Burn Bootstrapper

2012-06-27 Thread Henning Krause
ssion for Windows Installer XML toolset. > Subject: Re: [WiX-users] X64 Burn Bootstrapper > > Hmmm. Generally, when I call applets I wrap them in C# or call them with > CAQuietExec[64] because of this issue. The trick is that there are two > powershell.exe's on a 64-bit system,

Re: [WiX-users] X64 Burn Bootstrapper

2012-06-27 Thread John Cooper
the 64-bit powershell to be called or your context will be wrong. -- John M. Cooper -Original Message- From: Henning Krause [mailto:m...@henningkrause.eu] Sent: Wednesday, June 27, 2012 8:24 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] X64 Burn Bootstrap

Re: [WiX-users] X64 Burn Bootstrapper

2012-06-27 Thread Henning Krause
rom: John Cooper [mailto:jocoo...@jackhenry.com] > Sent: Wednesday, June 27, 2012 3:10 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] X64 Burn Bootstrapper > > You have to call with a 64-bit entry point. If you're using CAQuietExec, you

Re: [WiX-users] X64 Burn Bootstrapper

2012-06-27 Thread John Cooper
x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Henning Krause [mailto:m...@henningkrause.eu] Sent: Wednesday, June 27, 2012 4:46 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] X64 Burn Bootstrapper Hi, as part of my managed

[WiX-users] X64 Burn Bootstrapper

2012-06-27 Thread Henning Krause
Hi, as part of my managed bundle, I may need to activate certain Windows Features. Since I'm targeting Windows 2008 R2 or later, I can safely use the Add-WindowsFeature and Get-WindowsFeature cmdlets. The Add-WindowsFeature would be called from a custom action. However, I want to display a lis