Page 1 of 1
isnt there ne?
#1
Posted 11 April 2004 - 03:53 PM
hi frnds...!
isnt there ne step by step tutorial...or just like it...how to create our unattended xp setup cd integrating xplode in it...????
i want to know the structure of xp files n directories....where to put xplode..its file...!
its path files....stuff like these...!
if there is ne...cud neone plzz tell me...??
thnks..!
isnt there ne step by step tutorial...or just like it...how to create our unattended xp setup cd integrating xplode in it...????
i want to know the structure of xp files n directories....where to put xplode..its file...!
its path files....stuff like these...!
if there is ne...cud neone plzz tell me...??
thnks..!
#2
Posted 11 April 2004 - 04:20 PM
first, is that Bold on?
second, all XPlode is is a replacement for batch files.
follow unattended.msfn.org
that will tell you how to set it up. Work on that, then transfer to XPlode. It would be easier.
second, all XPlode is is a replacement for batch files.
follow unattended.msfn.org
that will tell you how to set it up. Work on that, then transfer to XPlode. It would be easier.
#3
Posted 11 April 2004 - 05:50 PM
hi....
yup....Bold was on..
...lol
neways.....i was able to create msfn unattended cd....!
buti wanted to create a dvd....n if i m applying explode integration in my xp setup cd then obviously the structure of the cd wud change...rite??...
so i wanted to know more abt explode..!
i was looking at forum of explode.....but i cudnt find ne related info on how to step by step integration of explode...!
ne help??....ne link ..!
thnks..!
yup....Bold was on..
...lol
neways.....i was able to create msfn unattended cd....!
buti wanted to create a dvd....n if i m applying explode integration in my xp setup cd then obviously the structure of the cd wud change...rite??...
so i wanted to know more abt explode..!
i was looking at forum of explode.....but i cudnt find ne related info on how to step by step integration of explode...!
ne help??....ne link ..!
thnks..!
#4
Posted 11 April 2004 - 05:56 PM
i think there could be a step by step tutorial i looked at integrating xplode into my cd however i didnt have time/ was in too much of a rush to go through it and work out how to do everything so i just stuck to methods i know and my cd works well, i am very impressed with the xplode however i would agree that the documentation could be better
#6
Posted 11 April 2004 - 06:44 PM
there is no change to the folder structures.....all you REALLY do put XPlode the the files within the archvie in the same folder as your original batch file.
then read up on the XML file syntax. Converting Batch to XML is quite easy.
everything leading up the .exe goes in program, and everythign after goes in arguments.
Example:
if this were in a batch file it would be like so..
then read up on the XML file syntax. Converting Batch to XML is quite easy.
everything leading up the .exe goes in program, and everythign after goes in arguments.
Example:
<execute display='Installing Radeon 9600 Drivers' program='#XPlode#\Drivers\ATI\Radeon\Setup.exe' arguments='-s -f1"#XPlode#\Drivers\ATI\Radeon\atidriver.iss" -f2"#windir#\Temp\ati.log" -verbose'></execute>
if this were in a batch file it would be like so..
start /wait %xplode%\Drivers\ATI\Radeon\Setup.exe -s -f1"#XPlode#\Drivers\ATI\Radeon\atidriver.iss" -f2"#windir#\Temp\ati.log" -verbose
#7
Posted 12 April 2004 - 07:12 AM
kk...thnks..!
getting to some points.....!
neways......here i hv one more question...
i found this in xpinstall 4.3 version....inside xml file...!
i want to know wht this syntax is for?????
getting to some points.....!
neways......here i hv one more question...
Quote
<item name='Copying Post-Installation Files'>
<file command='filecopy' file='#SOURCEPATH#\PostInstall\NETFramework\dotnetfx.exe' target='#SYSTEMDRIVE#\TestLocation\test.exe' />
<file command='filemove' file='#SYSTEMDRIVE#\TestLocation\test.exe' target='#SYSTEMDRIVE#\TestLocation\dotnetfx.exe' />
<file command='filedelete' file='#SYSTEMDRIVE#\TestLocation\dotnetfx.exe' />
<file command='dircopy' directory='#SOURCEPATH#\PostInstall' target='#SYSTEMDRIVE#' />
<file command='dirmove' directory='#SYSTEMDRIVE#\PostInstall' target='#SYSTEMDRIVE#\temp' />
<file command='dirdelete' directory='#SYSTEMDRIVE#\temp' />
<file command='dirdelete' directory='#SYSTEMDRIVE#\TestLocation' />
</item>
<file command='filecopy' file='#SOURCEPATH#\PostInstall\NETFramework\dotnetfx.exe' target='#SYSTEMDRIVE#\TestLocation\test.exe' />
<file command='filemove' file='#SYSTEMDRIVE#\TestLocation\test.exe' target='#SYSTEMDRIVE#\TestLocation\dotnetfx.exe' />
<file command='filedelete' file='#SYSTEMDRIVE#\TestLocation\dotnetfx.exe' />
<file command='dircopy' directory='#SOURCEPATH#\PostInstall' target='#SYSTEMDRIVE#' />
<file command='dirmove' directory='#SYSTEMDRIVE#\PostInstall' target='#SYSTEMDRIVE#\temp' />
<file command='dirdelete' directory='#SYSTEMDRIVE#\temp' />
<file command='dirdelete' directory='#SYSTEMDRIVE#\TestLocation' />
</item>
i found this in xpinstall 4.3 version....inside xml file...!
i want to know wht this syntax is for?????
#8
Posted 12 April 2004 - 07:34 AM
download XPlode and look at the CHM file, ya know the documentation?
#9
Posted 20 April 2004 - 12:25 PM
Alanoll, on Apr 12 2004, 07:34 AM, said:
download XPlode and look at the CHM file, ya know the documentation?
There is no CHM with with XPlode-1.0.6. I've been trying to track down documentation or help files as well.
#11
Posted 22 April 2004 - 11:28 AM
mukeshnuna, on Apr 11 2004, 05:50 PM, said:
hi....
yup....Bold was on..
...lol
neways.....i was able to create msfn unattended cd....!
buti wanted to create a dvd....n if i m applying explode integration in my xp setup cd then obviously the structure of the cd wud change...rite??...
so i wanted to know more abt explode..!
i was looking at forum of explode.....but i cudnt find ne related info on how to step by step integration of explode...!
ne help??....ne link ..!
thnks..!
yup....Bold was on..
...lol
neways.....i was able to create msfn unattended cd....!
buti wanted to create a dvd....n if i m applying explode integration in my xp setup cd then obviously the structure of the cd wud change...rite??...
so i wanted to know more abt explode..!
i was looking at forum of explode.....but i cudnt find ne related info on how to step by step integration of explode...!
ne help??....ne link ..!
thnks..!
lets all take a guess guys..
im gonna go with...
12 year old aol user.
#12
Posted 22 April 2004 - 02:17 PM
no need to insult the little boy.
just let him be, he hasn't poked his head around for a bit.
just let him be, he hasn't poked his head around for a bit.
Share this topic:
Page 1 of 1



Help
Back to top








