cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
apierini
Level 2

Debug installscript deferred custom actions

Hello,

I've read many posts about debugging installscript deferred custom actions with previous versions of Installshield, but I cannot do it with Installshield 2012 Spring Premier.

I have a dedicated Windows 7 x86 machine, user Administrator, UAC disabled; added inside registry key HKEY_LOCAL_MACHINE\SOFTWARE\InstallShield\ISEngine19.0 DebugISCustomActions DWORD value 1 and DebugPath String value with the path of my setup.dbg (Installscript MSI project).
When I hit F5 inside Installshield, the setup starts, the debugger is launched for each immediate custom action but not launched for the deferred custom actions.

It is almost impossibile to develop without debugger ... is there anyone who was able to solve this problem? Any suggestion?

Thanks in advance,
Andrea
Labels (1)
0 Kudos
(2) Replies
DebbieL
Level 17

I believe that the registry key is supposed to be written to HKEY_CURRENT_USER, not HKEY_LOCAL_MACHINE.
0 Kudos
apierini
Level 2

Thanks, I've made a mistake and with HKEY_CURRENT_USER it works.

Andrea
0 Kudos