Bugs item #3402354, was opened at 2011-09-01 14:25
Message generated for change (Tracker Item Submitted) made by meinolf01
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3402354&group_id=212019

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: maven-nsis-plugin
Group: maven-nsis-plugin-0.2.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: msd (meinolf01)
Assigned to: Bindul Bhowmik (bindul)
Summary: Uninstall does not work if installdir != default installdir

Initial Comment:
Tested with 0.2.0 Milestone 1

Uninstall does not work if installdir != default installdir.
This happens only if you try to install an the installer has found a existing 
version.

Reason: The location given to the uninstaller ist alway the default install 
directory

Solution:
Change the "Run the uninstaller" section in the velocity functions.vm template 

        ; Run the uninstaller
        uninst:
            ReadRegStr $nsisR1 ${nsisProdUninstRootKey} "${nsisProdUninstKey}" 
"InstallDir"
            ClearErrors
            ExecWait '$nsisR0 _?=$nsisR1'

Before it was 
            ExecWait '$nsisR0 _?=$nsisInstDir'


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1020092&aid=3402354&group_id=212019

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
mindtreeinsight-devel mailing list
mindtreeinsight-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-devel

Reply via email to