I tried to create an extension to install my project template. However, the template itself need custom wizard. I succesfully install the template, but not for the custom wizard assemblies.
As we know .VSIX does not support to install assembly to GAC. If I copy the assembly manually to %vsinstalldir%\Common7\IDE\PublicAssemblies\, it works. However, I tried to make it automatically in VSIX.
Can someone told me step by step how?
I found some informations at http://go4answers.webhost4life.com/Example/template-automatic-deployent-assembly-5047.aspx. But I have no idea how to do it.
Please guide me. I tried to create a package project. In bin folder I tried to edit the content into:
[$RootKey$\InstalledProducts\VSPackage3Package]
@="#110"
"Package"="{6552d799-9c50-4e45-a384-bba669641f6f}"
"PID"="1.0"
"ProductDetails"="#112"
"LogoID"="#400"
[$RootKey$\BindingPaths\{6552d799-9c50-4e45-a384-bba669641f6f}]
"$PackageFolder$"="%vsinstalldir%\Common7\IDE\PublicAssemblies\ISWizard.dll"
But once again, no luck....
Please anyone, guide me.
Regards,
Handy