Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
Hi,

I am new to installers. (how new? never done this before)

I have a pretty heavy application using many inner and external dlls and resources. I have all projects set to produce the output resources into one single folder, let's call it - MySourceFolder.

I need a simple installer that will take MySourceFolder (including all files and subfolders), copy them into MyTargetFolder on my client machines, and set the EXE file shortcut on their Taskbar and the StartMenu.

What's the best installer to use, or if it's all too simple, how to implement this myself using code (C#)?

Thanks,
H
Posted
Comments
Kornfeld Eliyahu Peter 24-Feb-14 5:31am    
Did you read about Visual Studio's Setup Project?
Herbisaurus 24-Feb-14 5:37am    
A little, yes.

It seems very strict on it's stages, not flexible and most important, it works as an installer of a visual studio project.

I need something simpler. An installer that will extract and copy the files to the location, no registry needed. and the additional small feature, to set the StartMeny and TaskBar icon of the app's exe.

Perhaps I missed the easy one click option of it :) (direct me if so...)
Kornfeld Eliyahu Peter 24-Feb-14 5:41am    
You may check this - http://www.jrsoftware.org/isinfo.php
Herbisaurus 24-Feb-14 5:54am    
Yes, that's look just fine!
Do you want to post this as an answer so that I can accept it as a solution?

You may check this - http://www.jrsoftware.org/isinfo.php[^]
 
Share this answer
 
v2
Comments
Herbisaurus 24-Feb-14 7:26am    
Thanks Eliyahu.
Check this past answer for similar question
How to deploy C# windows application With Sql Server?[^]

Or you could use tools like WIX[^]
 
Share this answer
 
Comments
Herbisaurus 24-Feb-14 5:40am    
The links you posted in your previous answer focus on SQL based app.
I don't have a DB to set.

I can google for answers and start reading but I intended an answer that would save me the time to try 4 products until I see which one is good for me.

Thanks anyway thatraja...
thatraja 24-Feb-14 6:22am    
In codeproject you could find many articles related to that, wait......check below page.
Installers related articles @ Codeproject

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900