cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
brzhang
Level 4

CustomCodeAction with signed jar dependency doesn't work when running uninstaller

Hi, All

I have a customCodeAction which depends on the sqlserver jdbc singed jar. It works ok when I use jdbc in the override install function of customCodeAction. But uninstall function which also uses jdbc doesn't work when running the uninstaller. Class.forName("com.microsoft.sqlserver.jdbc.SQLServerDriver") will throw ClassNotFoundException.

Can anyone confirm if it's a IA2011 bug? Thanks

Best Regards
BZ
Labels (1)
0 Kudos
(1) Reply
simonw
Level 3

Sounds like you're experiencing a smiliar if not the same problem I faced, however for me this problem occurred during 'maintenance' mode after the same code worked fine during installation. I didn't require running the problem code in uninstallation though.

I had a thread on this problem here:
http://community.installshield.com/showthread.php?t=198547
0 Kudos