cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jhechter
Level 3

Debugging the uninstaller

What is the best way for debugging the uninstaller. When installing I can pass arguments to the installer so i can attach to the process. I am not seeing how to do that in the uninstaller.

Thanks Jeff
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

Hi,

you can find from this post http://community.flexerasoftware.com/showthread.php?t=193060 the way to set uninstaller traces:

---------------clip------------------------
If your uninstaller is called as "Change Installation.exe", you would have a file called as "Change Installation.lax" file. Please go and change the following values.

lax.stderr.redirect=
lax.stdout.redirect=

and
put a new property
lax.nl.java.option.additional=-Dlax.debug.all=true -Dlax.debug.level=3

and you should get loads of logs in the error file and out files.
------------------------------------------------

--Jerome
0 Kudos