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.
- Note 1: The order of the switches is not relevant.
- Note 2: /source and /dest are only available when used with /mode=i386
- Note 3: All the switches can be used in the normal way (not silent). They will change the default values.
- Note 4: /mode switch supports this two values: i386 (i386 patching) or normal
» 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