Commit Graph

61 Commits

Author SHA1 Message Date
Homes32
73f4b63860 PhoenixAPI Enhancements:
- Enhanced error handling in GetBinaryResource
- Removed some magic numbers
2025-01-19 20:19:36 -06:00
Homes32
53ebaff9b5 WebGetEx can now download files from an FTP/SFTP server. 2024-12-23 08:44:50 -06:00
Homes32
09f720e490 bump copyright year 2024-12-14 12:19:07 -06:00
Homes32
436329fd82 Add aria2 binaries for WebGetEx command 2024-12-12 23:31:54 -06:00
Homes32
b2aaeeaf70 Fix NOERR flag on WebGetEx 2024-11-02 23:21:31 -05:00
Homes32
5fcd83c2d4 PhoenixAPI.script - Refactor RegUnloadHives command. 2024-11-02 22:09:43 -05:00
Homes32
ca7ed0b752 PhoenixAPI.script - Refactor InnoExtract command. 2024-11-02 21:35:49 -05:00
Homes32
355136fc98 PhoenixAPI.script - Implemented WebGetEx command. 2024-11-02 21:10:47 -05:00
Homes32
08a01d1d54 Fix Space in path causes PhoenixAPI-DriveGetType to fail (Issue #107) 2024-09-12 18:52:35 -05:00
Homes32
1c3fe0f135 Optimize support log generation. In addition, the support log is now packed in a .zip file for easier uploading to github and forums that don't support .7z files. 2024-08-17 09:26:53 -05:00
Homes32
a72633c020 Pre-flight Check Output Path verification has been enhanced to check for unsupported paths such as Ram drives, UNC paths, and mapped drives. (Issue #96)
- Includes new PhoenixAPI command - DriveGetType
2024-07-07 18:43:50 -05:00
Homes32
94bd9de287 Replaced CTrim with StartTrim/EndTrim where applicable. Bump required PEBakery engine version to v1.2.0 (Issue #96) 2024-06-29 15:08:54 -05:00
Homes32
da58be7d19 Fixed handling of double-quotes in AddShortcut and AddAutoRun. 2024-02-07 21:10:04 -06:00
Homes32
658f7c1243 Fixed a regression with Start menu shortcut creation 2024-01-07 14:27:34 -06:00
Homes32
d6068bdcca Added GetStringResource command to the PhoenixAPI to allow extracting strings from the resource table of a binary. 2024-01-06 21:28:28 -06:00
Homes32
1deabd9740 Optimize JSONRead and XMLRead commands. 2024-01-05 18:30:44 -06:00
Homes32
d0739c26c8 Added XMLRead command to PhoenixAPI (Issue #64)
- Allows reading a single value from an XML file.
2024-01-03 21:41:54 -06:00
Homes32
1c17ec77c3 Replace PECMD with AutoIt3 for shell loading/startup config 2023-12-31 19:38:27 -06:00
Homes32
14d12c6a27 PhoenixAPI updates:
Added FileSearch command to the PhoenixAPI to allow searching for a specific file(s) in a path.
Fixed an issue with FileCopyEx that would case the file to be copied incorrectly if the destination directory did not exist.
2023-11-04 16:52:22 -05:00
Homes32
7a890c7065 Fixed Audio not working under SYSTEM account & Window state on AddShortcut command. 2023-03-28 20:53:31 -05:00
Homes32
a83e112b1d AddShortcut will now detect and remove invalid characters from shortcut names and folders. 2023-01-30 19:55:14 -06:00
Homes32
344face458 Added GetBinaryResource to PhoenixAPI 2023-01-15 14:32:09 -06:00
Homes32
bcdfc89b88 PhoenixAPI bugfixs
- Fixed a bug in InnoCleanup that did not cleanup files with suffixes greater then 1 digit.
- Fixed a bug in InnoRename that caused renamed files to be moved to the base path instead of the correct sub-folder when the NOREC parameter was not used.
2023-01-02 09:30:13 -06:00
Homes32
a0a7207eba Bump copyright date 2022-12-24 17:49:54 -06:00
Homes32
6aa7e654e0 Updated verified sources, Win11 22H2 verified. 2022-12-24 17:18:29 -06:00
Homes32
8005c35a56 App updates, Notepad++.script, DotNET6.script, Chrome.script 2022-10-24 20:21:23 -05:00
Homes32
48b6597011 App updates and bug fixes
- Update Notepadd++ download to 8.4.3
- Update OpenHashTab download to 3.0.2
- Bugfix in SumatraPDF reg hives not unloaded
2022-07-17 22:02:46 -05:00
Homes32
a2ec9bb9cc optimize RequireFileEx, FileCopyEx and PinShortcut commands
Enhance FileDeleteEx and DirDeleteEx to allow unlimited retries instead of halting after 1 retry.
2022-06-27 17:02:49 -05:00
Homes32
7be6d89d8a Tweaked some error messages and fixed a rare bug with AddShortcut 2022-06-20 15:35:34 -05:00
Homes32
39ec06ffe9 allow writing empty string in JSONWrite 2022-05-17 21:24:45 -05:00
Homes32
69a575a0af added log rotation to project options 2022-05-11 19:03:46 -05:00
Homes32
23ab300207 App updates, new InnoRename and InnoCleanup API commands 2022-03-14 17:59:23 -05:00
Homes32
8c0e3e2d9c New scripts and API commands
- Update VeraCrypt.script
- Update Notepad++.script
- New script ActiveDiskImage.script
- New script HDDClone.script
- New script DiskCryptor.script
- New script DiskGenius.script
- New InnoCleanup API command. Allows quick and easy rename of duplicate files extracted from Inno Setup installers.
2022-03-07 21:08:54 -06:00
Homes32
d02957e245 Refactoring
- App Script Updates
- PEMCMD update & MOD
- Added JSON Read/Write/Pretty/Compact API Commands
- OpenShell options
- %Shell% GLOBAL variable
- Added WinXShell as alternative Shell option
- Added ChoEazyCopy robocopy GUI
- Added ProcDump dev script
- Added InstalledSoftwarePE script
- Added DISM tool in toolbox
- Added PostProcess API command
2022-02-25 20:12:13 -06:00
Homes32
e19657a6f3 .Net6, ability to rename Y:\Programs, VC++ 14 update, expiramental MTP support.
PhoenixAPI includes two new commands: ExtractWix and ExtractMSI for extracting files from WiX and .msi installers.
2022-01-24 19:10:17 -06:00
Homes32
bac7fea21d DISM API command for compatibility building from Win7 host 2022-01-12 18:07:46 -06:00
Homes32
ecf42f3562 Extended RegUnloadHives to accept Target= and HKEY= parameters
minor script updates, option to reset source during nuke
2022-01-05 18:22:47 -06:00
Homes32
25d2bd5ba2 update copyright year 2021-12-26 21:04:33 -06:00
Homes32
dc535755e0 Add Filter= to FileBox selectors, updated Advanced Options Toggle 2021-12-26 20:00:40 -06:00
Homes32
8b5e4f7799 Update Apps, New RequireDriver API, Add TPM passthru to vmware, HiveEdit define custom prefix 2021-12-18 10:21:29 -06:00
Homes32
54e6a080fe bugfix 2021-07-26 13:58:50 -05:00
Homes32
5f4a0db98e new scripts for Zulu JRE and USBDriveLog 2021-07-25 13:21:20 -05:00
Homes32
b468a98148 app script updates, add .netfx v2-3.5, minor bug fixes 2021-07-23 20:19:05 -05:00
Homes32
57ab6bc473 Audio-Stereo - Complements of KYHI
PreFlight - Check disk space
Shell Config - Disable telemetry
Fixed display driver registration
Fixed vmware script Auto num processor setting could cause system thread exception not handled with Win10 2004.
misc bug fixes
2021-04-25 18:12:01 -05:00
Homes32
a1569c5641 Updates and fixes
* updated VC++ 14 runtime
* moved convertImage macro to API instead of implementing in both wallpaper and OEMInfo
* fixed startIsBack user profile pic
* OEMInfo.script - allow editing other info without specifying logo
* Wallpaper.script - added support for .accoutpicture-ms files to be used for SIB and OpenShell
* added NT6Repair app script
2021-04-09 10:25:49 -05:00
Homes32
cebda4e1c4 Rename RequireFileEx,Append to RequireFileEx,AppendList 2021-04-03 08:28:43 -05:00
Homes32
ac05466529 Bug fixes and app updates 2021-04-02 23:13:32 -05:00
Homes32
ccd714c22a app updates, re-work NetworkDrivers.script 2021-03-22 20:04:27 -05:00
Homes32
c564e5b0be App updates, new apps desktopinfo, event logging, ultraISO, ventoy, hostboot 2021-03-11 07:47:08 -06:00
Homes32
01a7f6d932 new and updated app scripts. fixed bug with BFD starting. 2021-02-06 15:09:10 -06:00