Re: [WiX-users] Uninstaller screens

2009-05-22 Thread Wilson, Phil
Windows doesn't actually use that uninstall string for MSI products - it just 
uses the ProductCode and calls the appropriate MSI API. 

On the subject of whether an uninstall succeeds or not, if it doesn't you'll 
see an error and a rollback (although there's an assumption here that any of 
your uninstall custom actions return error results if it matters). I'm not a UI 
expert, but I believe there is a UI principle along the lines of "stop telling 
me when everything works all the time - just show me errors I need to see".  So 
you don't get a messagebox saying "all your files were copied" when files are 
drag'n'dropped, just when something fails.  The uninstall is treated the same 
way.  I'd hate to be drowned in a sea of "Yes it worked ok" messages. 

Phil Wilson 


-Original Message-
From: Pally Sandher [mailto:pally.sand...@iesve.com] 
Sent: Friday, May 22, 2009 4:53 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstaller screens

Might be possible using a custom UninstallString in the registry.
http://msdn.microsoft.com/en-us/library/aa372105.aspx
How you would overwrite the generated one (msiexec /x [ProductCode])
written during the install process is a good question though. Might be
possible using a Custom Action scheduled after RegisterProduct but I
wouldn't bet the farm on it. Highly doubt you could do it using just a
RegistryValue.


Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 

-Original Message-
From: Rob Mensching [mailto:r...@wixtoolset.org] 
Sent: 22 May 2009 11:59
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstaller screens

I haven't seen anything like that in the MSI SDK, have you?

kezhongseu wrote:
> Hi, Rob,
>
> Can we change that? Is there a Property which could control which UI 
> mode to use for uninstallation?
>
> A small notification of whether the uninstall is successful or not may

> make user feel better.
>
> /Kai
>
> Rob Mensching-2 wrote:
>   
>> Nope, ARP runs the Windows Installer in basic mode when clicking the 
>> uninstall button.
>>
>> -Original Message-
>> From: Thorpe, Alan [mailto:atho...@bottomline.com]
>> Sent: Tuesday, January 13, 2009 05:52
>> To: General discussion for Windows Installer XML toolset.
>> Subject: [WiX-users] Uninstaller screens
>>
>> Is it possible to have custom WiX uninstaller screens? For example, 
>> the user selects to uninstall a product and they get what appears to 
>> be the generic (and terse) MSI "Uninstalling" screen. Is it possible 
>> to present custom screens to the user when the uninstaller is running

>> so they get a more "positive" feedback that the uninstall went 
>> smoothly and if they need to clean anything up manually?
>>
>>
>>
>> Thanks,
>>
>> Alan.
>>


--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-05-22 Thread Pally Sandher
Might be possible using a custom UninstallString in the registry.
http://msdn.microsoft.com/en-us/library/aa372105.aspx
How you would overwrite the generated one (msiexec /x [ProductCode])
written during the install process is a good question though. Might be
possible using a Custom Action scheduled after RegisterProduct but I
wouldn't bet the farm on it. Highly doubt you could do it using just a
RegistryValue.


Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer
 

-Original Message-
From: Rob Mensching [mailto:r...@wixtoolset.org] 
Sent: 22 May 2009 11:59
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstaller screens

I haven't seen anything like that in the MSI SDK, have you?

kezhongseu wrote:
> Hi, Rob,
>
> Can we change that? Is there a Property which could control which UI 
> mode to use for uninstallation?
>
> A small notification of whether the uninstall is successful or not may

> make user feel better.
>
> /Kai
>
> Rob Mensching-2 wrote:
>   
>> Nope, ARP runs the Windows Installer in basic mode when clicking the 
>> uninstall button.
>>
>> -Original Message-
>> From: Thorpe, Alan [mailto:atho...@bottomline.com]
>> Sent: Tuesday, January 13, 2009 05:52
>> To: General discussion for Windows Installer XML toolset.
>> Subject: [WiX-users] Uninstaller screens
>>
>> Is it possible to have custom WiX uninstaller screens? For example, 
>> the user selects to uninstall a product and they get what appears to 
>> be the generic (and terse) MSI "Uninstalling" screen. Is it possible 
>> to present custom screens to the user when the uninstaller is running

>> so they get a more "positive" feedback that the uninstall went 
>> smoothly and if they need to clean anything up manually?
>>
>>
>>
>> Thanks,
>>
>> Alan.
>>


--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-05-22 Thread kezhong zhou
No. But I saw some programs do pop up notification window after successful
uninstall. Maybe the use custom action to achieve that.


2009/5/22 Rob Mensching 

