how to generate an MSI for my excel addin project in c#
-
I have my excel addin project written in c#, i would like to generate an MSI for this. How can I achieve that? Thank you.
-
I have my excel addin project written in c#, i would like to generate an MSI for this. How can I achieve that? Thank you.
Create a setup and deployment project. and overrride the Installer class.. There you get the necessary methods to install, commit , or rollback the installation. i belive the namespace is System.Configuration.Install
Shyam.. My Blog dotnetscoups.blogspot.com
modified on Wednesday, March 4, 2009 5:31 AM
-
I have my excel addin project written in c#, i would like to generate an MSI for this. How can I achieve that? Thank you.
please if any suggetion ssend for me in project in c#
-
Create a setup and deployment project. and overrride the Installer class.. There you get the necessary methods to install, commit , or rollback the installation. i belive the namespace is System.Configuration.Install
Shyam.. My Blog dotnetscoups.blogspot.com
modified on Wednesday, March 4, 2009 5:31 AM
i already have my project developed as a new project--> extensibility--> visual studio add-in I want to build an MSI of this existing project. Am sorry but, did you mean I should create a new project which is a setup and deployement project? thank you.