From ff1cadfa30629604c7de450182b93ef811b3d09f Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sat, 13 Jan 2024 19:19:55 -0600 Subject: [PATCH] Hide DriveSnapshot license option until we get this feature implemented. --- .../Applications/Backup & Imaging/DriveSnapshot.script | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Projects/PhoenixPE/Applications/Backup & Imaging/DriveSnapshot.script b/Projects/PhoenixPE/Applications/Backup & Imaging/DriveSnapshot.script index 0b713f5..d5d5d3c 100644 --- a/Projects/PhoenixPE/Applications/Backup & Imaging/DriveSnapshot.script +++ b/Projects/PhoenixPE/Applications/Backup & Imaging/DriveSnapshot.script @@ -61,6 +61,8 @@ FileCopy,"%ProgramsCache%\%ProgramFolder%\%ProgramExe%","%TargetPrograms%\%Progr FileVersion,"%TargetPrograms%\%ProgramFolder%\%ProgramExe%",%ProgramExeVer% Echo,"Program version: v%ProgramExeVer%" +// TODO: Generate registered .exe using provided license file + /////////////////////////////////////////////////////////////////////////////////// // Settings @@ -244,7 +246,7 @@ Message,"Drive Snapshot is disk imaging software that enables the user to back u // Syntax.........: // Parameters.....: // Return values..: -// Author.........: Homes32, Homes32 +// Author.........: Homes32 // Remarks........: // Related........: // =============================================================================================================================== @@ -269,8 +271,8 @@ txt_StartMenuFolder="Start Menu folder:",1,0,12,201,119,21,"Backup & Imaging" txt_ShortcutName="Shortcut Name:",1,0,12,243,119,21,"Drive Snapshot" bvl_Options=Options,1,12,150,90,195,184,8,Bold cb_RegisterFileExt="Register .sna file extension",1,3,160,105,173,18,True -lbl_RegEdition="Software Edition",1,1,160,200,153,16,8,Normal -cmb_RegEdition="30 Day Evaluation",1,4,160,215,174,21,"30 Day Evaluation","Registered Version",_ToggleRegKey_,True +lbl_RegEdition="Software Edition",0,1,160,200,153,16,8,Normal +cmb_RegEdition="30 Day Evaluation",0,4,160,215,174,21,"30 Day Evaluation","Registered Version",_ToggleRegKey_,True fb_RegKey=,0,13,160,243,174,20,file,"Title=Select your license file","Filter=Text Files|*.txt|All Files|*.*","__Please select the license file (YOURNAME.TXT) you received when you registered the software." lbl_30DayTrial="Note: The 30 day evaluation program contains a built-in time limit of approx. 30 days from the time it was compiled, after which it won't backup any longer. There are no other restrictions in the trial version. You must download a new .exe once it has expired.",1,1,5,285,340,60,8,Normal