> I haven't seen anything like that in the MSI SDK, have you?
>
> kezhongseu wrote:
> > Hi, Rob,
> >
> > Can we change that? Is there a Property which could control which UI mode
> to
> > use for uninstallation?
> >
> > A small notification of whether the uninstall is successful or not may
> make
> > user feel better.
> >
> > /Kai
> >
> > Rob Mensching-2 wrote:
> >
> >> Nope, ARP runs the Windows Installer in basic mode when clicking the
> >> uninstall button.
> >>
> >> -Original Message-
> >> From: Thorpe, Alan [mailto:atho...@bottomline.com]
> >> Sent: Tuesday, January 13, 2009 05:52
> >> To: General discussion for Windows Installer XML toolset.
> >> Subject: [WiX-users] Uninstaller screens
> >>
> >> Is it possible to have custom WiX uninstaller screens? For example, the
> >> user selects to uninstall a product and they get what appears to be the
> >> generic (and terse) MSI "Uninstalling" screen. Is it possible to present
> >> custom screens to the user when the uninstaller is running so they get a
> >> more "positive" feedback that the uninstall went smoothly and if they
> >> need to clean anything up manually?
> >>
> >>
> >>
> >> Thanks,
> >>
> >> Alan.
> >>
> >>
> --
> >> This SF.net email is sponsored by:
> >> SourcForge Community
> >> SourceForge wants to tell your story.
> >> http://p.sf.net/sfu/sf-spreadtheword
> >> ___
> >> WiX-users mailing list
> >> WiX-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wix-users
> >>
> >>
> >>
> --
> >> This SF.net email is sponsored by:
> >> SourcForge Community
> >> SourceForge wants to tell your story.
> >> http://p.sf.net/sfu/sf-spreadtheword
> >> ___
> >> WiX-users mailing list
> >> WiX-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/wix-users
> >>
> >>
> >>
> >
> > --
> > View this message in context:
> http://n2.nabble.com/Uninstaller-screens-tp2151279p2956028.html
> > Sent from the wix-users mailing list archive at Nabble.com.
> >
> >
> >
> --
> > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> > is a gathering of tech-side developers & brand creativity professionals.
> Meet
> > the minds behind Google Creative Lab, Visual Complexity, Processing, &
> > iPhoneDevCamp asthey present alongside digital heavyweights like
> Barbarian
> > Group, R/GA, & Big Spaceship. http://www.creativitycat.com
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
> --
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals.
> Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-05-22 Thread Rob Mensching
I haven't seen anything like that in the MSI SDK, have you?

kezhongseu wrote:
> Hi, Rob,
>
> Can we change that? Is there a Property which could control which UI mode to
> use for uninstallation?
>
> A small notification of whether the uninstall is successful or not may make
> user feel better.
>
> /Kai
>
> Rob Mensching-2 wrote:
>   
>> Nope, ARP runs the Windows Installer in basic mode when clicking the
>> uninstall button.
>>
>> -Original Message-
>> From: Thorpe, Alan [mailto:atho...@bottomline.com]
>> Sent: Tuesday, January 13, 2009 05:52
>> To: General discussion for Windows Installer XML toolset.
>> Subject: [WiX-users] Uninstaller screens
>>
>> Is it possible to have custom WiX uninstaller screens? For example, the
>> user selects to uninstall a product and they get what appears to be the
>> generic (and terse) MSI "Uninstalling" screen. Is it possible to present
>> custom screens to the user when the uninstaller is running so they get a
>> more "positive" feedback that the uninstall went smoothly and if they
>> need to clean anything up manually?
>>
>>
>>
>> Thanks,
>>
>> Alan.
>>
>> --
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>> --
>> This SF.net email is sponsored by:
>> SourcForge Community
>> SourceForge wants to tell your story.
>> http://p.sf.net/sfu/sf-spreadtheword
>> ___
>> WiX-users mailing list
>> WiX-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
>>
>> 
>
> --
> View this message in context: 
> http://n2.nabble.com/Uninstaller-screens-tp2151279p2956028.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> --
> Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
> is a gathering of tech-side developers & brand creativity professionals. Meet
> the minds behind Google Creative Lab, Visual Complexity, Processing, &
> iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
> Group, R/GA, & Big Spaceship. http://www.creativitycat.com
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>   

--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-05-22 Thread kezhongseu

Hi, Rob,

Can we change that? Is there a Property which could control which UI mode to
use for uninstallation?

A small notification of whether the uninstall is successful or not may make
user feel better.

/Kai 

Rob Mensching-2 wrote:
> 
> Nope, ARP runs the Windows Installer in basic mode when clicking the
> uninstall button.
> 
> -Original Message-
> From: Thorpe, Alan [mailto:atho...@bottomline.com]
> Sent: Tuesday, January 13, 2009 05:52
> To: General discussion for Windows Installer XML toolset.
> Subject: [WiX-users] Uninstaller screens
> 
> Is it possible to have custom WiX uninstaller screens? For example, the
> user selects to uninstall a product and they get what appears to be the
> generic (and terse) MSI "Uninstalling" screen. Is it possible to present
> custom screens to the user when the uninstaller is running so they get a
> more "positive" feedback that the uninstall went smoothly and if they
> need to clean anything up manually?
> 
> 
> 
> Thanks,
> 
> Alan.
> 
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Uninstaller-screens-tp2151279p2956028.html
Sent from the wix-users mailing list archive at Nabble.com.


