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

2009-03-14 Thread Bob Arnson
Castro, Edwin (Hillsboro) wrote: > The documentation says that FeatureGroupRef is a valid child of FeatureRef. Please open a bug. -- sig://boB http://joyofsetup.com/ -- Apps built with the Adobe(R) Flex(R) framework

Re: [WiX-users] Own UI-File

2009-03-14 Thread Bob Arnson
Bahn Thomas wrote: > I have the ErrorText Control as the first child of the Dialog. > As WiX includes a functional error dialog, why don't you take a look at it? src\src\ext\UIExtension\wixlib\ErrorDlg.wxs -- sig://boB http://joyofsetup.com/ ---

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

2009-03-14 Thread Bob Arnson
troy hostetter wrote: > Are there any recommendations on how to easily switch between x86 and x64 > when building the MSI? > Use the InstallerPlatform property; it automatically sets the default for Package and Component. Use preprocessor to handle directories. -- sig://boB http://joyofsetup

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

2009-03-14 Thread Bob Arnson
David Bartmess wrote: > What type of custom action is needed to do this? One that's not deferred. And look at "ShellExecute Custom Action" in wix.chm instead of using cmd.exe and its ugly console window. -- sig://boB http://joyofsetup.com/ ---

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

2009-03-14 Thread Bob Arnson
dB. wrote: > I have a really weird scenario in a rather complex install. Logs. Verbose ones. Use 'em. -- sig://boB http://joyofsetup.com/ -- Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are pow

Re: [WiX-users] Installing 64-bit Assemblies into 32-bit Locations

2009-03-14 Thread Bob Arnson
jnewton wrote: > I need to install both 32-bit and 64-bit assemblies into a 32-bit location > You need 64-bit components only to install resources to 64-bit locations (file system, registry). If you're installing them to 32-bit or neutral locations, you don't need 64-bit components and can av

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

2009-03-14 Thread Bob Arnson
Demi Zhu wrote: > I'm getting MSB3164 warning when build our WiX project. It's not a WiX message; you'll need to talk to the owner of that set of targets. -- sig://boB http://joyofsetup.com/ -- Apps built with the

[WiX-users] Installing 64-bit Assemblies into 32-bit Locations

2009-03-14 Thread jnewton
I need to install both 32-bit and 64-bit assemblies into a 32-bit location but I'm not sure how to appropriately setup my MSMs and MSIs. Our end-users will be using these assemblies in Visual Studio and could be developing a 32-bit or 64-bit app. The current layout is that I have a top-level assem