XPize

Download: XPize

» Advanced Infomation

Silent switch: /S (this switch is case sensitive)
Example:
ECHO.
ECHO Installing XPize
ECHO Please wait...
start /wait %systemdrive%\Install\XPize\XPize.exe /S


You can also create an XPized Windows CD using the I386 Patching Feature, which also has silent switches support.
Example:
xpize.exe /S /mode=i386 /source=C:\XPCD\I386 
/dest=C:\Users\XPero\Desktop


or (in the case that the path has spaces, you need to surround the switch with " ")
Example:
xpize.exe /S /mode=i386 /source=C:\XPCD\I386 
" /dest=C:\Many Users\XPero Rulez\Desktop"


There was a /mode=normal switch but that has been removed as of v4.1. Now, it installs normally by default.


» Advanced Switches

/norestore <---no system restore point creation 
/nouxtheme <---no uxtheme patch 
/nofiles <---none of files are patched 
/nodll  <---no dll are patched 
/noexe <---no exe are patched 
/nocpl  <---no cpl are patched 
/noocx  <---no ocx are patched
 
/nooe <---no outlook express patched 
/noadmin <---no administrative tools patched 
/nomisc  <---no miscellaneous files patched 
/noextras  <---no extras installed 
/noskins  <---no skins installed 
/noicons <---no custom icons installed 
/noboot <---no boot screen installed 
/nologon  <---no logon installed 
/noscreen <---no screensaver installed 
/nowall <---no wallpapers installed 
/nocmd <---no console colors mod installed 
/notask <---no taskswitchxp installed 
/autoreload <---sets XPize Reloader to run on startup
/tahoma <---sets MS Shell Dlg pointer value to Tahoma
/settingspanel <---adds XPize settings to the control panel
/oem <---adds XPize OEM branding to System Properties
/novs <---skips installation of Royale theme
/noskins <---skips XPize Software Skins installation
/nomsgina <---skips installation of shutdown and logoff screens
/nomsxml3.dll <---skips msxml3.dll on install
/noquartz.dll <---skips quartz.dll on install


Example:
xpize.exe /S /norestore /nouxtheme /noextras