Changeset 843
- Timestamp:
- 1/2/2009 8:26:41 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
bin/Eraser.iss (modified) (4 diffs)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.txt
r399 r843 5 5 ---------------------------------------------------------------- 6 6 ---------------------------------------------------------------- 7 Eraser 5.87 beta 3: Latest changes 7 Eraser 5.87 beta 4: Latest changes 8 ---------------------------------------------------------------- 9 - Fixed error message when user deletes files and cancels in the 10 Eraser Explorer. 11 - Deleting tasks now require confirmation (as per Windows) 12 - Fixed a hang when users expanded the Network bit of the file 13 data selection dialog (now only affects Verifier) 14 - Run the post-task operation when it is complete. 15 - Replaced the custom file/folder selection dialog with the Windows 16 built-in ones. 17 - The "no files to erase" error no longer appears for file/folder 18 erasures. 19 - Fixed the Hotkey selection dialog in General Preferences 20 - System passwords must be specified for it to be active. Throw 21 an error if the user wanted a password but didn't set one 22 - x64 compatibility fixes (NTAPI call) 23 - The scheduler log size must be positive, the dialog enforces it 24 now. 25 - Allow users to tell Eraser to remember the resolve locked files 26 setting for the current erase. Like a No to All or Yes to All 27 button. 28 - Implemented the deletion of run-at-reboot scheduled tasks. 29 - Compile everything using VS 2008. 30 31 Beta 3 Changes 8 32 ---------------------------------------------------------------- 9 33 - Fixed command line error when selecting subfolders to be erased -
trunk/bin/Eraser.iss
r842 r843 22 22 InfoBeforeFile=..\README.txt 23 23 LicenseFile=..\COPYING.txt 24 WizardImageFile=C:\Program Files \Inno Setup 5\WizModernImage.bmp25 WizardSmallImageFile=C:\Program Files \Inno Setup 5\WizModernSmallImage.bmp24 WizardImageFile=C:\Program Files (x86)\Inno Setup 5\WizModernImage.bmp 25 WizardSmallImageFile=C:\Program Files (x86)\Inno Setup 5\WizModernSmallImage.bmp 26 26 InternalCompressLevel=ultra 27 27 SolidCompression=true … … 57 57 Source: win32\release\Erasext.dll; DestDir: {sys}; Flags: restartreplace uninsrestartdelete 32bit; Components: arch32Bit archWoW 58 58 Source: win32\release\ErsChk.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 32bit; Components: Verify; Check: IsWin32 59 Source: vcredist_x86.exe; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch32Bit 59 Source: vcredist_x86.cab; DestName: vc_red.cab; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch32Bit 60 Source: vcredist_x86.msi; DestName: vc_red.msi; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch32Bit 60 61 61 62 Source: x64\release\Eraser.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: arch64Bit … … 64 65 Source: x64\release\Erasext.dll; DestDir: {sys}; Flags: restartreplace uninsrestartdelete 64bit; Components: arch64Bit 65 66 Source: x64\release\ErsChk.exe; DestDir: {app}; Flags: ignoreversion restartreplace uninsrestartdelete 64bit; Components: Verify; Check: IsWin64 66 Source: vcredist_x64.exe; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch64Bit 67 Source: vcredist_x64.cab; DestName: vc_red.msi; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch64Bit 68 Source: vcredist_x64.msi; DestName: vc_red.msi; DestDir: {tmp}; Flags: deleteafterinstall; Components: arch64Bit 67 69 68 70 [Components] … … 130 132 [Run] 131 133 Filename: {app}\eraser.exe; WorkingDir: {app}; Flags: postinstall nowait skipifsilent; Description: Run Eraser 132 Filename: {tmp}\vcredist_x86.exe; StatusMsg: Installing Visual C++ 2008 Runtime...; Flags: 32bit; Components: arch32Bit 133 Filename: {tmp}\vcredist_x64.exe; StatusMsg: Installing Visual C++ 2008 Runtime...; Flags: 64bit; Components: arch64Bit 134 Filename: msiexec; StatusMsg: Installing Visual C++ 2008 Runtime...; Parameters: "/i ""{tmp}\vc_red.msi""" 134 135 135 136 [Code] -
trunk/version.h
r399 r843 3 3 #define MINOR_NUMBER 8 4 4 #define BUILD_NUMBER 7 5 #define VERSION_NUMBER_STRING "5.8.7-beta 3"6 #define FULL_VERSION_NUMBER_STRING "5.8.7-beta 3"5 #define VERSION_NUMBER_STRING "5.8.7-beta4" 6 #define FULL_VERSION_NUMBER_STRING "5.8.7-beta4" 7 7 8 8 #define SAFE_VERSION_NUMBER_STRING "5.8.7"
Note: See TracChangeset
for help on using the changeset viewer.
