L
Lars Roland
High, I have 3 questions:
1) I have created a COM addin to outlook, using VB6. I am compiling the addin
on Visual studio 6.0, but i want to create the installer using visual
studio .Net (it creates a nice msi file) -
can this be done some way (eg. I need to get visual studio .Net to find
out what dll my project is dependant on (redemtion and others) and
include them).
If i just create a setup project in VS.Net and add the files as
dependencies to this project, then the final installer can not register my
compiled dll (because the dll, can not find the other dll's it is depended
on).
Another way would be to move the project to VB.Net, but this conversion
can not be done because my program uses the doEvents function wich is now
a part of the .Net framework, and I do not want to force my users to
install this.
2) Is there some online information, on best practices in getting an addin
to work on all of the major outlook versions (eg. 2000, xp and 2003). Is
it enough just to use the office 9.0 object libary ???.
3) Is there some way to ensure that a VB.Net project can run on machines
not having the .Net framework installed ??? - eg. even though I have only
included COM dll's I somehow ended up having to install the .Net framework
on my test machine.
Regards.
1) I have created a COM addin to outlook, using VB6. I am compiling the addin
on Visual studio 6.0, but i want to create the installer using visual
studio .Net (it creates a nice msi file) -
can this be done some way (eg. I need to get visual studio .Net to find
out what dll my project is dependant on (redemtion and others) and
include them).
If i just create a setup project in VS.Net and add the files as
dependencies to this project, then the final installer can not register my
compiled dll (because the dll, can not find the other dll's it is depended
on).
Another way would be to move the project to VB.Net, but this conversion
can not be done because my program uses the doEvents function wich is now
a part of the .Net framework, and I do not want to force my users to
install this.
2) Is there some online information, on best practices in getting an addin
to work on all of the major outlook versions (eg. 2000, xp and 2003). Is
it enough just to use the office 9.0 object libary ???.
3) Is there some way to ensure that a VB.Net project can run on machines
not having the .Net framework installed ??? - eg. even though I have only
included COM dll's I somehow ended up having to install the .Net framework
on my test machine.
Regards.