[WiX-users] Suppress Add/Remove

2007-07-23 Thread Ward, Mike (MED US)
Well success has its problems I suppose. I rewrote our installer in WiX. After many stumbles, some of which you have been witness to here, I have an installer that everyone loves. In fact, another group wants to incorporate my installer into their installer. I explained to them that calling

[WiX-users] What determines the order of shortcuts

2007-07-23 Thread Ward, Mike (MED US)
I have two non-advertised shortcuts, each in a separate component. My installer always installs these shortcuts in the opposite order I want. I tried reordering statements without avail. It there a way to control the order of shortcuts in the All Programs\Application folder? SIEMENS Image

[WiX-users] UtilExtension Errors

2007-07-09 Thread Ward, Mike (MED US)
I'm trying to use util:XmlFile in a merge module and get the following errors: -- Build started: Project: ReportDesignerMergeModule, Configuration: Release Any CPU -- \Report\Tools\WiX\v3.0\bin\candle.exe -out \Build\Release\CRC.Installers\obj\ReportDesignerMergeModule.wixobj -ext

Re: [WiX-users] UtilExtension Errors

2007-07-09 Thread Ward, Mike (MED US)
The culture switch fixed the errors. Thanks... I'm assuming suppressing the warnings is the correct action in this case? - Mike From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 2:02 PM To: Ward, Mike (MED US); wix-users

Re: [WiX-users] Shortcuts and components

2007-06-28 Thread Ward, Mike (MED US)
in a RadioButtonGroup can ever be useful unless it's public. Perhaps there is a use case I'm not thinking of here? -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 1:51 AM To: Ward, Mike (MED US); Wendell Joost Cc: wix-users@lists.sourceforge.net

Re: [WiX-users] Shortcuts and components

2007-06-27 Thread Ward, Mike (MED US)
, 2007 5:07 PM To: Ward, Mike (MED US) Subject: Re: [WiX-users] Shortcuts and components You'll note that when you have 2 .exes in the same component that you get a MSI validation error. The two shortcuts pointing to the first .exe in the component problem you're seeing is a side effect

[WiX-users] Other Tools

2007-06-27 Thread Ward, Mike (MED US)
I see some interesting programs in the bin folder of WiX like pyro, melt and setupbld. There doesn't seem to be much information about what these programs do. Or is there? SIEMENS Image Knowledge Management Michael Ward Siemens Medical Solutions 400 W. Morgan Road Ann Arbor, MI

[WiX-users] Shortcuts and components

2007-06-26 Thread Ward, Mike (MED US)
The following yields two shortcuts. Both shortcuts open CRC.ReportDesigner.exe which is not desired. Component Id=ReportBinaryComponents Guid=AE8E1085-2F1A-43ce-B167-7A4E4888AFA1 File Id=CRC.ReportDesigner.exe Name=CRC.ReportDesigner.exe

Re: [WiX-users] Install config files based on language

2007-06-25 Thread Ward, Mike (MED US)
] Sent: Saturday, June 23, 2007 12:47 AM To: Ward, Mike (MED US) Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install config files based on language Ward, Mike (MED US) wrote: I get ICE30 errors which makes sense in hind sight. Any ideas on how I can do this? If you use component

Re: [WiX-users] Install config files based on language

2007-06-25 Thread Ward, Mike (MED US)
I'm not familiar with the XmlConfig Custom Action. Is this part of WiX? -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 10:21 AM To: Ward, Mike (MED US) Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Install config files based

[WiX-users] Always English

2007-06-25 Thread Ward, Mike (MED US)
Ok, I've discovered the XmlFile custom action and have incorporated into my build (Wix 3.x). Problem is, the Language in the XmlFile action is always English no matter which radio button I choose in the interface below. I tested that the ElementPath is correct by using a hard-coded value which

[WiX-users] Background color of radio buttons

2007-06-21 Thread Ward, Mike (MED US)
I have a radio button group overlaying a white background bitmap. The radio buttons appear with what looks like the default background control color (gray). Is there a way to change the background color of these controls to be white? Regards, Mike

[WiX-users] My Documents Folder

2007-06-19 Thread Ward, Mike (MED US)
Yesterday I posted a question asking how to write to the My Documents folder. Well after some experimentation I came up with this. Property Id=MYDOCUMENTSFOLDER RegistrySearch Id=MyDocumentsSearch Root=HKCU Type=directory Name=Personal

[WiX-users] Insert a dialog

2007-06-18 Thread Ward, Mike (MED US)
I'm new and I'm stumped. How does one insert a dialog into WixUI_Minimal? Here's an excerpt the what I tried. I compile this with Wix 3.x and run the install it skips over my SelectLanguageDlg. What am I doing wrong? - Mike WixVariable Id=WixUILicenseRtf Value=License.rtf / Icon