S
Sagaert Johan
I have a solution that contains :
-ppc application
-msi setup project
-classlib that contains functions called from the msi setup 'custom actions'
events.
The setup program works, and the functions in the classlib execute normaly.
Now i would like to debug the code in the classlib.
I have set the debug properties of the classlib to 'program' and i have
selected the 'msi setup' output setup.exe as the application to run. However
when i start debugging, the breakpoints i have set in the classlib
(Installer_AfterInstall and
Installer_AfterUnInstall) are never hit. (but the code executes)
How can i debug my classlib ?
Regards
Johan
-ppc application
-msi setup project
-classlib that contains functions called from the msi setup 'custom actions'
events.
The setup program works, and the functions in the classlib execute normaly.
Now i would like to debug the code in the classlib.
I have set the debug properties of the classlib to 'program' and i have
selected the 'msi setup' output setup.exe as the application to run. However
when i start debugging, the breakpoints i have set in the classlib
(Installer_AfterInstall and
Installer_AfterUnInstall) are never hit. (but the code executes)
How can i debug my classlib ?
Regards
Johan