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
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 produ...@id in your code) then > the MSI must keep the same name. If you can't guarantee the same name then > you should look at Major Upgrades. The

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

2009-10-29 Thread Blair
If you keep the same ProductCode (the guid at produ...@id in your code) then the MSI must keep the same name. If you can't guarantee the same name then you should look at Major Upgrades. The easiest way to keep the ProductCode changing is to use '*' as the value for produ...@id. -Original Mess