MSFN Forum: Help needed - MSFN Forum

Jump to content



  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Help needed XPlode Rate Topic: -----

#21 User is offline   valter 

  • Professor
  • PipPipPip
  • Group: Members
  • Posts: 427
  • Joined: 15-June 04

Posted 21 June 2004 - 12:59 AM

Excellent ... works @ T-13, T-12 and T-9 .... thanks m8 :)


#22 User is offline   valter 

  • Professor
  • PipPipPip
  • Group: Members
  • Posts: 427
  • Joined: 15-June 04

Posted 22 June 2004 - 06:01 AM

Well I have now I believe a last question. In the option to add user

Quote

<adduser username="admin" password="password" groups="Administrators" fullname="Admin" />


is there any way of setting password not to expire? Thanks :)

#23 User is offline   big_gie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 617
  • Joined: 27-July 03

Posted 22 June 2004 - 06:51 PM

killerbee, on Jun 18 2004, 01:27 PM, said:

but be careful with T-9min. At this point the HKCU-hive isn't loaded anymore, so reg-settings for HKCU won't be applied. T-13 or T-12 is ok.

Have you found a way to load the hive?? I'd like to install things @ t-9 since its controled by winnt.sif. That way I could have multiple .sif files for multiple computers/configurations.
For exemple, I included on my CD the unattended feature, but also wanted the normal method (almost normal...). So I have 3 winnt.sif for one computer: one fully unattended, one with default values, and one complete attended.
I tought of calling different .xml from the different .sif so xplode execute @ t-9, but I can't install things there or import settings.
Actualy, my .js script detects, @ t-12 and RunOnceEx, the computer name, and run the appropriate config. But the computer name is the same for unattended and attended installation, so right now what I've done is useless...
Anyone having an idea?
thanx

#24 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 23 June 2004 - 04:42 AM

@big_gie,

i think i have a solution for your problem - you need to convert your UXPCD to a MultiBoot-CD. On this you can have multiple configurations for your XPCD. When you use CDImage with the optimize-option you can put as many XP's on it as you like.

hope this helps a bit

cya

Killer Bee

#25 User is offline   big_gie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 617
  • Joined: 27-July 03

Posted 23 June 2004 - 07:32 AM

thanx killerbee.

Thats what I was using last year. But I don't really like having 10 I386 folders for a total of 5 Gb just for different configuration...:)

#26 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 June 2004 - 08:01 AM

Nopes!
It needn't total up to 5 GB.

All it needs is 10 boot folders (3 MB each), all of which after optimization would end up occupying just another 4 MB of space in addition to a single 350 MB (or nearly that much) I386 directory.

#27 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 23 June 2004 - 08:07 AM

klasika, on Jun 22 2004, 05:31 PM, said:

Well I have now I believe a last question. In the option to add user

Quote

<adduser username="admin" password="password" groups="Administrators" fullname="Admin" />


is there any way of setting password not to expire? Thanks :)

This is how you can do it.
Run this command from a batch-file/INF/runonceEx/Xplode or anything:
net accounts /maxpwage:unlimited


#28 User is offline   big_gie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 617
  • Joined: 27-July 03

Posted 23 June 2004 - 06:14 PM

prathapml, on Jun 23 2004, 03:01 PM, said:

Nopes!
It needn't total up to 5 GB.

All it needs is 10 boot folders (3 MB each), all of which after optimization would end up occupying just another 4 MB of space in addition to a single 350 MB (or nearly that much) I386 directory.

Where can I found info on this?
thanx

#29 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 23 June 2004 - 07:52 PM

hi,

or to say it in XPlode-xml:

  <execute display='Turning off password expiration' program='net.exe' arguments='accounts /maxpwage:unlimited'></execute>


have fun with it :)

cya

Killer Bee

#30 User is offline   killerbee 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 500
  • Joined: 22-April 03

Posted 23 June 2004 - 07:56 PM

@big_gie,

that would be interesting for me too. I'll start a new topic here regarding this as i think many XPlode-Users are interested...

cya

Killer Bee

#31 User is offline   d0nut 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 12-April 04

Posted 26 June 2004 - 02:15 PM

killerbee, on Jun 17 2004, 09:48 AM, said:

[SetupParams]
    UserExecute="%SystemDrive%\Install\XPlode.exe /xml:#SYSTEMDRIVE#\Install\Phase3.xml /log:#SYSTEMDRIVE#\Phase3.log"

[GUIRunOnce]       <-----  after reboot
    "%Systemdrive%\Install\XPlode.exe /xml:#XPLODE#\Phase4.xml /log:#SYSTEMDRIVE#\Phase4.log"

Should the # not be a % ?

I'm nog using this one:

[SetupParams]
    UserExecute="%SYSTEMDRIVE%\Program Files\XPlode\XPlode.exe /xml:%SYSTEMDRIVE%\Program Files\XPlode\XPlode.xml /log:%SYSTEMDRIVE%\Program Files\XPlode\XPlode.log"


Could that work ?

#32 User is offline   big_gie 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 617
  • Joined: 27-July 03

Posted 26 June 2004 - 03:15 PM

use "#" instead of "%" from outside XPlode.

Indeed, you can always use # instead. It keep you from having errors.

So in your winnt.sif, use "#", not "%".

#33 User is offline   prathapml 

  • Follow the rules please :-)
  • Group: Patrons
  • Posts: 6,791
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 27 June 2004 - 12:43 AM

big_gie, on Jun 24 2004, 05:44 AM, said:

prathapml, on Jun 23 2004, 03:01 PM, said:

Nopes!
It needn't total up to 5 GB.

All it needs is 10 boot folders (3 MB each), all of which after optimization would end up occupying just another 4 MB of space in addition to a single 350 MB (or nearly that much) I386 directory.

Where can I found info on this?
thanx

@ big_gie and killerbee
Maybe you are interested in this, here it is:

go here for the multi-boot guide.
Just remember that there's no need for making multiple PRO2/PRO3 etc. folders under the SETUP folder (the one where you have I386 directory). You just need to edit the txtsetup.sif in the PRO2/PRO3 etc. boot folders to link to your normal single I386 folder. Got it?

For any more info on discussing this, start a new thread - and PM me the link to it.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy