C
Crash
Hi,
Framework v1.1
VS 2003
Installer 2.0
Tablet XP
Need help with doing this by hand or if anybody knows a doc link with
steps it would be greatly appreciated:
I have a WinForms application with an Installer project. Part of my
application is an Outlook 2003 add-in project. I am ready to deploy.
I would like to make the add-in install part of my application's
installer; aka I would like user to run only 1 installer.
Is there an easy way to convert the add-in's installer .msi project
into a merge module so that I can add it to the application installer
..msi??
I have been looking for instructions on how to deploy an office add-in
as part of another installer project but have not found too much.
Assuming that I have to merge the add-in install into my application's
install "by hand", from what I have been reading I gather these steps
are needed in my installer:
- add myaddin project output to my application installer project
- regsvr32 myaddin
- add office add-in registry entries for myaddin
- adjust registry codebase entries for myaddin to my install location
Does that sound correct?
Framework v1.1
VS 2003
Installer 2.0
Tablet XP
Need help with doing this by hand or if anybody knows a doc link with
steps it would be greatly appreciated:
I have a WinForms application with an Installer project. Part of my
application is an Outlook 2003 add-in project. I am ready to deploy.
I would like to make the add-in install part of my application's
installer; aka I would like user to run only 1 installer.
Is there an easy way to convert the add-in's installer .msi project
into a merge module so that I can add it to the application installer
..msi??
I have been looking for instructions on how to deploy an office add-in
as part of another installer project but have not found too much.
Assuming that I have to merge the add-in install into my application's
install "by hand", from what I have been reading I gather these steps
are needed in my installer:
- add myaddin project output to my application installer project
- regsvr32 myaddin
- add office add-in registry entries for myaddin
- adjust registry codebase entries for myaddin to my install location
Does that sound correct?