I used the install created by clickonce. However, in the meantime I found an article on this whole issue.
The problem had to do with the missing Interop files. If you take the ones needed by the app and copy them into c:\windows\assembly this does the trick.
What I need to do now is create an installer that will copy the files tot he proper destination and then register the dll's as required.