Re: [WiX-users] Minor Upgrade and original msi file name.

2010-01-18 Thread Giora keinan
definition, use a different > ProductCode. Definitionally, there is no other difference. The rest is > supporting each of the two different upgrade mechanisms. > > 2. The easiest way is: > > > > > > > > -Original Message- > From: Giora keinan [mail

Re: [WiX-users] Minor Upgrade and original msi file name.

2010-01-18 Thread Giora keinan
use the same wxs file for both minor and major upgrades with an ifdef inside. Thanks Giora Bob Arnson wrote: > On 1/17/2010 11:10 AM, Giora keinan wrote: > >> I have a problem in minor update. In minor upgrade the msiexec is >> looking for the upgrade name, which should

[WiX-users] Minor Upgrade and original msi file name.

2010-01-17 Thread Giora keinan
Giora -- - Giora Keinan CapsCake - The natural language launcher. Because free text is easy. http://www.capscake.com - -- Throughout its 1

Re: [WiX-users] multiple entries in add remove programs.

2009-12-13 Thread Giora keinan
ff that combines with > older stuff is to make an MSP and send it out. > > OnlyDetect should be 'no' and your upgrade package must have everything it > needs by itself (it must not depend on the previous package ever having been > installed). > > -Original Message- > Fr

Re: [WiX-users] multiple entries in add remove programs.

2009-12-10 Thread Giora keinan
gt; version and the newer one. > > If you install and take an MSI log: > > Msiexec /I /l*v > > What does the log say, looking at all the FindRelatedProducts data? > > Phil Wilson > > -Original Message- > From: Giora keinan [mailto:grkei...@gmail.com] > Se

Re: [WiX-users] multiple entries in add remove programs.

2009-12-09 Thread Giora keinan
;t match Upgrade/@Id that is why > you get the duplicate. Take a look at my sample again you will see I use > to stop this happening. > > Neil > > -Original Message- > From: Giora keinan [mailto:grkei...@gmail.com] > Sent: 07 December 2009 09:35 > To: General

Re: [WiX-users] multiple entries in add remove programs.

2009-12-07 Thread Giora keinan
Hello All I thought I found a solution that works. 1. I used the original GUIDs of the Product, and of the components I wanted to upgrade. (replaced the '*' with the GUIDs of the original setup). 2. use the same feature name as in the original setup. 3. Run the following command "msiexec /i xxx

Re: [WiX-users] multiple entries in add remove programs.

2009-12-07 Thread Giora keinan
gt; Asker >> >> -Original Message- >> From: Neil Sleightholm [mailto:n...@x2systems.com] >> Sent: den 6 december 2009 18:46 >> To: General discussion for Windows Installer XML toolset. >> Subject: Re: [WiX-users] multiple entries in add remove programs. &

Re: [WiX-users] multiple entries in add remove programs.

2009-12-06 Thread Giora keinan
com/2009/01/wix-script-for-major-upgrade > s.html that might help. > > Neil > > -Original Message- > From: Giora Keinan [mailto:grkei...@gmail.com] > Sent: 06 December 2009 12:54 > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] multiple entries in add

[WiX-users] multiple entries in add remove programs.

2009-12-06 Thread Giora Keinan
hello Each time I am running a new upgrade, the installer add one more entry in the add remove program. How can I made an upgrade without adding it to the add remove program (leaving only one add remove in place). Thanks Giora -- - Giora Keinan

Re: [WiX-users] MSI upgrade is looking for the original MSI file

2009-10-29 Thread Giora keinan
clude 'v' in > REINSTALLMODE. Those are used for minor upgrades and small updates (and > patches, which are generally either minor upgrades or small updates), and > for both those cases, the ProductCode doesn't change, which is why REINSTALL > and the 'v' in REINST

Re: [WiX-users] MSI upgrade is looking for the original MSI file

2009-10-29 Thread Giora keinan
or Upgrades. The easiest way to keep the ProductCode > changing is to use '*' as the value for produ...@id. > > -Original Message- > From: Giora keinan [mailto:grkei...@gmail.com] > Sent: Thursday, October 29, 2009 8:29 AM > To: wix-users@lists.sourceforge.net > S

[WiX-users] MSI upgrade is looking for the original MSI file

2009-10-29 Thread Giora keinan
Hello I created an installation and upgrade MSI files using WIX. (Which was relatively easy). I am testing the upgrade msi. if the original MSI (Xyz.msi) is present in the original path the upgrade is done smoothly. I am using the command: >msiexec /i XyzUpgrade.msi REINSTALL=ALL REINSTALLMODE