Hi,all guys:
I'm a newer for the advanced installer,now my company asks me to make a MSI package and one of the features
i need to implement is as follows: Be able to register COM objects (like the Outlook plugin) ,
now,i have made a simple plugin to the outlook,and it works through coding the text "regsvr32 OutlookAddin.dll" in the command line,
then,there is a key value in the HKCU\Software\Microsoft\office\outlook\addins .(manually)
but when i press <new class> and load the outlookaddin.dll to the file properties,then build,run,
it seems that there is no key value in the HKCU\Software\Microsoft\office\outlook\addins ,also the plugin can't work.
maybe there are other properties need to fulfill,but i have no idea about how to make it.
so if anyone knows about it ,please guide me how to do it.
Thinks.
Sincerely,
Nicholas .