Changeset 736


Ignore:
Timestamp:
May 13, 2010, 7:33:03 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Added a big warning to the "lib" archive about uninstalling the previous version of the Qt 4 Runtime package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • packaging/lib.wis.tpl

    r734 r736  
    168168</REXX>
    169169
     170<REXX NAME="AskToUninstallPreviousVersion">
     171    call WirexxShowMessage ,
     172       'Qt 4 Runtime: Warning',,
     173       'IMPORTANT NOTICE:'||'0D0A'x||'0D0A'x,
     174       'If you have another version of the Qt 4 Runtime package installed on your computer, *PLEASE* cancel this installation now and uninstall the previous version first! Upgrading the existing Qt 4 installation is currently *NOT SUPPORTED*.'||'0D0A'x||'0D0A'x,
     175       'The previous version of the Qt 4 Runtime package may be uninstalled using the WarpIn utility which you can start through the Programs menu (Desktop > Local System > Install/Remove > WarpIn > WarpIn) or by typing "warpin" on the command line.'||'0D0A'x||'0D0A'x,,
     176       0
     177    return ''
     178</REXX>
     179
    170180<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
    171181
    172182<PCK INDEX=1
    173183     PACKAGEID="netlabs.org\Qt4\Runtime\${version_path}"
    174      TITLE="Runtime"
     184     TITLE="Runtime=("AskToUninstallPreviousVersion")"
    175185     NODESELECT
    176186     REQUIRES="netlabs.org\kLIBC\LIBC 0.6 Runtime\0\6\3"
Note: See TracChangeset for help on using the changeset viewer.