Jump to content

Recommended Posts

Posted

Before first installation (Nero right now), i have to choose the user to install the software to. And i can choose the user i created during setup and set it to install programs to this user by default. Or i can choose the admins account.

How can i automate that, so the system will install software to the user i created during setup?

Know what i mean? Pleaseeeeeeeee ! I guess thats the very last thing on my first unattended xp thats not automated.

****, and hes telling me i need admin rights for installation? i thought i had given that to the account... grml ... through xcacls.exe...

i have to check that but how to set my new user as default for installing progrmas during runonceex?

PPPPlz... Anyone knows that?


Posted

I did that!

I`ve set the GuiRunOnce in winnt.sif to AdminPassword="00" and

EncryptedAdminPassword=No.

The User is set through commands.txt.

I dont know what wrong, everything is exactly like in the Tutorials!

Posted

Well, thats exactly the site i looked at.

Below is whats in my configs.

----------------------------------------------------------------------

WINNT.SIF

...

[GuiUnattended]

AdminPassword="00"

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=110

OemSkipWelcome=1

ProfilesDir="C:\Profiles"

...

----------------------------------------------------------------------

CMDLINES.TXT

[COMMANDS]

"useraccounts.cmd"

"REGEDIT /S regtweaks.reg"

"REGEDIT /S regupd.reg"

"REGEDIT /S divxvid.reg"

"divxvid.cmd"

"runonceex.cmd"

----------------------------------------------------------------------

USERACCOUNTS.CMD

...

net user JeyJey 00 /add

net localgroup Administrators JeyJey /add

REGEDIT /S autologon.reg

xcacls.exe C:\Programs\Agent\Data /T /E /C /G JEYJEY:F /Y (<--- New input, not tested yet)

EXIT

----------------------------------------------------------------------

AUTOLOGON.REG

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="JeyJey"

"DefaultPassword"="00"

"AutoAdminLogon"="1"

----------------------------------------------------------------------

I guess everything is right here, isnt it?

Posted

If your OS isn't english, then "Administrators" may be named differently.

Open up a command prompt in Windows XP and type out:

net user JeyJey 00 /add

net localgroup Administrators JeyJey /add

Then check lusrmgr.msc to see if your username was added with Admin priviledges.

Posted

You are so **** right... -.-

Thanks AaronXP, thanks Alanoll for support. Its not Administrators.

Im running the german version and its administratoren what i have to use.

Thats it, i guess the next version will work 100% fine :)

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...