Hi, All,
I am now writing a VC project template wizard using HTML template method. Currently I met a problem that I want to access some service when do wizard finishing. Only I got is IVCWizCtlUI interface and DTE. I have no way to get a ServiceProvider interface to access other service. Does anybody know how to get a service only using DTE?
Thanks a lot.