cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Barbara
Level 7

Debug deferred ISScript CA

When debugging my installation which contains a lot of immediate and deferred IS Script custom actions I never can debug the deferred custom actions. The debugger shows me only the immediate CAs. Is there anything to set in the registry like the DebugISCustomActions entry for InstallShield 12 ?

Thank you for your answers.
Barbara
Labels (1)
0 Kudos
(2) Replies
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

You should be able to debug all InstallScript custom actions by adding the following registry information on the debug machine:
Key: HKEY_CURRENT_USER\Software\InstallShield\ISEngine14.0
Value: DebugISCustomActions (REG_DWORD) set to 1

It's basically the same as IS 12 with an updated version number in the registry key.
0 Kudos
Barbara
Level 7

Thank you for your help, the debugger is working now.

Barbara
0 Kudos