tuxp3
04-22-2004, 08:06 AM
I am writing an add-in for Outlook and so far ive had pretty good luck with Outlook XP
I want to make the add-in work with as many versions of outlook (office) as possible. In the referances i only have the version installed to pick (outlook 10.0) when i deploy my app i want to somehow have it check what version of outlook is installed and referance that dll only. also when referancing i noticed that it pointed to the dll on my computer (d:\Program Files\Microsoft Office\...) not a generic place. this i assume will be an issue later because most people install office on the c:\..
Also, what are my options when creating an installer, only thing i need it to do is be able to run sliently and install according to a script.
Thanks,
Andrew
I want to make the add-in work with as many versions of outlook (office) as possible. In the referances i only have the version installed to pick (outlook 10.0) when i deploy my app i want to somehow have it check what version of outlook is installed and referance that dll only. also when referancing i noticed that it pointed to the dll on my computer (d:\Program Files\Microsoft Office\...) not a generic place. this i assume will be an issue later because most people install office on the c:\..
Also, what are my options when creating an installer, only thing i need it to do is be able to run sliently and install according to a script.
Thanks,
Andrew