Войти

Показать полную графическую версию : Установка XPLode


kirillkr
05-03-2005, 12:46
Объясните дятлу по пунктам, как настроить (и главное что именно настроить) в установке XP?

Vadikan
05-03-2005, 20:01
kirillkr
По пунктам? В XPLode 4.1 входит 34 страничный мануал...

kirillkr
05-03-2005, 21:23
Хорошо бы это на русском!!!

Vadikan
05-03-2005, 22:50
Хорошо бы это на русском!!!Aбсолютно согласен :) Есть желающие пвревести?

kirillkr
07-03-2005, 10:13
Переделал стандартный файл, входящий в поставку XPLode 4.1
на свой
<XPlode4>
<!ENTITY SrcDir "#SOURCEDRIVE#\i386">
<!ENTITY DstDir "#SYSTEMDRIVE#\i386">
<config>
<!--
Login tokens for use when executing programs.

When running a command, a token="username" attribute will
switch the executiong to that user's context.

XPlode defaults back to normal operation after that command,
so you need to specify each time you want to use a token.
-->
<tokens>
<token
username="Administrator"
password=""
/>
</tokens>



<!--
Add custom environment variables.
-->
<environment>
<!-- strings for the adduser plugin, #1# is replaced by the username/groupname-->
<acctmgmt.adduser>Adding user: #1#</acctmgmt.adduser>
<acctmgmt.deluser>Deleting user: #1#</acctmgmt.deluser>
<acctmgmt.addgroup>Adding group: #1#</acctmgmt.addgroup>
<acctmgmt.delgroup>Deleting group: #1#</acctmgmt.delgroup>

<!-- strings for the adduser plugin, #1# is replaced by the program -->
<execute.string>Executing: #1#</execute.string>

<!-- strings for the misc plugin -->
<misc.sfcos-disable>Disabling Windows File Protection</misc.sfcos-disable>
<misc.sfcos-enable>Enabling Windows File Protection</misc.sfcos-enable>

<!-- strings for the registry plugin -->
<registry.read>Reading from registry</registry.read>
<registry.write>Writing to registry</registry.write>
</environment>


<!--
Block containing all settings for the current display plugin.

This will be dependent on which plugin used, so check
documentation for that specific plug.
-->
<display plugin='#XPLODE#\XPlodeGFXInstall.x4d'>
<show total='6' after='4' subcount='true' />
<font face='Verdana' antialias='true' small='8' large='13' />
<!-- note the position attribute - it is listed in 'x,y' positions. -->
<!-- 0..8 still may be used. -->
<window width='640' height='400' position='4' />
<windowmode border='true' ontop='false' />
<colours>
<!-- the text colour and position for the header text -->
<header x='4' y='4' fore='#FFFFFF' />
<!-- the text colour and position for the footer -
width tells XPlode how wide the footer is (including progress) -->
<footer x='4' y='180' width='410' fore='#FFFFFF' />
<!-- standard progress bar colours -->
<progress border='#000000' back='#FFFFFF' fore='#008800' />
<!-- text colours, position and width for the items listing -->
<main x='16' y='40' width='388' fore='#FFFFFF' current='#FFFF00' description='#FFFF80' overlay='#FFFFFF44'/>
</colours>
</display>
</config>
<items>
<item display="> Disable System File Protection">
<sfcos-disable />
</item>


<item display="> Set some registry tweaks">
<execute token="Administrator">
<program>regedit</program>
<arguments>/s "#XPLODE#\rules.reg"</arguments>
</execute>
</item>

<item display="> Delete default MS backgrounds">
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\Web\Wallpaper</from>
<mask>*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\</from>
<mask>B*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\</from>
<mask>C*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\</from>
<mask>F*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\</from>
<mask>G*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\</from>
<mask>P*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\</from>
<mask>R*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\</from>
<mask>S*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
<fileio-delete display="Deleting files"
desc="Delete files *.bmp">
<from>"%systemroot%\</from>
<mask>Z*.bmp</mask>
<recurse>true</recurse>
</fileio-delete>
</item>



<item display="> Installing applications">
<execute display="Installing K-Lite Codecs Pack with Media Player Classic">
<program>%systemdrive%\install\Apps\codec\K-Lite.exe</program>
<arguments>/VERYSILENT /-SP</arguments>
<hide>true</hide>
<wait>true</wait>
</execute>
<execute display="Installing Macromedia Flash and Shockwave Player">
<program>%systemdrive%\install\Apps\FlShockw.exe</program>
<arguments>/s</arguments>
<hide>true</hide>
<wait>true</wait>
</execute>
<execute display="Installing StartUP applet in control panel">
<program>%systemdrive%\install\Apps\StartCpl.msi</program>
<arguments>/q</arguments>
<hide>true</hide>
<wait>true</wait>
</execute>
<execute display="Installing FAR Manager">
<program>%systemdrive%\install\Apps\far.exe</program>
<hide>true</hide>
<wait>true</wait>
</execute>
<execute display="Installing 7-Zip 4.15 beta">
<program>%systemdrive%\install\Apps\7zip\7zip.exe</program>
<hide>true</hide>
<wait>true</wait>
</execute>
</item>


<item display="> Enable System File Protection">
<sfcos-enable />
</item>
</items>
</XPlode4>
И прописал XPLode.exe вместо appinst.cmd в [GuiRunEx]
В итоге голая система с кучей сообщений, которые мои твики должны убирать.
Проверить как она работает не было возможности, т.к. установка XP занимает на виртуалке не 34 минут как написано, а около 3 часов (именно начальная установка). Почему так - не знаю? С первым СП все было нормально, а вот со вторым какие-то траблы....

Debugger
07-03-2005, 17:44
Есть желающие пвревести?

Можно, как тока время будет... :)

Sayan
08-03-2010, 03:03
ребята помогите с этой блин прогой,я все сделал правильно под виндой работает, а от через SVCPACK незапускается(((

Amigos
08-03-2010, 07:21
через SVCPACK незапускается( »
что пишите в svcpack.inf ?

Sayan
08-03-2010, 07:41
[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\I386\SVCPACK"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
XPlode.exe




***Пробывал и аддоном и в ручнию,пахать нехочет--под виндою работает а через SVCPACK нехочет

чето мне вообще неверится что она рабочая ета программа))) на Т13,хотя говорили что удавалося запускать

Amigos
08-03-2010, 09:36
XPlode.exe лежит в i386\svcpack\ ?

Sayan
08-03-2010, 16:55
да лежит i386\svcpack\XPlode.exe

Sayan
08-03-2010, 19:18
я сдела программку там при помощи кнопки запускается xplode, поместина Т13
моя прога запускается нажимаю кнопку XPlodeмигнула и все--то ли она запустилася и выключилась, толи скривается вроде незнаю

Sayan
08-03-2010, 20:38
УРРРРАА получилося!!!!!!

теперь следующий вопрос появился
как сменшить окно XPlode такое же как у примере http://www.oszone.net/7101



http://savepic.org/302945.htm

Sayan
08-03-2010, 23:31
Мега Ураа в во всему розобрался!!-если кому надо помощ -легко момогу))

Sayan
09-03-2010, 02:27
http://savepic.org/274288.htm




© OSzone.net 2001-2012