Hi,
I have created a windows executable with some custom actions and some UI stuffs.
I am facing a strange behavior with the installable.
I tried probing through the code and kracking the installer as much as i can, but i did not find any idea why the strange behavior is available.
So, i wanted to debug the installer at every point of code execution in the Custom Action for which i tried writting those values i require to a logger. But unfortunately my logger will get created after the installation at which point i will not be in a position to run it again.
So, can anyone suggest how to debug it while the installable is under execution?
Regards,
Jegan