Re: Uninstall Custom Action not getting called.
- From: "Phil Wilson" <phil.wilson@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 12 Feb 2007 13:08:36 -0800
p.s. Once you mark a file as permanent, it really does mean permanent! It's
intended for files that must remain on the system, not just until you change
Permanent to false in your setup.
--
Phil Wilson
[Microsoft MVP Windows Installer]
"TheClothCat" <TheClothCat@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:67CF6E1F-A02A-44F7-B7E2-F53D10300C09@xxxxxxxxxxxxxxxx
Hi everyone,
I want to run an exe (Uninst.exe) when my software is uninstalled. I have
added the file to the Application Folder in the File System Editor and
added
it as a Custom Action under the Uninstall phase in the Custom Action
Editor,
but it does not get executed when my software is uninstalled, either from
within Visual Studio on my development PC or on a different PC when
installed
from a CD.
I have put debug code in Uninst.exe so I am sure it is not getting
executed.
It is a very simple console app written in C++ for Win32. I got it to work
once on the different PC but it would not do it again.
Stranger still, I changed the Permanent Property of Uninst.exe to be True
and the installer correctly left it in the app's directory. However, after
I
changed it back to False it still leaves it there!
It is almost as if Setup uses a cache and the cache is not working
properly.
I'm using Visual Studio 2003 with SP1.
I'm baffled. Any ideas would be welcome.
Thank you.
.
- Prev by Date: Re: Uninstall Custom Action not getting called.
- Next by Date: visual studio 2005 application distribution
- Previous by thread: Re: Uninstall Custom Action not getting called.
- Next by thread: visual studio 2005 application distribution
- Index(es):
Relevant Pages
|