- Fixed ProgramExe for 32bit SumatraPDF

- Fixed shortcut icon on NT6Repair
This commit is contained in:
Homes32
2024-12-28 22:19:07 -06:00
parent 53ebaff9b5
commit 02dba11fb9
5 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
// Additional 3rd party tools, encoded files, and programs used by the project are the property // 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. // 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 // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

View File

@@ -6,7 +6,7 @@
// Additional 3rd party tools, encoded files, and programs used by the project are the property // 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. // 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 // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal // of this software and associated documentation files (the "Software"), to deal

View File

@@ -35,8 +35,8 @@ Author=Homes32
Level=5 Level=5
Selected=False Selected=False
Mandatory=False Mandatory=False
Version=1.0.0.0 Version=1.0.1.0
Date=2020-04-05 Date=2024-12-28
[Variables] [Variables]
%ProgramFolder%="NT6Repair" %ProgramFolder%="NT6Repair"
@@ -55,8 +55,8 @@ ExtractAllFiles,%ScriptFile%,%SourceArch%,"%TargetPrograms%\%ProgramFolder%"
/////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////
// Shortcuts // Shortcuts
If,%cb_DesktopShc%,Equal,True,AddShortcut,Desktop,,%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%",,,"%PEPrograms%\%ProgramFolder%\OfflineSFC.ico" 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_PinToTaskbar%,Equal,True,PinShortcut,Taskbar,Auto,"%PEPrograms%\%ProgramFolder%\%ProgramExe%"
If,%cb_PinToStartMenu%,Equal,True,PinShortcut,StartMenu,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 // Related........: btn_ScriptInfo
// =============================================================================================================================== // ===============================================================================================================================
[ShowScriptInfo] [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#] [#Interface#]
// =============================================================================================================================== // ===============================================================================================================================

View File

@@ -297,7 +297,7 @@ Message,"WinContig has been designed specifically to meet the needs of users who
[Interface] [Interface]
btn_LaunchProgram="Launch WinContig",1,8,5,5,130,25,LaunchProgram,play-hot.png,False 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 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_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_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" btn_SetDefaultOptions=,1,8,541,5,25,25,SetDefaultOptions,SetDefaults_16.png,True,"__Restore Defaults"

View File

@@ -41,7 +41,7 @@ Mandatory=False
[Variables] [Variables]
%ProgramFolder%="SumatraPDF" %ProgramFolder%="SumatraPDF"
%ProgramVersion%=3.5.2 %ProgramVersion%=3.5.2
%ProgramExex86%="SumatraPDF-%ProgramVersion%-86.exe" %ProgramExex86%="SumatraPDF-%ProgramVersion%-32.exe"
%ProgramExex64%="SumatraPDF-%ProgramVersion%-64.exe" %ProgramExex64%="SumatraPDF-%ProgramVersion%-64.exe"
%DownloadURLx86%=https://www.sumatrapdfreader.org/dl/rel/%ProgramVersion%/SumatraPDF-%ProgramVersion%.zip %DownloadURLx86%=https://www.sumatrapdfreader.org/dl/rel/%ProgramVersion%/SumatraPDF-%ProgramVersion%.zip
%DownloadURLx64%=https://www.sumatrapdfreader.org/dl/rel/%ProgramVersion%/SumatraPDF-%ProgramVersion%-64.zip %DownloadURLx64%=https://www.sumatrapdfreader.org/dl/rel/%ProgramVersion%/SumatraPDF-%ProgramVersion%-64.zip