Hello,
I'm working on creating a wizard that will be tied to a custom project for the isolated shell. I've read that in order to do this I must create a com exposed DLL and register it with the GAC, then use its strong name inside of the <WizardExtension> element. This can be quite annoying to develop as i have to register the assembly after each build and remember to unregister it after I'm done testing. Also, this makes deployment of my shell less trivial as I now pretty much have to use microsoft installer.
Is there a way I can use the wizard without registering it into the GAC? The wizard is built at the same time as the rest of the shell and can be embedded wherever it needs to be to make it work.
Thanks,
Shaun