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

2010-01-18 Thread Giora keinan
to 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 be the same as the original

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

2010-01-18 Thread Giora keinan
: Giora keinan [mailto:grkei...@gmail.com] Sent: Monday, January 18, 2010 6:15 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Minor Upgrade and original msi file name. Hello Thanks for the quick answer. I have two quick questions: 1. My understanding

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

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

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

2009-12-13 Thread Giora keinan
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- From: Giora keinan [mailto:grkei...@gmail.com] Sent: Thursday, December 10, 2009 1:57 AM To: General discussion for Windows

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

2009-12-10 Thread Giora keinan
. If you install and take an MSI log: Msiexec /I path to msi file /l*v path to a log file What does the log say, looking at all the FindRelatedProducts data? Phil Wilson -Original Message- From: Giora keinan [mailto:grkei...@gmail.com] Sent: Wednesday, December 09, 2009 6:43 AM

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

2009-12-09 Thread Giora keinan
that is why you get the duplicate. Take a look at my sample again you will see I use ?define UpgradeCode to stop this happening. Neil -Original Message- From: Giora keinan [mailto:grkei...@gmail.com] Sent: 07 December 2009 09:35 To: General discussion for Windows Installer XML toolset

[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] multiple entries in add remove programs.

2009-12-06 Thread Giora keinan
: 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 remove programs. hello Each time I am running a new upgrade, the installer add one more entry in the add remove program. How can I made

[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

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

2009-10-29 Thread Giora keinan
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 Subject: [WiX-users] MSI upgrade

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

2009-10-29 Thread Giora keinan
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 REINSTALLMODE become required. -Original Message- From: Giora keinan [mailto:grkei