|
-
Jul 28th, 2010, 04:47 AM
#1
Thread Starter
New Member
[RESOLVED] Looking For Good Installer
Hi Guys,
I just need your help concerning installers.
I need to use one for a vb project with many scripts and multi-installations...Do you have any idea which is the most appropriate installer for this?
I used to use Installshield but i was not very satisfied becasue of lots of limitations and unfriendly use.
Thanks in advanced
PS:This is a very old post but i think that is better to use this than to create a new one for the same topic, and i hope that this won't be a drawback.
-
Jul 28th, 2010, 09:19 AM
#2
Re: Which installer do you use?
Welcome to the forum.
First, a couple of hints. When you have a question, start your own thread for it, instead of hijacking other threads, and link to a related thread if you need. That's the common/accepted practice here.
For your problem I'd suggested NSIS, it's free and scripted and you can do practically anything with it. If you hit a snag you have an excellent support forum on winamp.com
-
Jul 29th, 2010, 02:45 AM
#3
Thread Starter
New Member
Re: Which installer do you use?
Thank you Baja yu
Your suggestions well noted for the next time.
The problem concerning installer is that becasue i have already paid for Installshield do you believe that its better to avoid using this and try NSIS or its the same thing?
Becasue i have heard many good things for NSIS but i have not understand why, except that its free off course.
-
Jul 29th, 2010, 06:14 AM
#4
Re: Which installer do you use?
I haven't used InstallShield, but NSIS is good as it is scripted, you can write your installer scripts to do pretty much anything, custom screens, behavior etc.
What are some tasks you are hoping to achieve with it?
-
Jul 29th, 2010, 06:43 AM
#5
Re: Looking For Good Installer
 Originally Posted by atletico
PS:This is a very old post but i think that is better to use this than to create a new one for the same topic
Actually creating a new one is preferable...with that in mind, I have split off your posts, and their responses, into its own thread.
-
Jul 29th, 2010, 11:33 AM
#6
Re: Looking For Good Installer
There are many advantages to using a tool that creates MSI packages that can be managed via Windows Installer. This also saves frustration for network managers who otherwise need to repackage your application so it can be deployed using "fleet deployment" tools (Group Policy, Windows Deployment Services, etc.).
There are a number of 3rd party tools providing advanced packaging to MSI format, but in most cases the Visual Studio tools are adequate.
-
Jul 30th, 2010, 03:48 AM
#7
Re: Looking For Good Installer
You would also use Wix 3.
It is basically all XML based and gives you much more control than Installshield. There is a bit of a learning curve as first but there are good tutorials out there that can help.
Please Mark your Thread "Resolved",  if the query is solved & Rate those who have helped you
-
Jul 30th, 2010, 03:56 AM
#8
Thread Starter
New Member
Re: Looking For Good Installer
Thank you all, i got your point.
Baja yu, concerning your query, i need to create an installation package which includes executions of scripts and exes (with command line orders), register files (dlls-ocxs), multi-installations (msi into msi), creation of patches and keep version control too.
Anyway, thanks a lot again guys you are very helpful!!
-
Jul 30th, 2010, 07:31 AM
#9
Re: [RESOLVED] Looking For Good Installer
Back in my VB6 days I used to like Innosetup but that was a long time ago and probably isn't relevant now. For .Net projects I'm with Dilettante - A straightforward installation project has always provided everything I need.
The best argument against democracy is a five minute conversation with the average voter - Winston Churchill
Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|