Hi,
If you search on the group for "Install" you'll get quite a lot of
discussions about the different issues.
I don't have much experience doing .msi installers myself.
-Govert
On Jun 29, 7:09 pm, Nikee <
ocean.ind...@gmail.com> wrote:
> I have developed ExcelDna and now i want that to start distributing to all
> the users. I have create MSI package. When I install this on users machine
> package gets executed without any error; but it not registered right away.
> I have to go to Addin Menu through Excel Options and I have to Browse to
> .XLL file, add that file, and then it become available in Add Ins list and
> then select Excel DNA Add in by clicking check box and then it gets
> registered...
>
> Eventually I want following; I am bit new to ExcelDna and overall process
> of packaging and distributing software...
>
> 1. When .msi package is executed on user machine it should register .XLL
> addin automatically
> 1.1 If user has already .XLL exist then it will be unregister(uninstall)
> and will register(install) latest add in...
>
> 2. I want to provide Button in ExcelDna which will show as latest update
> available; and user will click on that button. On click it will download
> latest .Xll Add in from shared folder and will unregister(uninstall)
> existing and will register(install) latest add in...
>
> How can I achieve each one above ?
>
> Thanks