diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6766fe8afb..ffe02aeba3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/package/mpkg_win.nsi b/harbour/package/mpkg_win.nsi index 4f402a4a1e..dcb112500d 100644 --- a/harbour/package/mpkg_win.nsi +++ b/harbour/package/mpkg_win.nsi @@ -26,6 +26,8 @@ SetDateSave on SetDatablockOptimize on CRCCheck on +RequestExecutionLevel user + ; The name of the installer Name "Harbour Project"