And if they aren't helpful, if you know the ID behind the version you are 
trying to remove, you could query the ARP data for the uninstall string 
property "UninstallString" and try to invoke that.

On my machine, I have both MSI and EXE variants.  If the one you are trying to 
replace is a MSI, then it would be simple to do by adding that into your new 
MSI's Upgrade table.  If it's an EXE, it's going to be more "custom" logic. If 
your last InstallShield exe doesn't contain the entire payload, you may be able 
to automate it by using that EXE with the command line params to uninstall it.

-----Original Message-----
From: Phil Wilson [mailto:phildgwil...@gmail.com] 
Sent: Thursday, June 04, 2015 12:34 PM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Remove InstallShield Bootstrapper MSI

Why not ask in an InstallShiekd forum how the InstallShield upgrade mechanism 
works in the context of an upgrade?
---------------
Phil Wilson


On Wed, Jun 3, 2015 at 10:22 PM, Johri, Mohit IN BLR STS 
<mohit.jo...@siemens.com> wrote:
> Hi All,
>
> Did anyone got into the same kind of issue, please help.
>
> Thanks & Regards,
> Mohit
>
> -----Original Message-----
> From: Johri, Mohit IN BLR STS [mailto:mohit.jo...@siemens.com]
> Sent: Wednesday, June 03, 2015 7:13 PM
> To: General discussion about the WiX toolset.
> Subject: [WiX-users] Remove InstallShield Bootstrapper MSI
>
> Hi All,
>
> I am creating a CustomBA which will replace the existing install shield 
> Bootstrapper( I don't really know what it's called).
>
> We are installing the same number of MSI as the install shield use to do, so 
> no problem in that.
> All the MSI entries in the ARP are removed, as we are making MSI's  
> Visible="no".
>
> Only the Custom BA entry is available in the ARP along with the Install 
> shield Bootstrapper entry, both having the same name.
> Is there a way to remove the older Installshield Bootstrapper entry using 
> CustomBA ?
>
> Thanks & Regards,
> Mohit
>
> ----------------------------------------------------------------------
> -------- _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ----------------------------------------------------------------------
> -------- _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to