D
D
Dmitry Zamula2013-11-22 11:18:20
C++ / C#
Dmitry Zamula, 2013-11-22 11:18:20

How to make an installation (.exe) file?

Hello, I have a program (.exe) now I need to make an installer for it (like Install Wizzard or something like that). What are ready-made solutions for such situations, or how to do it yourself?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Vishnyakov, 2013-11-22
@DimkaMind

wix . Free, simple (xml), a lot of examples on the net (codeplex.com to help), support for msi, exe, their own shells. And most importantly, it is used in Microsoft itself (Visual Studio 2012/2013 installers use it, for example).

P
Pavel Osadchuk, 2013-11-22
@xakpc

For C# and .NET applications, the easiest option is publishing via ClickOnce. It is done through the project properties.
http://msdn.microsoft.com/en-us/library/71baz9ah.aspx
However, there are limitations and should be clearly understood http://msdn.microsoft.com/en-us/library/e2444w33.aspx

B
Badevlad, 2013-11-25
@Badevlad

I join the advice of Smilleey. The easiest way is to use Inno Setup. The average installer is done in a few mouse clicks. If you need something more free (Inno Setup is free for non-commercial use only) or more powerful, try NSIS. He is more difficult. For simplicity, it can be used in conjunction with Venis.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question