From: <av...@us...> - 2011-05-23 20:59:12
|
Revision: 3622 http://sc2.svn.sourceforge.net/sc2/?rev=3622&view=rev Author: avolkov Date: 2011-05-23 20:59:06 +0000 (Mon, 23 May 2011) Log Message: ----------- Windows installer: fix a (benign?) register preservation bug in HandlePackage Modified Paths: -------------- trunk/sc2/build/win32_install/uqm-installer.nsi Modified: trunk/sc2/build/win32_install/uqm-installer.nsi =================================================================== --- trunk/sc2/build/win32_install/uqm-installer.nsi 2011-05-23 20:53:55 UTC (rev 3621) +++ trunk/sc2/build/win32_install/uqm-installer.nsi 2011-05-23 20:59:06 UTC (rev 3622) @@ -204,7 +204,6 @@ Exch $0 # File location Exch Exch $1 # File name - Exch Push $2 Push $3 # Check to make sure the file wasn't already installed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |