473,830 Members | 2,060 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

right installer for .NET application

Hi there, I try to make final decision on the choice of installation tool
that our team should use for .NET applications.
It is supposed to be robust (but not omnipotential) and well established.
After some time looking around we came down to 2 choices. Open source NSIS
and comercial Wise for MSI. Th eonly reason we did not include InstallShield
is that we already have a license for Wise, so upgrading instead of buying
new will save us some money.
Could anyone give me a short opinion. Is NSIS popular in .NET world ?
I apologize if this is wrong group for this type of question.
Thank you.

Marek.
Nov 17 '05 #1
3 4272

"Marek" <no****@nowhere .com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Hi there, I try to make final decision on the choice of installation tool
that our team should use for .NET applications.
It is supposed to be robust (but not omnipotential) and well established.
After some time looking around we came down to 2 choices. Open source NSIS
and comercial Wise for MSI. Th eonly reason we did not include
InstallShield is that we already have a license for Wise, so upgrading
instead of buying new will save us some money.
Could anyone give me a short opinion. Is NSIS popular in .NET world ?
I apologize if this is wrong group for this type of question.
Thank you.

Marek.


We use InnoSetup for our .Net setup packages. It's easy to use and
scriptable. A lot better than most of the rest we've tried...

www.innosetup.com

HTH,

Mythran

Nov 17 '05 #2
I'm curious, is there a specific reason why you don't use a Setup and
Deployment project?

Mark

"Mythran" <ki********@hot mail.comREMOVET RAIL> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..

"Marek" <no****@nowhere .com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Hi there, I try to make final decision on the choice of installation tool that our team should use for .NET applications.
It is supposed to be robust (but not omnipotential) and well established. After some time looking around we came down to 2 choices. Open source NSIS and comercial Wise for MSI. Th eonly reason we did not include
InstallShield is that we already have a license for Wise, so upgrading
instead of buying new will save us some money.
Could anyone give me a short opinion. Is NSIS popular in .NET world ?
I apologize if this is wrong group for this type of question.
Thank you.

Marek.


We use InnoSetup for our .Net setup packages. It's easy to use and
scriptable. A lot better than most of the rest we've tried...

www.innosetup.com

HTH,

Mythran

Nov 17 '05 #3

"Mark White" <ma*******@yaho o.com> wrote in message
news:eb******** ******@TK2MSFTN GP12.phx.gbl...
I'm curious, is there a specific reason why you don't use a Setup and
Deployment project?

Mark


For me, I like how Inno Setup is. It allows you to create setup packages
regardless of the development language used. It contains 1 file (the setup
file) unless you write include scripts to go along with it. I can attach
this single file to a .Net project (or any other source-controlled project
in any language) in order to keep it under source control. The syntax isn't
hard to understand and ISTool (a GUI front-end to InnoSetup) makes the task
of creating a setup for an application, library, et cetera pretty darn easy.

The .Net Setup and Deployment project is more complex and yet, limited. For
example, how hard is it to get the output of the Setup and Deployment
project to contain the following:

<Static Name Of Setup> v<major>.<minor >.<exe or msi>

There may be a way, but I have asked before and never found out how. Now,
the decision was not based on that example, but quite a few similar
annoyances with .Net's Setup and Deployment projects and the features of
Inno Setup just made Inno Setup a better choice for our organization.

:)

Mythran

Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2646
by: Pierre Rouleau | last post by:
Hi all, When building a exe for a Python application under Windows XP with The McMillan installer, the insttaltion succeeds but when I run the resulting executable the application tracebacks complaining about a codec not being registered: Traceback (most recent call last): File "<string>", line 222, in ? File "ivcm\buildivcm\out1.pyz/gettext", line 428, in install
5
4932
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET 1.1 -> MsiNetAssembly Support.) I have a few issues and questions regarding the MSI and its properties. * This may be my biggest annoyance at the moment. When the installer creates the target directory, it's setting them as read-only. When the...
2
335
by: Ronald | last post by:
hi, I wrote an application with .net. Now I would like to create a setup cd using the bootstrapper. Everything works fine. But when I try to install my application on a computer where my application is allready installed, the installer stoped and show me a messagebox with exactly this information: "application allready exist". In this case I would like to uninstall the application and afterwards
19
398
by: Thom Little | last post by:
I developed a C# application and a windows installer application that properly installs the C# application on a new machine. After the C# application is installed I would like to automatically start it on the User's machine. - How do I instruct the setup program to start execution of the newly installed program? - Is there a good general resource that documents the use of the installer?
1
1600
by: Henry Stock | last post by:
I am not really sure what news group this should be posted to. It has to do with a visual studio install project for a c# application. We have noticed that if any of the files installed by the installer are moved or deleted that this automatically triggers the installer the next time the application is started. While this would appropriate if the file in question were an executable, the files are actually report files. Clients want to...
0
1406
by: Richard | last post by:
All, There is a KB article pertaining to windows installer running every time an application starts - so I know it's an issue - but the KB article pertains to MS Office only. I am seeing the same behavior as the MS Office installer issue in my installer package. The behavior started happening after I added a custom installer step (implemented in C#) and the behavior stops if I remove my custom installer step.
0
953
by: stevebarker | last post by:
Hi guys, I've got a quick question about installers in .NET. Any advice would be gratefully received! I'm writing a .NET Windows application that needs an installer. I'd really like the set up files to comprise of a SetUp.exe file, an MSI and a CAB file containing all the files (exes, dlls, etc...) for my application. Then, when the SetUp (or MSI) is launched, the installer unpacks what is in the CAB file and deploys it to the install...
3
1850
by: mistral | last post by:
Not sure is this correct place for my question (i am not a programmer): I have some sofware packed into installer, file version: 2.11.15.0, in file properties shown "SFX CAB archive", name "stub32i.exe". I can extract files from this archive with WinZip without launching application. I have an big application that consist from various setup files extracted from similar installer archive. For more convenience, I want pack it into...
1
1166
by: sabapathy | last post by:
I created installer for my application. The extension of document created by application(MDI) is specified in installer. In some situation after installation, when double-click the document, the installer starts repair. But if we drop the file on top of installer it is just starting application. Installer installs some DLLs, data in application folder. What may be the cause for installer repairing when double-click document? Best Regards,...
1
1448
by: erikhaverkamp | last post by:
Hi, I developed a .NET 3.5 WinForms application in Visual Studio 2008 SP1. I use Visual studio to create the installer. From the moment I compiled my installer with the newest VS2008 I have a weird problem. The installer creates an icon on the desktop to start the application. Now sometimes and I can't find when, in stead of running the application it asks for the original msi installer. If I start the application by doubleclicking the exe...
0
9781
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9641
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10769
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10522
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10197
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5777
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4408
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3956
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3072
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.