Re: [WiX-users] upgrade code

2012-10-11 Thread Chaitanya
Thank you its working... -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 10 October 2012 16:41 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade code You probably need WixUI_Mondo or WixUI_FeatureTree, not

Re: [WiX-users] upgrade code

2012-10-10 Thread Peter Shirtcliffe
olset.' Subject: Re: [WiX-users] upgrade code This is my 1st msi... My 2nd msi. There iam able to remove and repair only but iam not getting change option what to do -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl

Re: [WiX-users] upgrade code

2012-10-10 Thread Chaitanya
: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade code For what ? If you mean a major upgrade, you just double-click the MSI file. -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: 10 October 2012 08:45 To: 'General discussio

Re: [WiX-users] upgrade code

2012-10-10 Thread Peter Shirtcliffe
For what ? If you mean a major upgrade, you just double-click the MSI file. -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: 10 October 2012 08:45 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] upgrade code Can

Re: [WiX-users] upgrade code

2012-10-10 Thread Chaitanya
Can u show me through command line... -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 09 October 2012 20:04 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade code It is not possible to run two installers at the same

Re: [WiX-users] upgrade code

2012-10-09 Thread Peter Shirtcliffe
if no installation is currently running. -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: 09 October 2012 15:00 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] upgrade code That clearly saying that another version is running

Re: [WiX-users] upgrade code

2012-10-09 Thread Chaitanya
That clearly saying that another version is running -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 09 October 2012 17:28 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade code Can you give more information ? Is

Re: [WiX-users] upgrade code

2012-10-09 Thread Peter Shirtcliffe
Can you give more information ? Is there an error message ? -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: 09 October 2012 12:34 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] upgrade code Hi, I checked that pa

Re: [WiX-users] upgrade code

2012-10-09 Thread Chaitanya
Hi, I checked that path but iam unable to upgrade to my exsisting msi.. Thanks, -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.com] Sent: 09 October 2012 14:50 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] upgrade code http

Re: [WiX-users] upgrade code

2012-10-09 Thread Peter Shirtcliffe
http://wix.sourceforge.net/manual-wix3/major_upgrade.htm -Original Message- From: Chaitanya [mailto:chaita...@pointcross.com] Sent: 09 October 2012 09:06 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] upgrade code Hi, Iam Having two msi,s.in one msi iam having 200 patches.i in

Re: [WiX-users] upgrade code , product code, package id

2008-05-11 Thread Neil Enns
Try this blog entry for details: http://blogs.technet.com/alexshev/archive/2008/02/15/from-msi-to-wix-part-8-major-upgrade.aspx Also try the MSDN articles on major upgrades: http://msdn.microsoft.com/en-us/library/aa369786(VS.85).aspx. Neil From: [EMAIL PROTECTE

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-07 Thread Bob Arnson
Neil Sleightholm wrote: Does anyone have a comment on this? Is there are reason why the condition doesn't work with the msi is run in silent mode? Is this true for all conditions? Standard advice applies: Check a verbose log; it records when properties are set. The likely cause is that Fi

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-07 Thread Neil Sleightholm
: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade code failing for silent installs After a bit of googling I think I have found the answer, the condition doesn't work in silent mode. To make it work I needed these elements: NEWERVERSIONDETECTED

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-05 Thread Neil Sleightholm
t: 05 February 2008 17:55 To: Wilson, Phil; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade code failing for silent installs It sounds like I have done something wrong in my script, I have pared this down to a minimal install (see below) to reproduce the problem. I don't t

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-05 Thread Neil Sleightholm
WERVERSIONDETECTED From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wilson, Phil Sent: 05 February 2008 17:41 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Upgrade code failing for silent

Re: [WiX-users] Upgrade code failing for silent installs

2008-02-05 Thread Wilson, Phil
Maybe the silent install is bypassing the UI where you set the ALLUSERS property to per-system. So you're ending up with the default, a per-user install, and that goes on side by side with the per-system one. Something like that anyway. Another thing that might be happening is that you don't ha