Fixed CrystalDiskInfo and CrystalDiskMark download URL's getting AD walled.

This commit is contained in:
Homes32
2025-04-29 19:21:55 -05:00
parent 0ad22d7d99
commit 35fb6d1a3f
2 changed files with 18 additions and 16 deletions

View File

@@ -32,9 +32,9 @@
Title=CrystalDiskMark Title=CrystalDiskMark
Author=Homes32 Author=Homes32
Level=5 Level=5
Version=1.0.1.0 Version=1.0.2.0
Description=CrystalDiskMark is a simple disk benchmark software. Description=CrystalDiskMark is a simple disk benchmark software.
Date=2025-02-23 Date=2025-04-29
Selected=False Selected=False
Mandatory=False Mandatory=False
@@ -42,8 +42,8 @@ Mandatory=False
%ProgramFolder%="CrystalDiskMark" %ProgramFolder%="CrystalDiskMark"
%ProgramExex86%="DiskMark32.exe" %ProgramExex86%="DiskMark32.exe"
%ProgramExex64%="DiskMark64.exe" %ProgramExex64%="DiskMark64.exe"
%DownloadURL%=https://crystalmark.info/redirect.php?product=CrystalDiskMark %DownloadURL%=https://sourceforge.net/projects/crystaldiskmark/files/latest/download
%SetupFile%="CrystalDiskMark.zip" %SetupFile%="CrystalDiskMark.exe"
// CrystalDiskMark v8.0.6 (and possibly earlier versions) does not correctly identify and process .ini files in the same // CrystalDiskMark v8.0.6 (and possibly earlier versions) does not correctly identify and process .ini files in the same
// directory as the .exe and will always look in the %AppData% folder for the settings. // directory as the .exe and will always look in the %AppData% folder for the settings.
%ConfigFilex86%="%TargetAppData%\%ProgramFolder%\DiskMark32.ini" %ConfigFilex86%="%TargetAppData%\%ProgramFolder%\DiskMark32.ini"
@@ -93,10 +93,11 @@ If,%cb_PinToStartMenu%,Equal,True,PinShortcut,StartMenu,Auto,"%PEPrograms%\%Prog
[ExtractProgram] [ExtractProgram]
Echo,"Extracting files..." Echo,"Extracting files..."
GetParam,1,%DestDir% GetParam,1,%DestDir%
Decompress,%ProgramsCache%\%ProgramFolder%\%SetupFile%,%DestDir% InnoExtract,%ProgramsCache%\%ProgramFolder%\%SetupFile%,"%ProjectTemp%\%ProgramFolder%"
FileDeleteEx,"%DestDir%\DiskMarkA64.exe" FileDeleteEx,"%ProjectTemp%\%ProgramFolder%\{App}\DiskMarkA64.exe"
If,%SourceArch%,Equal,x64,FileDeleteEx,%ProgramExex86% If,%SourceArch%,Equal,x64,FileDeleteEx,"%ProjectTemp%\%ProgramFolder%\{App}\%ProgramExex86%"
Else,FileDeleteEx,%ProgramExex64% Else,FileDeleteEx,"%ProjectTemp%\%ProgramFolder%\{App}\%ProgramExex64%"
FileCopy,"%ProjectTemp%\%ProgramFolder%\{App}\*.*",%DestDir%
[#DownloadProgram#] [#DownloadProgram#]
// =============================================================================================================================== // ===============================================================================================================================

View File

@@ -32,9 +32,9 @@
Title=CrystalDiskInfo Title=CrystalDiskInfo
Author=Homes32 Author=Homes32
Level=5 Level=5
Version=1.0.0.0 Version=1.0.1.0
Description=CrystalDiskInfo is an Open Source utility that monitors and displays the health of your hard drive, including basic information, S.M.A.R.T. values, and disk temperature. Description=CrystalDiskInfo is an Open Source utility that monitors and displays the health of your hard drive, including basic information, S.M.A.R.T. values, and disk temperature.
Date=2024-06-20 Date=2025-04-29
Selected=False Selected=False
Mandatory=False Mandatory=False
@@ -42,8 +42,8 @@ Mandatory=False
%ProgramFolder%="CrystalDiskInfo" %ProgramFolder%="CrystalDiskInfo"
%ProgramExex86%="DiskInfo32.exe" %ProgramExex86%="DiskInfo32.exe"
%ProgramExex64%="DiskInfo64.exe" %ProgramExex64%="DiskInfo64.exe"
%DownloadURL%=https://crystalmark.info/redirect.php?product=CrystalDiskInfo %DownloadURL%=https://sourceforge.net/projects/crystaldiskinfo/files/latest/download
%SetupFile%="CrystalDiskInfo.zip" %SetupFile%="CrystalDiskInfo.exe"
%ConfigFile%="%TargetPrograms%\%ProgramFolder%\DiskInfo.ini" %ConfigFile%="%TargetPrograms%\%ProgramFolder%\DiskInfo.ini"
[Process] [Process]
@@ -94,10 +94,11 @@ If,%cb_PinToStartMenu%,Equal,True,PinShortcut,StartMenu,Auto,"%PEPrograms%\%Prog
[ExtractProgram] [ExtractProgram]
Echo,"Extracting files..." Echo,"Extracting files..."
GetParam,1,%DestDir% GetParam,1,%DestDir%
Decompress,%ProgramsCache%\%ProgramFolder%\%SetupFile%,%DestDir% InnoExtract,%ProgramsCache%\%ProgramFolder%\%SetupFile%,"%ProjectTemp%\%ProgramFolder%"
FileDeleteEx,"%DestDir%\DiskInfoA64.exe" FileDeleteEx,"%ProjectTemp%\%ProgramFolder%\{App}\DiskInfoA64.exe"
If,%SourceArch%,Equal,x64,FileDeleteEx,%ProgramExex86% If,%SourceArch%,Equal,x64,FileDeleteEx,"%ProjectTemp%\%ProgramFolder%\{App}\%ProgramExex86%"
Else,FileDeleteEx,%ProgramExex64% Else,FileDeleteEx,"%ProjectTemp%\%ProgramFolder%\{App}\%ProgramExex64%"
FileCopy,"%ProjectTemp%\%ProgramFolder%\{App}\*.*",%DestDir%
[#DownloadProgram#] [#DownloadProgram#]
// =============================================================================================================================== // ===============================================================================================================================