Re: [WiX-users] Unable to uninstall previously installed product

2014-06-23 Thread Dolevo Jay
I have found the issue myself. Following code works perfect. Thanks a lot. > From: c...@live.com > To: wix-users@lists.sourceforge.net > Date: Mon, 23 Jun 2014 08:14:27 + > Subject: Re: [WiX-users] Unable to uninstall previously installed product > > Hi, > I have tried

Re: [WiX-users] Unable to uninstall previously installed product

2014-06-23 Thread Dolevo Jay
> Date: Sat, 21 Jun 2014 05:19:49 + > Subject: Re: [WiX-users] Unable to uninstall previously installed product > > I will give it a try and come back if it doesn't work. > Thanks a lot. > > > Date: Fri, 20 Jun 2014 14:41:06 -0500 > > From: jeremi...@gma

Re: [WiX-users] Unable to uninstall previously installed product

2014-06-20 Thread Dolevo Jay
I will give it a try and come back if it doesn't work. Thanks a lot. > Date: Fri, 20 Jun 2014 14:41:06 -0500 > From: jeremi...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Unable to uninstall previously installed product > > Sorry, I mi

Re: [WiX-users] Unable to uninstall previously installed product

2014-06-20 Thread Jeremiahf
, what would be the best solution >> for this? Should I call uninstaller of the previous installation in >> InstallExecuteSequence ? Any example for this? >> >> > Date: Fri, 20 Jun 2014 10:30:11 -0500 >> > From: jeremi...@gmail.com >> > To: wix-users@li

Re: [WiX-users] Unable to uninstall previously installed product

2014-06-20 Thread Jeremiahf
t; for this? Should I call uninstaller of the previous installation in > InstallExecuteSequence ? Any example for this? > > > Date: Fri, 20 Jun 2014 10:30:11 -0500 > > From: jeremi...@gmail.com > > To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Unable to

Re: [WiX-users] Unable to uninstall previously installed product

2014-06-20 Thread Phil Wilson
> InstallExecuteSequence ? Any example for this? > >> Date: Fri, 20 Jun 2014 10:30:11 -0500 >> From: jeremi...@gmail.com >> To: wix-users@lists.sourceforge.net >> Subject: Re: [WiX-users] Unable to uninstall previously installed product >> >> What was the

Re: [WiX-users] Unable to uninstall previously installed product

2014-06-20 Thread Dolevo Jay
forge.net > Subject: Re: [WiX-users] Unable to uninstall previously installed product > > What was the previous installer? > > > On Fri, Jun 20, 2014 at 9:32 AM, Phill Hogland wrote: > > > The update behavior of msiexec and the UpdateCode property are specific to >

Re: [WiX-users] Unable to uninstall previously installed product

2014-06-20 Thread Jeremiahf
What was the previous installer? On Fri, Jun 20, 2014 at 9:32 AM, Phill Hogland wrote: > The update behavior of msiexec and the UpdateCode property are specific to > MSI based technology. It would not know about other technologies like > InstallJammer. > > > > -- > View this message in context

Re: [WiX-users] Unable to uninstall previously installed product

2014-06-20 Thread Phill Hogland
The update behavior of msiexec and the UpdateCode property are specific to MSI based technology. It would not know about other technologies like InstallJammer. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-uninstall-previously-installe

[WiX-users] Unable to uninstall previously installed product

2014-06-20 Thread Dolevo Jay
Hi, I used different installer (InstallJammer) to install my application. I have now msi installer for the same application. Could you please tell me how I can uninstall previous installation since I find no upgrade code in installjammer? Or, is it only possible to update if the previous install