Hasleo Software Forums
Feature REQUESTS - Printable Version

+- Hasleo Software Forums (https://www.easyuefi.com/forums)
+-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1)
+--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=10)
+--- Thread: Feature REQUESTS (/showthread.php?tid=1262)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


RE: Feature REQUESTS - admin - 08-25-2024

(08-24-2024, 11:45 PM)Froggie Wrote: When trying to to make HBS more portable (using 7-Zip for example), it turns out that process is made much more difficult by the "res" folder being outside of the "bin" folder.  Is there any chance it can be programmed to be inside the "bin" folder... or maybe a test build made available to play with that has this capability.

Thanks in advance for your consideration...

This is certainly possible, but would require some changes to the code and packaging scripts, which would take some time. Why not just zip the parent directory of the bin/res?


RE: Feature REQUESTS - admin - 08-25-2024

(08-24-2024, 07:43 PM)chmichael Wrote:
(08-20-2024, 10:38 PM)admin Wrote: The backup feature of the backup software on the market all seem to only back up Windows system related partitions, obviously you can accomplish what you need by creating two backup tasks, but I'll get back to my developers with your suggestion. Thanks.

I understand but Veeam allows you to add additional partition/drives on system backup.
As i said i usually have the OS on a SSD and the DATA of the applications on a HDD.

Currently i use the partition/drive selection of Hasleo instead of system backup.

I see what you mean, however to implement such a feature would require a lot of changes to the code, so we need to think about it carefully. Also we don't have time to finish it now, maybe it will be improved in a future release.


RE: Feature REQUESTS - n8chavez - 08-26-2024

Can we get the dark theme in the WinPE version?


RE: Feature REQUESTS - admin - 08-26-2024

(08-26-2024, 05:22 AM)n8chavez Wrote: Can we get the dark theme in the WinPE version?

If HBS is using Dark theme when creating the WinPE then the created WinPE uses Dark theme. Do you mean you want to be able to change the theme manually in WinPE?


RE: Feature REQUESTS - n8chavez - 08-26-2024

(08-26-2024, 01:47 PM)admin Wrote:
(08-26-2024, 05:22 AM)n8chavez Wrote: Can we get the dark theme in the WinPE version?

If HBS is using Dark theme when creating the WinPE then the created WinPE uses Dark theme. Do you mean you want to be able to change the theme manually in WinPE?


Right.  But that's when you create the disk in HBS itself.  If you were to take the files located here: C:\Program Files\HBS\bin\WinPE (which is what HBS uses to make the disc) on any other PE/RE disc, then HBS would not make use of the dark theme.  In that case all we have the option for is the white them.  It seems to me that the dark theme files are not included.


RE: Feature REQUESTS - admin - 08-26-2024

(08-26-2024, 06:24 PM)n8chavez Wrote:
(08-26-2024, 01:47 PM)admin Wrote:
(08-26-2024, 05:22 AM)n8chavez Wrote: Can we get the dark theme in the WinPE version?

If HBS is using Dark theme when creating the WinPE then the created WinPE uses Dark theme. Do you mean you want to be able to change the theme manually in WinPE?


Right.  But that's when you create the disk in HBS itself.  If you were to take the files located here: C:\Program Files\HBS\bin\WinPE (which is what HBS uses to make the disc) on any other PE/RE disc, then HBS would not make use of the dark theme.  In that case all we have the option for is the white them.  It seems to me that the dark theme files are not included.

In WinPE/WinRE, you can add "ThemeType=Value" to the [Settings] section in "Backup Suite.ini" to specify the default theme type. 
ThemeType=0 Automatic
ThemeType=1 Light
ThemeType=2 Dark
[Image: attachment.php?aid=481]


RE: Feature REQUESTS - Froggie - 08-27-2024

(08-25-2024, 11:02 AM)admin Wrote:
(08-24-2024, 11:45 PM)Froggie Wrote: When trying to to make HBS more portable (using 7-Zip for example), it turns out that process is made much more difficult by the "res" folder being outside of the "bin" folder.  Is there any chance it can be programmed to be inside the "bin" folder... or maybe a test build made available to play with that has this capability.

Thanks in advance for your consideration...

This is certainly possible, but would require some changes to the code and packaging scripts, which would take some time. Why not just zip the parent directory of the bin/res?

Thanks for the look... I've found another way and it works as I need.



RE: Feature REQUESTS - n8chavez - 08-27-2024

(08-26-2024, 07:53 PM)admin Wrote:
(08-26-2024, 06:24 PM)n8chavez Wrote:
(08-26-2024, 01:47 PM)admin Wrote:
(08-26-2024, 05:22 AM)n8chavez Wrote: Can we get the dark theme in the WinPE version?

If HBS is using Dark theme when creating the WinPE then the created WinPE uses Dark theme. Do you mean you want to be able to change the theme manually in WinPE?


Right.  But that's when you create the disk in HBS itself.  If you were to take the files located here: C:\Program Files\HBS\bin\WinPE (which is what HBS uses to make the disc) on any other PE/RE disc, then HBS would not make use of the dark theme.  In that case all we have the option for is the white them.  It seems to me that the dark theme files are not included.

In WinPE/WinRE, you can add "ThemeType=Value" to the [Settings] section in "Backup Suite.ini" to specify the default theme type. 
ThemeType=0 Automatic
ThemeType=1 Light
ThemeType=2 Dark
[Image: attachment.php?aid=481]

Sweeeeet!  Thanks @admin.


RE: Feature REQUESTS - admin - 08-27-2024

(08-27-2024, 02:50 AM)Froggie Wrote:
(08-25-2024, 11:02 AM)admin Wrote:
(08-24-2024, 11:45 PM)Froggie Wrote: When trying to to make HBS more portable (using 7-Zip for example), it turns out that process is made much more difficult by the "res" folder being outside of the "bin" folder.  Is there any chance it can be programmed to be inside the "bin" folder... or maybe a test build made available to play with that has this capability.

Thanks in advance for your consideration...

This is certainly possible, but would require some changes to the code and packaging scripts, which would take some time. Why not just zip the parent directory of the bin/res?

Thanks for the look... I've found another way and it works as I need.

Glad to hear that. So will future versions still need to put the res in the bin directory? Thanks.


RE: Feature REQUESTS - Froggie - 08-27-2024

Not at all... continue developing away on this great product!