2009-12-22 23:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* package/mpkg_win.nsi
    ! Fixed uninstallation of Start Menu on Vista/Win7, at the
      same time it won't ask for admin credentials anymore on
      these OS versions.
      [TOMERGE 2.0]
This commit is contained in:
Viktor Szakats
2009-12-22 22:40:07 +00:00
parent d202ce1b75
commit dcda795448
2 changed files with 9 additions and 0 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-22 23:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* package/mpkg_win.nsi
! Fixed uninstallation of Start Menu on Vista/Win7, at the
same time it won't ask for admin credentials anymore on
these OS versions.
[TOMERGE 2.0]
2009-12-22 23:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* harbour-win-spec
* harbour-wce-spec

View File

@@ -26,6 +26,8 @@ SetDateSave on
SetDatablockOptimize on
CRCCheck on
RequestExecutionLevel user
; The name of the installer
Name "Harbour Project"