Re: [WiX-users] Uninstalling Custom Bootstrapper UI with no .Net

2014-10-09 Thread Bob Arnson
On 07-Oct-14 07:29, James McConville wrote:
> Thanks Bob... so there is no way to just use the default UI that doesn't 
> depend on .Net?
>
> Just anxious that my uninstall is only responsible for taking things off 
> rather than putting them on, then off.
BAs are responsible both for UI and for business logic, so the idea is 
that if you didn't run a custom BA during uninstall, the business logic 
might be off. Uninstalling .NET (especially on later versions of Windows 
with .NET baked in) is rare enough that there's no support for what 
you're talking about built-in.

-- 
sig://boB
http://joyofsetup.com/


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstalling Custom Bootstrapper UI with no .Net

2014-10-07 Thread James McConville
Thanks Bob... so there is no way to just use the default UI that doesn't depend 
on .Net? 

Just anxious that my uninstall is only responsible for taking things off rather 
than putting them on, then off.

-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com] 
Sent: 05 October 2014 20:09
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Uninstalling Custom Bootstrapper UI with no .Net

On 03-Oct-14 06:02, James McConville wrote:
> What I would like to know is, what will happen if I uninstall .Net, and then 
> try and uninstall my app, will I still be able to uninstall?
It will install .NET so your BA can run.

-- 
sig://boB
http://joyofsetup.com/


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstalling Custom Bootstrapper UI with no .Net

2014-10-05 Thread Bob Arnson
On 03-Oct-14 06:02, James McConville wrote:
> What I would like to know is, what will happen if I uninstall .Net, and then 
> try and uninstall my app, will I still be able to uninstall?
It will install .NET so your BA can run.

-- 
sig://boB
http://joyofsetup.com/


--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Uninstalling Custom Bootstrapper UI with no .Net

2014-10-03 Thread James McConville

Hi all, quick question

I've knocked together a custom installation UI in WPF.

I've got a check, that stops the bootstrapper if I don't have .Net installed 
and this gets displayed via the native bootstrapper UI as expected...

What I would like to know is, what will happen if I uninstall .Net, and then 
try and uninstall my app, will I still be able to uninstall?
My UI won't be usable of course but will the bootstrapper fall back to the 
native UI and allow me to uninstall? Or do I need some extra configuration 
somewhere?

Thanks for your help!

James
--
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users