Bug #163
Windows Installer Does Not Handle Upgrades Correctly
Start date:
07/05/2010
Due date:
% Done:
100%
Description
The Windows installer does not handle upgrades correctly. If upgrading the installer should:
- Skip asking the user for an administrator username and password
- Stop the service if it is running
- Skip the --install call
- Call --upgrade when done
History
#1 Updated by Luke Murphey over 14 years ago
See http://nsis.sourceforge.net/IfFileExists_Changes_Section_Flags and http://forums.winamp.com/showthread.php?postid=2533518 for how to use IfFileExists.
See http://nsis.sourceforge.net/NsSCM_plug-in for information on querying whether the service exists and controlling it.
#2 Updated by Luke Murphey over 14 years ago
- Status changed from New to Closed
- Target version set to 1.0 (Release)
- % Done changed from 0 to 100
Implemented in r525.