[WiX-users] Show UI during ExePackage install in Bundle

2013-06-18 Thread Karl Werner
Is there any way to show an ExePackage UI? In my case I'm downloading and installing the .Net 3.5 Framework with this stuff: http://go.microsoft.com/fwlink/?linkid=118076"; InstallCommand="/q /norestart /lang:ENU" RepairCommand="/q /norestart /

[WiX-users] How to gracefully handle download error in Bundle

2013-06-18 Thread Karl Werner
So I've cobbled this together from a couple of different segments I found googling. It downloads .Net 3.5 SP1 and installs it (if needed) http://go.microsoft.com/fwlink/?linkid=118076"; InstallCommand="/q /norestart /lang:ENU" RepairCommand="/q

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-31 Thread Karl Werner
Can you have the wix standard bootstrapper prompt the user for feature selection? I haven't seen it do that . . . On Thu, Jan 31, 2013 at 11:05 AM, Rob Mensching wrote: > You can modify feature states via the BootstrapperApplication. > > > On Thu, Jan 31, 2013 at 8:44 AM, Kar

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-31 Thread Karl Werner
ime. Wish list item ;-) Thanks for the responses on this item! Karl On Wed, Jan 30, 2013 at 7:47 AM, Karl Werner wrote: > Do basically there is no way to simulate the old bootstrapper from the old > vdproj setup projects? It would be nice if we could configure for this > behavior. I

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-30 Thread Karl Werner
"always execute if InstallCondition is true", then show the UI if DisplayInternalUI is "yes"... I'll log a feature request ... Karl On Tue, Jan 29, 2013 at 10:02 PM, Bob Arnson wrote: > On 29-Jan-13 16:10, Karl Werner wrote: > > However, still stuck on the ori

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-29 Thread Karl Werner
2:23 PM, Hoover, Jacob wrote: > But if they run the downloaded bundle a second time it would, I believe. > > -Original Message----- > From: Karl Werner [mailto:karl.wer...@gmail.com] > Sent: Tuesday, January 29, 2013 1:38 PM > To: General discussion for Windows Installer XML to

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-29 Thread Karl Werner
or both packages. > > -Original Message----- > From: Karl Werner [mailto:karl.wer...@gmail.com] > Sent: Tuesday, January 29, 2013 11:12 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a > se

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-29 Thread Karl Werner
similar to this: Karl On Tue, Jan 29, 2013 at 10:34 AM, Karl Werner wrote: > So I populated the UpgradeCode using a pre-processor variable and use a > different code in the build properties for the x86 vs. x64 projects. This > seems to fix the uninstall issue. > > Now

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-29 Thread Karl Werner
an 29, 2013 at 10:22 AM, Karl Werner wrote: > Ah, that makes sense and may be what is causing the 32-bit msi to be > executed with uninstall. I'll look into how to fix that. Any ideas? > > It does not however explain why the MSI's UI is never displayed . . . > Even if I

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-29 Thread Karl Werner
code. > Because your InstallCondition evaluates to false, it schedules the removal > of it. > > -----Original Message- > From: Karl Werner [mailto:karl.wer...@gmail.com] > Sent: Tuesday, January 29, 2013 9:32 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users]

Re: [WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-29 Thread Karl Werner
the msi itself from the command line? Thanks! Karl On Tue, Jan 29, 2013 at 9:00 AM, Karl Werner wrote: > Currently we have a Wix Bundle that provides minimal interaction through a > custom .Net UI. We don't have the Bundle name set so the bootstrapper > won't get registe

[WiX-users] Redisplay MSI's UI when Bootstrapper is run a second time

2013-01-29 Thread Karl Werner
Currently we have a Wix Bundle that provides minimal interaction through a custom .Net UI. We don't have the Bundle name set so the bootstrapper won't get registered in ARP (by design). It then chains some pre-rquisites and our product. Our product is an MsiPackage, something like this:

Re: [WiX-users] Remote Payload for Office 2010 PIAs

2013-01-16 Thread Karl Werner
NOTE: The MsiPackage I posted contains my dummy version number. This was originally not included to generate the first error. It was added to generate the second error. Sorry for any confusion. On Wed, Jan 16, 2013 at 9:48 AM, Karl Werner wrote: > I'm trying to set up a remote pay

Re: [WiX-users] Burn: Search GAC

2013-01-16 Thread Karl Werner
.IsComponentInstalled(new > Guid("{0638C49D-BB8B-4CD1-B191-050E8F325736}") > Those are the component codes of mso.dll > > I don't have codes for other versions > > -Original Message- > From: Karl Werner [mailto:karl.wer...@gmail.com] > Sent: 15 Janua

[WiX-users] Remote Payload for Office 2010 PIAs

2013-01-16 Thread Karl Werner
I'm trying to set up a remote payload for the Office 2010 PIAs. Heat generated this: Which I took and made this: http://go.microsoft.com/fwlink/?LinkId=187780"; DisplayInternalUI="yes" Permanent="yes" Visible="yes" InstallCondition="Office14Installed AND NOT Office14PIAInstal

Re: [WiX-users] Burn: Search GAC

2013-01-15 Thread Karl Werner
install them the first place. -Original Message- From: Karl Werner [mailto:karl.wer...@gmail.com ] Sent: 15 January 2013 14:41 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Burn: Search GAC >From my Bundle, I need to determine if the Microsoft Office Interop assembl

Re: [WiX-users] Burn: Search GAC

2013-01-15 Thread Karl Werner
but if you need them why not just install them it doesn't matter if they are already there and the GAC handles its own reference counting so removing your application wouldn't remove them if another application had installed them. Neil -Original Message- From: Kar

[WiX-users] Burn: Search GAC

2013-01-15 Thread Karl Werner
>From my Bundle, I need to determine if the Microsoft Office Interop assemblies are installed on the machine. I think the only way to do this is to search the gac for the assemblies. This is because the assemblies can be installed by various different packages and there may not be a product insta