[wix-users] On uninstall , trying to install .NET Framework

ರಾಘವೇಂದ್ರ ಎಸ್ raghavendra.yadavs at gmail.com
Tue Jan 9 20:16:13 PST 2018


If you really want to remove this behavior then try to build you installer
UI(WPF) project with framework 3.5 instead of 4.6.2(Assuming most of the
windows OS will have this default).

Warm Regards
Raghavendra S
9900495868

On Wed, Jan 10, 2018 at 9:43 AM, ರಾಘವೇಂದ್ರ ಎಸ್ <raghavendra.yadavs at gmail.com
> wrote:

> This is due to custom bootstrapper installer UI(May be WPF UI). When you
> uninstall, to run custom Uninstaller UI( WPF UI developed with .Net
> framework 4.6.2) you need framework to be present in system, if not it will
> first install framework and then opens uninstaller UI. I have seen same
> behavior.
>
> Warm Regards
> Raghavendra S
> 9900495868
>
> On Wed, Jan 10, 2018 at 2:13 AM, Hoover, Jacob via wix-users <
> wix-users at lists.wixtoolset.org> wrote:
>
>> A bundle log would tell us what was happening.  During uninstall, did the
>> BA detect that .Net was missing?  What did it plan?  Was it marked as
>> permanent?
>>
>> -----Original Message-----
>> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On
>> Behalf Of Harinatha Narisetty via wix-users
>> Sent: Tuesday, January 9, 2018 1:11 PM
>> To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
>> Cc: Harinatha Narisetty <harinatha.narisetty at us.abb.com>
>> Subject: Re: [wix-users] On uninstall , trying to install .NET Framework
>>
>> But I want .net 4.6.2 to be installed  at the time of installation ( if
>> .net fx is not available on that machine).
>>
>> -----Original Message-----
>> From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On
>> Behalf Of Nir Bar via wix-users
>> Sent: Tuesday, January 9, 2018 1:12 PM
>> To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
>> Cc: Nir Bar <nir.bar at panel-sw.com>
>> Subject: Re: [wix-users] On uninstall , trying to install .NET Framework
>>
>> CAUTION: This email originated from outside of the organization. Do not
>> click links or open attachments unless you recognize the sender and know
>> the content is safe.
>>
>>
>> Try copying NetFx462Redist code from WiX source code
>> src\ext\NetFxExtension\wixlib\NetFx462.wxs and drop
>> WixMbaPrereqPackageId variable.
>>
>>
>>
>>
>> --Independent WiX Expert. Creator of-
>> JetBA: WPF Bootstrapper User Interface Framework
>>
>> JetBA++: Native Qt Bootstrapper User Interface Framework
>>
>>
>>
>>
>> ____________________________________________________________________
>> WiX Toolset Users Mailing List provided by FireGiant
>> http://www.firegiant.com/
>>
>> ____________________________________________________________________
>> WiX Toolset Users Mailing List provided by FireGiant
>> http://www.firegiant.com/
>>
>> ____________________________________________________________________
>> WiX Toolset Users Mailing List provided by FireGiant
>> http://www.firegiant.com/
>>
>
>


More information about the wix-users mailing list