Jump to content

W3bbo

Developer
  • Posts

    471
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by W3bbo

  1. Ugh, I need to move it on to GitHub... It's been 8 years since I took over from XPero (wow...). Thing is, the project isn't needed anymore - Windows 8 and 10 are already fairly consistent - and the new aggressive Windows Update and Windows File Protection systems make it harder to resource-patch Windows' system files. Send me a PM if you'd like to move everything from my private TFS to GitHub. I'm too busy right now
  2. W3bbo

    Sevenize.com

    So uhm, "hi"... What's the current status of Windows 7 thesedays? Are many GUI fixes still needed? I use Windows 8.0 and 8.1 a lot at work and I don't feel there is anything I can do there - all of the 2000 and XP-styled resources seem to have gone now, which is good. All that remains is the Metro environment everyone hates, but that's fixed with Stardock's utilities or the free stuff that's available, like Classic Shell / Classic Start Menu.
  3. W3bbo

    I'm not dead

    So yeah.
  4. With respect, xpize 4.7 does not support XP SP3 or XP x64 at all... just saying Patching I386 files itself is a temperamental process and cannot patch as well as a post-install run (e.g. making registry changes). For this reason, I'll remove I386 patching from the next release, if there is one. Also, I think it's better to have trustworthy and unadulterated installation images.
  5. What issue? I run XP64 with xpize 5R6 without issues.
  6. I've looked into this and cannot identify the cause. Windows handles HTML files specially anyway (e.g. if you have Microsoft Word installed, if a *.html file contains certain <meta> elements then the file will have the Word HTML icon instead of the standard HTML file icon). For this, and other reasons, I strongly suggest running xpize after you've installed Windows, rather than patching a CD image. If I ever do release a new version, I'll remove the I386/CD-image patching feature because it doesn't work as-intended.
  7. W3bbo

    XPize 5R6

    The files modified are too numerous to list here, sorry. I suggest that you uninstall xpize then re-install, but click on the "Advanced" button and uncheck the files you want to preserve (e.g. for winrar, etc).
  8. The cursor pack included in xpize is from the Fedora project (used under license). The "Denied" cursor is the Skull and Crossbones. I disagree with the design, I think it's inappropriate, but I don't have a suitable replacement. If you revert back to the standard XP cursors you'll get a "Forbidden" symbol (a circle with a line through it) if you perform the same action. This is because you cannot drag and drop files onto the Windows Explorer chrome area.
  9. You'll need to dump the raw binary DIALOGEX resource to disk, then use a tool like Visual Studio's dialog editor to make the changes and save it, then include the replacement with the following XML <patch name="Foobar" path="%windir%\system32\somefile.cpl" enabled="false"> <res type="dialog" name="1" lang="1033" src="Base\Windows\system32\somefile.cpl\1-1033.dialog" /> </patch>
  10. Changes to the Date and Time control panel are disabled by default, there is an option to enable it during installation. It's disabled because a large number of users complained about it crashing the control panel. Click the Advanced button during installation, it's located under xpize > Icons > Control Panel Applets and Administrative Tools > Res patch: timedate.cpl (the 2nd entry)
×
×
  • Create New...