Looking for decent free .MSI installation package creator
-
Hi, I doesn't have much to do with C#, anyway, I'm looking for a good free .MSI creator to publish (install) .NET project I'm working on. Do you know any? thanx zilo
Do you know IIS(Inno Setup)? Its free and use extended...
Visit my blog at http://dotnetforeveryone.blogspot.com
-
Hi, I doesn't have much to do with C#, anyway, I'm looking for a good free .MSI creator to publish (install) .NET project I'm working on. Do you know any? thanx zilo
I always use the Visual Studio Setup Installation package. Or perhaps you were talking about something else? :-O
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
-
I always use the Visual Studio Setup Installation package. Or perhaps you were talking about something else? :-O
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
-
VS Setup Installation lacks many features that I need. Custom prerequisites, multiple language support, writing into Registry, custom actions. zilo
Zilo(svk) wrote:
VS Setup Installation lacks many features that I need. Custom prerequisites, multiple language support, writing into Registry, custom actions.
I recently had the same problem, I needed to do every thing you listed. I did all by using the VS setup package. Both of the articles below have examples on how to tackle all of the issues you listed :) http://www.codeproject.com/install/shortcut_installer.asp[^] http://www.codeproject.com/install/SetupAndDeployment.asp[^]
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")
-
Hi, I doesn't have much to do with C#, anyway, I'm looking for a good free .MSI creator to publish (install) .NET project I'm working on. Do you know any? thanx zilo
-
Hi, I doesn't have much to do with C#, anyway, I'm looking for a good free .MSI creator to publish (install) .NET project I'm working on. Do you know any? thanx zilo
-
Zilo(svk) wrote:
VS Setup Installation lacks many features that I need. Custom prerequisites, multiple language support, writing into Registry, custom actions.
I recently had the same problem, I needed to do every thing you listed. I did all by using the VS setup package. Both of the articles below have examples on how to tackle all of the issues you listed :) http://www.codeproject.com/install/shortcut_installer.asp[^] http://www.codeproject.com/install/SetupAndDeployment.asp[^]
I get all the news I need from the weather report - Paul Simon (from "The Only Living Boy in New York")