I've seen this done by having the upgrade get the uninstall string
from the registry, where there should be a command you can use since
it's not MSI-based. Whether you should call it in the UI sequence or
the execute sequence or both depends on your requirements for silent
installs, meaning that you'd need to do it silently in the execute
sequence, and perhaps need to alter the uninstall command to make it
silent.

The same general idea should work if that install has a standard
uninstall shortcut you could get the command from. Either way, you're
just using a CA to run an external program, or maybe a Util
CAQuietExec kind of thing.
---------------
Phil Wilson


On Fri, Jun 20, 2014 at 8:45 AM, Dolevo Jay <c...@live.com> wrote:
> Previous installer was InstallJammer. So, 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@lists.sourceforge.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 <phogl...@rimage.com> 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:
>> > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unable-to-uninstall-previously-installed-product-tp7595380p7595383.html
>> > Sent from the wix-users mailing list archive at Nabble.com.
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
>> > Find What Matters Most in Your Big Data with HPCC Systems
>> > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
>> > Leverages Graph Analysis for Fast Processing & Easy Data Exploration
>> > http://p.sf.net/sfu/hpccsystems
>> > _______________________________________________
>> > WiX-users mailing list
>> > WiX-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/wix-users
>> >
>>
>>
>>
>> --
>> "They may forget what you said but they will never forget how you made them
>> feel." -- Anonymous
>> ------------------------------------------------------------------------------
>> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
>> Find What Matters Most in Your Big Data with HPCC Systems
>> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
>> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
>> http://p.sf.net/sfu/hpccsystems
>> _______________________________________________
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
> Find What Matters Most in Your Big Data with HPCC Systems
> Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
> Leverages Graph Analysis for Fast Processing & Easy Data Exploration
> http://p.sf.net/sfu/hpccsystems
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to