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

2009-10-29 Thread Giora keinan
ALLMODE become required. > > -Original Message- > From: Giora keinan [mailto:grkei...@gmail.com] > Sent: Thursday, October 29, 2009 9:06 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] MSI upgrade is looking for the original MSI fi

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

2009-10-29 Thread Blair
2009 9:06 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] MSI upgrade is looking for the original MSI file Hello Thanks for the quick response. I think I am using different GUIDs. in the original MSI it is If you keep the same ProductCode (the guid at

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

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

2009-10-29 Thread Blair
-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 is looking for the original MSI file Hello I created an installation and upgrade MSI files using WIX. (Which was

[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