From 02dba11fb949dc521e21353888b6c7ff4b68b73a Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sat, 28 Dec 2024 22:19:07 -0600 Subject: [PATCH] - Fixed ProgramExe for 32bit SumatraPDF - Fixed shortcut icon on NT6Repair --- .../Applications/Benchmarking/CrystalDiskMark.script | 2 +- .../Diagnostics & Repair/CrystalDiskInfo.script | 2 +- .../Applications/Diagnostics & Repair/NT6Repair.script | 10 +++++----- .../Applications/Disk Management/WinContig.script | 2 +- .../Applications/Productivity/SumatraPDF.script | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Projects/PhoenixPE/Applications/Benchmarking/CrystalDiskMark.script b/Projects/PhoenixPE/Applications/Benchmarking/CrystalDiskMark.script index f86d5af..741a646 100644 --- a/Projects/PhoenixPE/Applications/Benchmarking/CrystalDiskMark.script +++ b/Projects/PhoenixPE/Applications/Benchmarking/CrystalDiskMark.script @@ -6,7 +6,7 @@ // Additional 3rd party tools, encoded files, and programs used by the project are the property // of their respective authors and may be subject to their own license agreement. // -// Copyright (c) 2024 Homes32 +// Copyright (c) 2014-2025 Homes32 // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Projects/PhoenixPE/Applications/Diagnostics & Repair/CrystalDiskInfo.script b/Projects/PhoenixPE/Applications/Diagnostics & Repair/CrystalDiskInfo.script index 38803f7..5bd7f72 100644 --- a/Projects/PhoenixPE/Applications/Diagnostics & Repair/CrystalDiskInfo.script +++ b/Projects/PhoenixPE/Applications/Diagnostics & Repair/CrystalDiskInfo.script @@ -6,7 +6,7 @@ // Additional 3rd party tools, encoded files, and programs used by the project are the property // of their respective authors and may be subject to their own license agreement. // -// Copyright (c) 2024 Homes32 +// Copyright (c) 2014-2025 Homes32 // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Projects/PhoenixPE/Applications/Diagnostics & Repair/NT6Repair.script b/Projects/PhoenixPE/Applications/Diagnostics & Repair/NT6Repair.script index b175715..98e1486 100644 --- a/Projects/PhoenixPE/Applications/Diagnostics & Repair/NT6Repair.script +++ b/Projects/PhoenixPE/Applications/Diagnostics & Repair/NT6Repair.script @@ -35,8 +35,8 @@ Author=Homes32 Level=5 Selected=False Mandatory=False -Version=1.0.0.0 -Date=2020-04-05 +Version=1.0.1.0 +Date=2024-12-28 [Variables] %ProgramFolder%="NT6Repair" @@ -55,8 +55,8 @@ ExtractAllFiles,%ScriptFile%,%SourceArch%,"%TargetPrograms%\%ProgramFolder%" /////////////////////////////////////////////////////////////////////////////////// // Shortcuts -If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%",,,"%PEPrograms%\%ProgramFolder%\OfflineSFC.ico" -If,%cb_StartMenuShc%,Equal,True,AddShortcut,StartMenu,%txt_StartMenuFolder%,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%",,,"%PEPrograms%\%ProgramFolder%\OfflineSFC.ico" +If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" +If,%cb_StartMenuShc%,Equal,True,AddShortcut,StartMenu,%txt_StartMenuFolder%,%txt_ShortcutName%,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" If,%cb_PinToTaskbar%,Equal,True,PinShortcut,Taskbar,Auto,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" If,%cb_PinToStartMenu%,Equal,True,PinShortcut,StartMenu,Auto,"%PEPrograms%\%ProgramFolder%\%ProgramExe%" @@ -123,7 +123,7 @@ Message,"There are no advanced options available for this script." // Related........: btn_ScriptInfo // =============================================================================================================================== [ShowScriptInfo] -Message,"NT6Repair is a small tool for performing boot loader and startup repair on NT6 operating systems.#$x#$xNT6Repair is freeware develped by SIW2." +Message,"NT6Repair is a small tool for performing boot loader and startup repair on NT6 operating systems.#$x#$xNT6Repair is freeware developed by SIW2." [#Interface#] // =============================================================================================================================== diff --git a/Projects/PhoenixPE/Applications/Disk Management/WinContig.script b/Projects/PhoenixPE/Applications/Disk Management/WinContig.script index 4c8794a..6a05ad9 100644 --- a/Projects/PhoenixPE/Applications/Disk Management/WinContig.script +++ b/Projects/PhoenixPE/Applications/Disk Management/WinContig.script @@ -297,7 +297,7 @@ Message,"WinContig has been designed specifically to meet the needs of users who [Interface] btn_LaunchProgram="Launch WinContig",1,8,5,5,130,25,LaunchProgram,play-hot.png,False bvl_Homepage=bvl_Homepage,1,12,367,5,72,25 -web_Homepage=Homepage,1,10,377,9,60,18,https://wincontig.mdtzone.it +web_Homepage=Homepage,1,10,377,9,60,18,https://www.mdtzone.it/sw/wincontig/en/index.html btn_DownloadProgram=,1,8,448,5,25,25,DownloadProgram,VistalcoDownload_16.png,False,"__Download the program." btn_PurgeCache=,1,8,479,5,25,25,ClearDownloadCache,Trash.ico,True,"__Remove all downloaded setup files." btn_SetDefaultOptions=,1,8,541,5,25,25,SetDefaultOptions,SetDefaults_16.png,True,"__Restore Defaults" diff --git a/Projects/PhoenixPE/Applications/Productivity/SumatraPDF.script b/Projects/PhoenixPE/Applications/Productivity/SumatraPDF.script index f7d7885..173c877 100644 --- a/Projects/PhoenixPE/Applications/Productivity/SumatraPDF.script +++ b/Projects/PhoenixPE/Applications/Productivity/SumatraPDF.script @@ -41,7 +41,7 @@ Mandatory=False [Variables] %ProgramFolder%="SumatraPDF" %ProgramVersion%=3.5.2 -%ProgramExex86%="SumatraPDF-%ProgramVersion%-86.exe" +%ProgramExex86%="SumatraPDF-%ProgramVersion%-32.exe" %ProgramExex64%="SumatraPDF-%ProgramVersion%-64.exe" %DownloadURLx86%=https://www.sumatrapdfreader.org/dl/rel/%ProgramVersion%/SumatraPDF-%ProgramVersion%.zip %DownloadURLx64%=https://www.sumatrapdfreader.org/dl/rel/%ProgramVersion%/SumatraPDF-%ProgramVersion%-64.zip