--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-01-14 Thread Wilson, Phil
No. Windows knows your ProductCode and just uses the standard APIs to uninstall 
it, not that string. 

Phil Wilson 
949-639-1680 


-Original Message-
From: Christopher Karper [mailto:christopher.kar...@gmail.com] 
Sent: Tuesday, January 13, 2009 11:11 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstaller screens

Can you use the uninstall string to run Windows Installer in non basic mode?

On Tue, Jan 13, 2009 at 1:32 PM, Richard  wrote:

>
> In article <
> de33023b477fe44eaa71983f5279f6ce50fc39e...@na-exmsg-c102.redmond.corp.microsoft.com
> >,
> Rob Mensching   writes:
>
> > Nope, ARP runs the Windows Installer in basic mode when clicking the
> uninstal
> l button.
>
> If you provide your own "uninstall" shortcut then you can run the
> uninstall with a full UI, but the recommended Windows logo practice is
> to use Add/Remove Programs and not to create an uninstall shortcut.
> --
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>  
> <http://www.xmission.com/~legalize/book/download/index.html<http://www.xmission.com/%7Elegalize/book/download/index.html>
> >
>
>Legalize Adulthood! <http://blogs.xmission.com/legalize/>
>
>
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Bob Arnson
Christopher Karper wrote:
> Can you use the uninstall string to run Windows Installer in non basic mode?
>   

No, the shell ignores UninstallString if the package was installed by MSI.

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



--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Rob Mensching
You could try... but I'd be surprised if it worked.

-Original Message-
From: Christopher Karper [mailto:christopher.kar...@gmail.com]
Sent: Tuesday, January 13, 2009 11:11
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Uninstaller screens

Can you use the uninstall string to run Windows Installer in non basic mode?

On Tue, Jan 13, 2009 at 1:32 PM, Richard  wrote:

>
> In article <
> de33023b477fe44eaa71983f5279f6ce50fc39e...@na-exmsg-c102.redmond.corp.microsoft.com
> >,
> Rob Mensching   writes:
>
> > Nope, ARP runs the Windows Installer in basic mode when clicking the
> uninstal
> l button.
>
> If you provide your own "uninstall" shortcut then you can run the
> uninstall with a full UI, but the recommended Windows logo practice is
> to use Add/Remove Programs and not to create an uninstall shortcut.
> --
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>  
> <http://www.xmission.com/~legalize/book/download/index.html<http://www.xmission.com/%7Elegalize/book/download/index.html>
> >
>
>Legalize Adulthood! <http://blogs.xmission.com/legalize/>
>
>
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Christopher Karper
Can you use the uninstall string to run Windows Installer in non basic mode?

On Tue, Jan 13, 2009 at 1:32 PM, Richard  wrote:

>
> In article <
> de33023b477fe44eaa71983f5279f6ce50fc39e...@na-exmsg-c102.redmond.corp.microsoft.com
> >,
> Rob Mensching   writes:
>
> > Nope, ARP runs the Windows Installer in basic mode when clicking the
> uninstal
> l button.
>
> If you provide your own "uninstall" shortcut then you can run the
> uninstall with a full UI, but the recommended Windows logo practice is
> to use Add/Remove Programs and not to create an uninstall shortcut.
> --
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>  
> 
> >
>
>Legalize Adulthood! 
>
>
> --
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Richard

In article 
,
Rob Mensching   writes:

> Nope, ARP runs the Windows Installer in basic mode when clicking the uninstal
l button.

If you provide your own "uninstall" shortcut then you can run the
uninstall with a full UI, but the recommended Windows logo practice is
to use Add/Remove Programs and not to create an uninstall shortcut.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Uninstaller screens

2009-01-13 Thread Rob Mensching
Nope, ARP runs the Windows Installer in basic mode when clicking the uninstall 
button.

-Original Message-
From: Thorpe, Alan [mailto:atho...@bottomline.com]
Sent: Tuesday, January 13, 2009 05:52
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Uninstaller screens

Is it possible to have custom WiX uninstaller screens? For example, the
user selects to uninstall a product and they get what appears to be the
generic (and terse) MSI "Uninstalling" screen. Is it possible to present
custom screens to the user when the uninstaller is running so they get a
more "positive" feedback that the uninstall went smoothly and if they
need to clean anything up manually?



Thanks,

Alan.

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Uninstaller screens

2009-01-13 Thread Thorpe, Alan
Is it possible to have custom WiX uninstaller screens? For example, the
user selects to uninstall a product and they get what appears to be the
generic (and terse) MSI "Uninstalling" screen. Is it possible to present
custom screens to the user when the uninstaller is running so they get a
more "positive" feedback that the uninstall went smoothly and if they
need to clean anything up manually?

 

Thanks,

Alan.

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users