Jump to content

Creating New Accounts & Changing Computer Name


Marthax

Recommended Posts

hi everybody!

I'm almost finished with my Xplode Installation now, but i still have the users part left. I've checked the forum and the documentation and I managed to write down the commands to create new user accounts, but i got one thing remaining though. How do I make these different accounts visible in the Xplode selection so that I can choose which account i want to add? Right now, there's just a box and an empty space to the right of it. I want to create a comment like "User1", "User2" and so on for each user.What command do I have to use to make this possible?

I tried using <execute> long with display and simply enter my comment in the "desc" part, but this on the other hand requires me to run a program.

I also wonder if anyone knows the command to change the computer name. Is this possible or do I have to create a new CD for each computer?

I'm using XplodeSelectInstall.

Thanks in advance!

Regards,

Marthax

Link to comment
Share on other sites


Here is a snippet from the sample XML that comes with XPLODE

<item display="» Adding users to #COMPUTERNAME#">

<addgroup display='Adding group "Cowboy Bebop"'>

<groupname>Cowboy Bebop</groupname>

<extra>/COMMENT:"It's them bounty hunters!"</extra>

</addgroup>

<adduser display="Adding Spike">

<username>Spike</username>

<password>swordfish</password>

<group>Administrators</group>

<group>Cowboy Bebop</group>

<extra>/FULLNAME:"Spike Spiegel"</extra>

</adduser>

<adduser display="Adding Jet">

<username>Jet</username>

<password>hammerhead</password>

<group>Cowboy Bebop</group>

<extra>/FULLNAME:"Jet Black" /COMMENT:"When the black dog bites, he don't let go!"</extra>

</adduser>

</item>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...