From: Brian S. <xue...@us...> - 2007-10-14 17:25:21
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19480 Added Files: Tag: b0_22_2 ioUM.ini Log Message: Defines the layout of the new custom page displayed when the uninstaller is started. This page offers a choice between modifying the installation and removing it from the computer. --- NEW FILE: ioUM.ini --- #------------------------------------------------------------------- # # ioUM.ini --- This file is used by "installer.nsi", one of the NSIS scripts # used to create the Windows installer (and the uninstaller) for # POPFile. This file defines the layout of the custom page used # to select the uninstaller mode. # # Copyright (c) 2007 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # # POPFile is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with POPFile; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # #------------------------------------------------------------------- [Settings] NumFields=4 [Field 1] Type=radiobutton Text=Modify the existing POPFile installation Left=20 Right=-1 Top=30 Bottom=40 [Field 2] Type=radiobutton Text=Uninstall the POPFile program Left=20 Right=-1 Top=75 Bottom=85 [Field 3] Type=label Text= Left=35 Right=-1 Top=45 Bottom=65 [Field 4] Type=label Text= Left=35 Right=-1 Top=90 Bottom=110 #-------------------- # End of ioUM.ini #-------------------- |