
amarold1.5524945294301729E12 asked a question.
How do I use the installscript debugger ?
I've written some InstallScript that I'm trying to run as a custom action. When the installer tries to run it it throws a generic -1603 error. In the msi logfile all I see is a line saying it's calling my function, then nothing else related to it. I want to run it in the debugger, but I can't figure out how to do that. If I click on Build->Debug it runs my installer but never enters the debugger.
Clearly I'm missing something, but I can't for the life of me figure out what it is.
HKEY_CURRENT_USER\Software\InstallShield\ISEngine16.0
Add a new DWORD value to this key named DebugISCustomActions and set its data to 1. Then try debugging again.
Note that except for the updated version information, the above is covered in KB Q112187 .