cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
enGenius
Level 4

Install is calling uninstall, but where is the code?

How do I debug a feature event function? I am trying to determine why my install locks up when the user cancels during the moving data portion of the install.

What happens is the following:

1. User goes through all of the pre-screening dialogues.
2. User clicks install
3. User is prompted during the install
4. User clicks cancel install
5. Install cancels and goes to the finish dialogue
6. An Uninstall notification window appears, and the install finish dialogue freezes.
7. In order to release it, i have to kill the setup.exe procress manually.
Labels (1)
0 Kudos
(1) Reply
enGenius
Level 4

To debug a feature event function, you will need to run the project in debug mode.

1. Click open file (in the debu window)
2. Locate your Features.rul file
3. Place breakpoints where needed.
0 Kudos