Jump to content

dougiefresh

Members
  • Posts

    762
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by dougiefresh

  1. RisingXun: Here's how my GUI works:

    Step 1 - The Live.Patch section is used for copying the original file as well as the resource file to the backup folder.

    Step 2 - The patching code searches through the resource files and identifies which files to patch, then patches them. It should be noted that the patching is identical between the source patcher and the live system patcher code, and it copies the file to the same filename as it would appear if it was an uncompressed XP install file!

    Step 3 - The live patching code then uses the array used by Step 1 to move the files back to the original file location, also taking care of the files in the %WinDir%\System32\DllCache folder. The program still triggers WFP, but I think I can get around that....

    It should be noted that when only doing source patching, Step 2 is the only step executed during the program execution. Also, the reason why LogonUI.exe seems to be corrupted after patching is that you've omitted at least 1 critical step in your patcher..... I suggest you browse the XPtsp.bat file for what you're missing....

    On other notes: I finally figured out why the GUI didn't uninstall correctly, and corrected it. I'll upload later this evening with GUI v1.4. I haven't figured out the boot screen, as the system won't let me edit the kernel file, but I have an idea that I need to explore later today. Uninstallation of the fonts, cursors and wallpaper don't happen correctly, but I'll also fix that later today.

    Right now, I'm not writing for speed, as RisingXun is. I'm trying my hardest to fully implement everything that is in the batch file (not that RisingXun isn't....), but I've been really busy with work and life and Drive Space Indicator that the GUI project kinda got put on the back-burner, and I'm sorry for that....

  2. :confused02: I've been fiddling with the GUI's Live Patching code and it seems to patch everything correctly, but it doesn't want to uninstall correctly..... This is driving me crazy! :censored: :g: Ok, there has to be a way. Other programs do it, so can I. I'm going to try a different tack on this prob.... Wish me luck!

    EDIT: When I say "uninstall correctly", perhaps it would be more accurate to say "uninstall completely". I see files that the XPtsp GUI patched, but now apparently won't replace with original files for some reason.....

    RisingXun: I already got those lines in my INI file under the Live.Patch section ....

  3. have tried v5341 couple of hours, it work very well even the update online,as online feature never work to me before,thanks for ur hard works
    Awesome! That's great to hear!
    now the vistablue is really in a blend style,i have got some blue drive icon but the color doesnt match with the current blue,see blow

    20090115214401qv9.th.png

    Huh? ............................. I'm not sure I understand....
    for testing my icon converter,btw the WinXP.dll has been converted into new format (without 24x)

    here

    Can I get a copy of it? Thanks!

    EDIT: I mean of the Icon converter, not WinXP.dll. I got the DLL already! Thanks again!

  4. BJFrog rebuilt the WinXP theme, omitting the 24x24 icons. It is available via Updates.

    Updated Dutch language file is now available via Updates.

    I can't pull the Italian language file yet because RapidShare says I'm downloading something else (which I'm not).... As soon as it becomes available, I'll post it via Updates.

  5. What's Changed in Version v5.3.4.0: (Released only to Beta Testers!)

    - Last update setting removed before running installer via Updates code.

    - Updated VistaBlack Icon Theme, courtesy of bjfrog @ WinCert.

    - Updated Blue Icon Theme, courtesy of bjfrog @ WinCert.

    - Moved next update calculation to Update GUI builder function for speed-up.

    - Modified interval loop so that next update date isn't constantly checked if auto updates isn't checked.

    - Fixed uninstall shortcut creation by using shortcut creation function correctly.

    - Fixed shortcut creation code so that "/NOSC" doesn't create shortcuts.

    - Fixed uninstall hanging issue during closing other process.

    What's Changed in Version v5.3.4.1:

    - Removed all 24x24 icons from Vista theme.

    - Updated Blue theme with network icon with X indicating no access (icon #15)

    - Updated VistaBlack theme with network icon with X indicating no access (icon #15)

    - Replaced black icons in VistaBlue theme with VistaBlack icons because they look better.

    - Rearranged menu so that all checkable options are in one menu and all commands are in another.

    - Added "Menu_2I1" to replace "Delay At Startup" setting "Never" with "None".

    Updated screenshots of the Icon Themes are now available!

  6. I've uploaded 4 revised themes.

    (1) and (2) In the Blue and VistaBlack themes, the network icon was updated so that an "X" was present on icon 15.

    (3)In the Vista theme, the 24x24 icons were stripped out of each icon.

    (4) In the VistaBlue theme, the black icons in that theme were replaced with the corresponding black icons from the VistaBlack theme, as they looked better than the ones that were in it.

    I'll post new screenshots tomorrow, as it is my bedtime.

  7. Beta test of newest version is under way....

    bjfrog: No, I don't want to change the name of the theme. "Blue" seems to cover it very well. I just needed to know because it occurred to me (finally) that maybe the Blue theme was supposed to take VistaBlue's place. I know now that it wasn't. Thanks!

    Any chance you can find blue icons similar to what the VistaBlue theme contains? The black icons are nice, but all blue icons would be MUCH nicer! Thanks!

    NoisySniper: I think I've got the issues fixed.... I'm waiting for confirmation from my beta testers. Thanks for the bug reports!

  8. What's Changed in v5.3.3.6:

    - Removed testing code so that installer would launch....

    - Added code to try to copy "/DELAY" parameter from install to install.

    What's Changed in v5.3.3.7:

    - Fixed the launch command throughout the code.

    - Fixed the code creating the uninstall shortcut to use "/REMOVE" instead of "/UNINSTALL".

    bjfrog: Uninstall issue is fixed....

    EDIT: One question, was the Blue theme supposed to replace the VistaBlue theme? Because as nice as the VistaBlue theme is, the Blue theme looks better as VistaBlue....

    Everybody: I forgot to include the revised themes that bjfrog at the WinCert forum sent me. So they are now available via Updates.

  9. What's Changed in v5.3.3.5:

    - Wrote shortcut folder to registry so program doesn't forget when updating.

    - Fixed interval loop so Update checking code doesn't get called repeatedly.

    - Added Update checking code to Interval Paused loop.

    - Updated Italian language file, courtsey of softinformatica! Thanks!

    - Fixed an issue with Update checking code to keep program from crashing.

  10. What's Changed in v5.3.3.3:

    - When update time is set to Never, Program tray only shows program name.

    - Added "/DELAY:[n]" parameter, where [n] is the number of minutes to wait before starting cycles.

    - "/IDLE:[n]" and "/NOIDLE" parameters removed because they were ineffective at solving the Explorer crash.

    - Added line "MENU_2I" for "Delay At Startup" menu group.

    - Added "Delay At Startup" menu group under "Options" menu.

    I set the "Delay At Startup" setting to 2 minutes on my machine and it seems to solve the phantom Explorer crash problem that has been annoying me for soooooo long!

    ========================================

    What's Changed in v5.3.3.4:

    - Rebuilt program icon so that lower resolutions are pretty like the 48x48 icon.

    - Modified interval checking code so that updates get checked when update interval is set to "Never".

  11. What's Changed in v5.3.2.0:

    - Wait for CPU Idle percentage > 90% before running 1st loop.

    What's Changed in v5.3.3.0:

    - Installer writes settings to registry before exiting.

    - Shortcuts gets created in Start Menu.

    - Added "/NOIDLE" to disable CPU Idle loop.

    - Added "/IDLE:[n]" to adjust CPU Idle percentage.

    - Added "/NOSC" to disable shortcut creation.

    - Added "/SC" to default shortcuts to "Drive Space Indicator" folder.

    - Added "/SC:[n]" to put shortcuts in specific folder.

    - CPU Idle parameter stored in registry for future use - not changable in GUI yet.

    What's Changed in v5.3.3.1:

    - Credit for MacGray Icon Theme by BjFrog added to Special Thanks box.

    - Credit for CabLite.DLL by Code65536 added to Special Thanks box.

  12. What's Changed in v5.3.1.2:

    - Icon Theme tab modified so that icons are pulled with negative numbers instead of positive for x64 users only.

    - "/NOISO" cmd-line option has been removed

    - Virtual drive detection has been removed

    - A new line in language file was added to clarify if beta or public release is available.

    Other Notes: I've received confirmation from crashfly that the Themes tab does show the icons, however, they are shown at low-resolution. Maybe I can do something about that....

  13. do you intend to make an *.cab (DriveSpace_v5.2.3.1_AddOn.cab)file too?
    No, the reason I have removed the normal add-on is that it is becoming too difficult to keep up with everything. It is easier for me to keep this working correctly if I only have 1 installer to keep up with instead 3 or 4.

    I have enough to do with my life outside the forum that I need to make what I have to deal with as easy on myself as I can make it.... Like I said, I'm sorry if this inconveiences anybody, but this change is for not only my benefit, but to try to stop driving other people up a wall with my forgetfulness....

  14. pri2sh: I'm aware of the fact that WFP isn't disabled during the replacement process. I haven't been able to find a way to disable it temporarily until today, and I'm not sure how to implement it. I've asked for assistance on the AutoIt forum and should be able to do so shortly.

    Regarding the uninstaller, I stated on the web site that the uninstaller doesn't seem to work right. I'm not really sure what to recommend other than using a virtual machine to test the GUI in regards to the Live Patching code.

  15. Evidentally, one of the icons right before the CD-ROM drive icon was omitted. I'll fix it shortly.

    I'll also fix the add-ons so that file omissions won't happen again.....

    Regarding your USB stick icons, you can go into the Drives tab on the GUI. Select the drive you want to change, then press the button at the bottom of the window labeled "Change Type for Selected Drive" (in English). The next window will allow you to select the proper drive type.

    Regarding the detection code, it will always remain incomplete because of the sheer number of PNP Device IDs out there for hardware. There is no easy way to detect if something is a particular type of hardware, so that is where the code for the above actions came from....

    I haven't been able to reproduce the fatal error you show. I'll try again later today....

    Thanks for the bug report!

  16. What's Changed in v5.3.1.0:

    - Downgraded back to previous version of AutoIt (v3.2.10.0).

    - Replaced MD5Deep program with CabLite.DLL, which can do more and occupy less space.

    - Internalized MD5 hashing and uncabbing functions using CabLite.DLL.

    - Fixed installer so that all other versions of DSI are terminated before attempting to copy.

    - Fixed update code so that Icon Theme files will download properly.

    - Fixed the update-cycle code so that Network drives aren't shown as RamDisk drives.

×
×
  • Create New...