Re: [WiX-users] Multiple entries in ARP, while upgrading an installation.

2014-01-16 Thread Rob Mensching
ary-15-14 6:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Multiple entries in ARP, while upgrading an installation. Hi, I created the installer for my application using Wix. The version of that application was like 4.0.1.0. I need to upgrade that app to another version say 4

Re: [WiX-users] Multiple entries in ARP, while upgrading an installation.

2014-01-16 Thread Wesley Manning
e WiX toolset. Subject: Re: [WiX-users] Multiple entries in ARP, while upgrading an installation. It's a MSI package? MSI doesn't look at fourth position in version. So it only see's "4.0.0" when upgrading. -Original Message- From: Shehnaz Khan [mailto:shehnaz_k...@p

Re: [WiX-users] Multiple entries in ARP, while upgrading an installation.

2014-01-16 Thread Phill Hogland
If you are trying to do a major upgrade, then the new setup needs to have both a different ProductCode and a different version (in the first three positions). -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Multiple-entries-in-ARP-while-upgrading-a

Re: [WiX-users] Multiple entries in ARP, while upgrading an installation.

2014-01-16 Thread Christopher Painter
: Wednesday, January 15, 2014 6:18 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Multiple entries in ARP, while upgrading an installation. It's a MSI package? MSI doesn't look at fourth position in version. So it only see's "4.0.0" when upgrading.

Re: [WiX-users] Multiple entries in ARP, while upgrading an installation.

2014-01-16 Thread Shehnaz Khan
-14 6:57 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Multiple entries in ARP, while upgrading an installation. Hi, I created the installer for my application using Wix. The version of that application was like 4.0.1.0. I need to upgrade that app to another version say 4.0.1.1. I

Re: [WiX-users] Multiple entries in ARP, while upgrading an installation.

2014-01-15 Thread Wesley Manning
ect: [WiX-users] Multiple entries in ARP, while upgrading an installation. Hi, I created the installer for my application using Wix. The version of that application was like 4.0.1.0. I need to upgrade that app to another version say 4.0.1.1. I created another installer for it keeping Upgrade code s

[WiX-users] Multiple entries in ARP, while upgrading an installation.

2014-01-15 Thread Shehnaz Khan
Hi, I created the installer for my application using Wix. The version of that application was like 4.0.1.0. I need to upgrade that app to another version say 4.0.1.1. I created another installer for it keeping Upgrade code same as before, different product and package codes. After completing i