mirror of
https://github.com/PhoenixPE/PhoenixPE.git
synced 2025-09-16 18:18:04 +02:00
- Fixed ProgramExe for 32bit SumatraPDF
- Fixed shortcut icon on NT6Repair
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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#]
|
||||
// ===============================================================================================================================
|
||||
|
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user