[WiX-users] (no subject)

2008-06-29 Thread Yuval David
Hi, Can some one tell me how to find the computers architecture in wix? And if someone has a good reference (with the usage and the optional parmeters like x86 ) I will be glad if he sends me the link. Thanks, Yuval. -

[WiX-users] how to find the architecture of the computer

2008-06-29 Thread Yuval David
Hi, Can some one tell me how to find the computers architecture in wix? And if someone has a good reference (with the usage and the optional parmeters like x86 ) I will be glad if he sends me the link. Thanks, Yuval. ---

Re: [WiX-users] Dialog: Set a Property conditionally

2008-06-29 Thread Richard
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> writes: > I have a radiobuttongroup (see below) and I would like to set the Property > INSTALLTYPE=0 when the RadioButtonGroup is disabled (Condition: NOT > (DEVICETYPE = "0" OR DEVICETYPE = "7")). How can I do this? Use a control event on

Re: [WiX-users] how to find the architecture of the computer

2008-06-29 Thread Rob Mensching
http://msdn.microsoft.com/en-us/library/aa370905.aspx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yuval David Sent: Sunday, June 29, 2008 04:16 To: wix-users@lists.sourceforge.net Subject: [WiX-users] how to find the architecture of the computer Hi,

Re: [WiX-users] how to find the architecture of the computer

2008-06-29 Thread Rob Mensching
Also, the WiX.chm has a bunch of additional properties: WiX Help -> Advanced WiX Topics -> Standard Custom Actions All of these extensions add more properties: OSInfo DirectX NetFx VS -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Mensching Sent: S

[WiX-users] How to prevent component install on product reinstall

2008-06-29 Thread Evans, Jim
My installer is working quite nicely now for the initial installation. In thinking about my upgrade strategy, I've decided to distribute so-called "small updates" as reinstalls of an updated .msi. However, I have two components (my app config file and the component that writes user settings to the

[WiX-users] Protecting "config" files during an upgrade

2008-06-29 Thread Chris Ridd
In a mistaken piece of design, one of our MSI packages ends up installing a file that we expect the user to then edit. Unfortunately doing a package upgrade (or even just a repair of the current package, I guess) loses those edits by replacing the file. Are there any attributes that can be se