Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   NSIS (repair install and/or upgrade) functionality (http://forums.winamp.com/showthread.php?t=318825)

dimoes 30th April 2010 20:07

NSIS (repair install and/or upgrade) functionality
 
Hi,

I am trying to create an installer that allows the user to upgrade from previous versions without having to separately uninstall, then install.

Can someone direct me to where I can find this information?

Thanks;)

MSG 30th April 2010 20:30

Because no two software applications are the same, there is no automated functionality for this. You'll have to write you own.

This question has been asked dozens of times before. Please try searching before asking, next time.

redxii 30th April 2010 21:25

You can simply run the uninstaller of the old version silently ( /S switch) before doing anything else, using the uninstall info from registry to figure out where that older version is installed.

Or you can borrow from other projects.. Filezilla is open source and their script is here: http://svn.filezilla-project.org/fil...?revision=3683. You just have to figure how to work their solution into your script.. depending on your familiarity with NSIS that might be easy or difficult.


All times are GMT. The time now is 23:02.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.