[WiX-users] Can FeatureGroupRef be a child of FeatureRef?

2009-03-13 Thread Castro, Edwin (Hillsboro)
The documentation says that FeatureGroupRef is a valid child of FeatureRef. I have the following: ParentFeature is defined in a different source file. At build time I get: error CNDL0005: The FeatureRef element contains an unexpected child element 'FeatureGroupRef'. That seems odd.

[WiX-users] How to open a document after install?

2009-03-13 Thread David Bartmess
I'm trying to schedule a document to be opened when the user clicks on the Finish button on the ExitDialog. What type of custom action is needed to do this? I keep getting the error below that it must be scheduled between InstallInitialize and InstallFinalize. But I've seen other documents onli

[WiX-users] Executing PowerShell Silently Hangs Install

2009-03-13 Thread Castro, Edwin (Hillsboro)
I've seen many people report that they are running powershell custom actions successfully but I can't seem to find any examples of how they do it. My goal is to run powershell silently. I'm trying to do it as follows: When I run my installer I notice that the progres

[WiX-users] Why is repair (?) removing my empty folders?

2009-03-13 Thread dB.
I have a really weird scenario in a rather complex install. This might be more of a windows installer question, sorry. I have two applications installed, both bringing in VB6 runtime, the first via a merge module, the second via the .exe that Microsoft provided a long, long time ago. When I run

Re: [WiX-users] Creating x86 and x64 MSIs

2009-03-13 Thread troy hostetter
Hmm... Ran across thisafter I fired off the email. If anybody has other ideas, or links to them, please forward. Thanks, - Troy On Fri, Mar 13, 2009 at 12:28 PM, troy hostetter wrote: > Are there any recommendations on how to easil

[WiX-users] Creating x86 and x64 MSIs

2009-03-13 Thread troy hostetter
Are there any recommendations on how to easily switch between x86 and x64 when building the MSI? Would be nice to dynamically or quickly change these: - Troy -- Apps built with the Adobe(R) Flex(R) framework and Flex

Re: [WiX-users] Bootstrapper selection &questions -Specificscenario requirements

2009-03-13 Thread Holmgren Mathias
> Are you certain you want hard references to Excel's primary interop > assemblies (PIA)? > Generally, you only reference the PIA during development. > Once development is complete you should remove the PIA reference and > change > the type of the Excel application class to 'object'. Yeah I know w

Re: [WiX-users] Bootstrapper selection & questions -Specificscenario requirements

2009-03-13 Thread Shannon Barber
Are you certain you want hard references to Excel's primary interop assemblies (PIA)? Generally, you only reference the PIA during development. Once development is complete you should remove the PIA reference and change the type of the Excel application class to 'object'. Assuming you are using VB.

Re: [WiX-users] Bootstrapper selection & questions-Specificscenario requirements

2009-03-13 Thread Holmgren Mathias
Good ideas. In our WiX app installation I already detect Excel-version like this: ...and then install the corresponding Excel-interop assemblies using conditional hidden feature elements: EXCELVERS = "Excel.Application.10" ...etc So you are saying just re-launching our

Re: [WiX-users] Verify the installation mode is silent or not.

2009-03-13 Thread Rob Mensching
Or use QtExec CA to swallow the console window. -Original Message- From: Wilson, Phil [mailto:phil.wil...@wonderware.com] Sent: Friday, March 06, 2009 12:39 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Verify the installation mode is silent or not. C

Re: [WiX-users] WiX 3.0: How to install a Root Certificate

2009-03-13 Thread Rob Mensching
IIRC, installing a .cer file should work. -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Monday, March 09, 2009 18:19 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX 3.0: How to install a Root Certificate Brian Young wrote: >

Re: [WiX-users] Bootstrapper selection & questions -Specificscenario requirements

2009-03-13 Thread Don Benson
On Fri, Mar 13, 2009 at 4:56 AM, Holmgren Mathias wrote: > Good stuff, thanks again. > > We have an application DLL that is our code, which comes in three > different flavors (one for each Office-version we support). This is > necessary because it has to reference the corresponding Excel-assembly.

Re: [WiX-users] Execute a powershell script in x64

2009-03-13 Thread sandun css
I could learn that, this was possible a custom action which uses a VB script. But I am not familiar with VB scripts. Please advice me how to do it? Is there any better way? Thanks On Mon, Mar 9, 2009 at 10:17 AM, sandun css wrote: > Hi, > > I need to execute a powershell script silently, at the

Re: [WiX-users] Bootstrapper selection & questions -Specificscenario requirements

2009-03-13 Thread Holmgren Mathias
Good stuff, thanks again. Only one thing I still haven't figured out from your answer. Guess my description was a bit fuzzy on that bit. We have an application DLL that is our code, which comes in three different flavors (one for each Office-version we support). This is necessary because it has t

[WiX-users] is there anyway to suppress MSB3164 warning?

2009-03-13 Thread Demi Zhu
Hello, I'm getting MSB3164 warning when build our WiX project. This warning is about bootstrapper package definition. Because that's just following our design, we cannot change the bootstrapper definition. Is there any way to suppress that warning? I've tried to add property, set SuppressA

Re: [WiX-users] Own UI-File

2009-03-13 Thread Bahn Thomas
I have the ErrorText Control as the first child of the Dialog. 1 1 1 1 1 1 1