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

Re: [WiX-users] Unable to uninstall

2010-07-26 Thread Pally Sandher
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Unable to uninstall I ended up fixing the msi... up to now i never got to use orca, but now i see the full potential of it and i understand why everyone suggests using this tool when writing installers... Good

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Stelios Kyprou
al Message- >> >> From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] >> Sent: 23 July 2010 11:43 >> To: General discussion for Windows Installer XML toolset. >> Subject: [WiX-users] Unable to uninstall >> >> Hey everyone, >> I made an ins

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Rob Mensching
os Kyprou [mailto:stelios.kyp...@formicary.net] > Sent: 23 July 2010 11:43 > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Unable to uninstall > > Hey everyone, > I made an installer with 2 custom actions, taking care of rollback as well. > The p

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Blair
010 8:40 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Unable to uninstall I think i can use orca to fix my problem...i actually have a custom action that tries to get a file from the installlocation, and get some data from there(while uninstalling)

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Blair
XML toolset. Subject: [WiX-users] Unable to uninstall Hey everyone, I made an installer with 2 custom actions, taking care of rollback as well. The problem is i messed up with one of them during uninstallation, and every time i try to unistall, it fails and the rollback takes place. So i am unable

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Stelios Kyprou
he issue in a blog post > http://robmensching.com/blog/posts/2009/3/6/More-on-Haacks-Troubleshooti > ng-Windows-MSI-Installers > > -Original Message- > From: Ryszard Boryna [mailto:ryszard.bor...@nvable.com] > Sent: 23 July 2010 12:36 > To: General discussion for Windows In

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Pally Sandher
eneral discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Unable to uninstall Cleanup utilities are a last resort because they can leave the machine in a corrupted state. You have a better option: Rebuild your msi *exactly* as before but with the custom action corrected or remo

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Peter Shirtcliffe
] Sent: 23 July 2010 12:36 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Unable to uninstall Had the same problem recently; http://majorgeeks.com/download.php?det=4459 helped. You will need to manually cleanup program files etc., but this should let you run

Re: [WiX-users] Unable to uninstall

2010-07-23 Thread Ryszard Boryna
registered in Scotland. Registered number: SC287922. Suite 6/5, Skypark SP1, 8 Elliot Pl, Glasgow, G3 8EP -Original Message- From: Stelios Kyprou [mailto:stelios.kyp...@formicary.net] Sent: 23 July 2010 11:43 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Unable

[WiX-users] Unable to uninstall

2010-07-23 Thread Stelios Kyprou
Hey everyone, I made an installer with 2 custom actions, taking care of rollback as well. The problem is i messed up with one of them during uninstallation, and every time i try to unistall, it fails and the rollback takes place. So i am unable to uninstall (neither from the msi nor the control pa