Jump to content

XPize uAE 1.1


XPero

Recommended Posts

XPize is a resources transformation pack for Windows. It replaces most of the non-XP icons, avis and bmps that Microsoft has always overlooked. The installer simply automates the process of replacing resources in critical system files, making your XP's look better. XPize is compatible with Windows XP, 2003 and MCE Editions. The installer also comes with an Updater, which you can use after visiting Windows Update.

XPize uAE has been optimized for unattended installations.

Silent switch: /S

Example:

ECHO.
ECHO Installing XPize uAE 1.0
ECHO Please wait...
start /wait %systemdrive%\Install\XPize\XPize.exe /S

What's new in 1.1:

Options:

- Added I386 Patching :

Fixed shdocvw.dll not being patched

Fixed url.dll not being patched

Fixed urlmon.dll not being patched

Fixed wininet.dll not being patched

Files:

- Added credui.dll

- Added hotplug.dll

- Removed batmeter.dll

Resources:

- Added icon 112 in cmdial.dll

- Added bmp 128 in msgina.dll

- Added bmp 129 in msgina.dll

- Added bmp 130 in msgina.dll

- Added bmp 131 in msgina.dll

- Added bmp 132 in msgina.dll

- Added bmp 133 in msgina.dll

- Added bmp 134 in msgina.dll

- Added bmp 135 in msgina.dll

- Added bmp 136 in msgina.dll

- Added bmp 137 in msgina.dll

Updater:

- Fixed shell32.dll not being updated

Uninstaller:

- Fixed hhctrlui.dll not being restored after uninstall

- Fixed sysdm.cpl not being restored after uninstall

- Fixed msdxm.ocx not being restored after uninstall

- Fixed plugin.ocx not being restored after uninstall

- Fixed sysmon.ocx not being restored after uninstall

Replacing:

- Fixed msconfig.exe not being replaced

- Fixed winhlp32.exe not being replaced

Download

Link to comment
Share on other sites


This seems odd. Every download of uAE 1.1 is corrupted.

I've just downloaded from MSFN and installed sucessfully. Can you provide more info? (where you downloaded it, a screenshot of the error, ...)

Link to comment
Share on other sites

Sorry for is possibly a stupid question.

The file i downloaded is called "XPize uAE 1.1.exe" however in your example you wrote

start /wait %systemdrive%\Install\XPize\XPize.exe /S

Did you rename it to lose the spaces? or am i mssing something.

Thanks

Link to comment
Share on other sites

@oioldman the example was done with 8+3 (DOS) names to prevent the use of quotes. you can just rename the file "XPize uAE 1.1.exe" to "XPize.exe" and that's all :)

we can't forget we're playing with batch files :P

these are the 3 possibilities:

if file is named "XPize uAE 1.1.exe"...

ECHO.
ECHO Installing XPize uAE 1.0
ECHO Please wait...
start /wait "%systemdrive%\Install\XPize\XPize uAE 1.1.exe" /S

or...

ECHO.
ECHO Installing XPize uAE 1.0
ECHO Please wait...
start /wait %systemdrive%\Install\XPize\XPizeu~1.exe /S

if file is named XPize.exe...

ECHO.
ECHO Installing XPize uAE 1.0
ECHO Please wait...
start /wait %systemdrive%\Install\XPize\XPize.exe /S

i think this was what XPero tried to say :P:)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...