Re: [WiX-users] Patching, patching, and more patching.....

2007-04-15 Thread Neil Sleightholm
I am not an expert on patching but I would like to mention that normally MSI's only understand 3 part version numbers. So 2008.0.14.0 and 2008.0.14.30 are seen as the same version by windows installer. Neil From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Hennemann Sent:

[WiX-users] Run button Vs Install Button

2007-04-15 Thread Nitin Chaudhari
Hi, This may be a little outside wix, but I dont know the related mailing list, so I am posting it here. I used Wix and created a setup. Now, I want my users to download it from a website, so I have provided a link to my msi. However the user experience is as follows : 1. Click Link 2. Open, Sa

Re: [WiX-users] Error in German?

2007-04-15 Thread Kevin Burton
I see MSI (s) (10:60) [15:21:42:420]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1031'. But I don't see any indication of what program is changing/adding it. -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, April 15, 2007 5:15 PM To: Kevin

Re: [WiX-users] Feature Ordering?

2007-04-15 Thread Bob Arnson
Julie Campbell wrote: > Is there a way to explicitly set the ordering of sub-features? Mine keep > getting alphabetized in the following code segment, which doesn't match the > picture the marketing guys want: > > Title='!(loc.TSBSuite)' > Description='(!Loc.TSBSu

Re: [WiX-users] Error in German?

2007-04-15 Thread Bob Arnson
Kevin Burton wrote: > Any hints on how I tell who is setting this property? > Not to sound like a broken record, but...Check a verbose log (/l*vx). MSI logs whenever a property is changed. -- sig://boB http://bobs.org ---

Re: [WiX-users] Feature Ordering?

2007-04-15 Thread Rennie Petersen
Have you tried nesting elements, instead of using 's? Rennie > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Julie Campbell > Sent: 15. april 2007 23:53 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Feature Ordering? > > Is the

[WiX-users] Feature Ordering?

2007-04-15 Thread Julie Campbell
Is there a way to explicitly set the ordering of sub-features? Mine keep getting alphabetized in the following code segment, which doesn't match the picture the marketing guys want: Gives me a tree like so:

Re: [WiX-users] Error in German?

2007-04-15 Thread Kevin Burton
Any hints on how I tell who is setting this property? -Original Message- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Saturday, April 14, 2007 8:02 PM To: Kevin Burton Cc: 'WiX-users' Subject: Re: [WiX-users] Error in German? Kevin Burton wrote: > There are no custom actions in the .