Jump to content

IntelliQ

Member
  • Posts

    9
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About IntelliQ

IntelliQ's Achievements

0

Reputation

  1. It worked, however, it isnt doing what I had planned. It's naming the adminstrator account "User", but I still get the screen to add users. What I wanted to do is have it create a user named User and make it have admin privleges. Any ideas? thx.
  2. kenneth, i'll try that out when i get home this evening, thanks. also, do you know how this add user thing gets launched? i dont have anything in the GUIRUNONCE which launches any of these files. is one of these files run automatically by windows because of their file names?
  3. I went into the windows xp that i have installed on vmware, and ran a search for user.cmd, and it doesnt find it. When I had run the installation, now that i think of it, i dont remember it ever pausing after executing user.cmd. This would indicate that it never even ran the file. Somewhere, in the chain of batches and commands, user.cmd isnt being called upon. I'll look this over, and re-read through the old posts again. :/
  4. Ive read and re-read and searched all over this board and still am managing to screw up the code to add a user. I did see a few others having problems too and I even saw webmedic's inf template (http://board.MSFN.org/index.php?showtopic=8632), but that .inf thing frankly, just freaks me out. It doesnt look anything like what I started with using the original steps in the tutorial. I just want to add an account named user, and it never works when i test in with vmware. Sorry for what I am sure is to be a redundant newbie problem. This is what I have done: winnt.sif ;SetupMgrTag [Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes" [Unattended] UnattendMode=FullUnattended OemPreinstall=Yes UnattendSwitch="no" WaitForReboot="No" OemSkipEula=Yes [GuiUnattended] AdminPassword=123456789 EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=35 OemSkipWelcome=1 [UserData] ProductKey=REMOVED FullName="User" OrgName="My Home" ComputerName=Computer $OEM$\cmdlines.txt ".\user.cmd" $OEM$\user.cmd CLS @ECHO OFF ECHO Adding Default User... net user User /add net localgroup "administrators" User /add ECHO. ECHO Applying Root Registry Tweaks... REGEDIT /S %systemdrive%\install\Reg_Root_Tweaks.reg ECHO. pause EXIT $OEM$\$1\install\reg_root_tweak.reg Windows Registry Editor Version 5.00 ;This will allow you to autologin. ;Replace InsertName value with the Username you want to autologin with. ;Replace InsertPassword value with the password corresponding to the Username specified. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "DefaultUserName"="User" "DefaultPassword"="" "AutoAdminLogon"="1" Can someone help me fix this with what I have here?
  5. From the guide: http://www.MSFN.org/unattended/xp/gettingstarted.htm ..........you want to install extras such as the drivers, applications, hotfixes and such, then create the following directories in the XPCD folder: C:\XPCD\$OEM$\$1\install\ C:\XPCD\$OEM$\$1\drivers\ So, that is what I did. I do have OEMPreinstall=YES.
  6. After waiting 39 minutes for xp to finish installing on VMware, i get to these errors: "Cannot find C:\install\main_batch.cmd" "Cannot find C:\install\hotfixes.cmd" "Cannot find C:\install\applications.cmd" Inside my winnt.sif (which is placed in the I386 folder), the relevent section looks like this: [GuiRunOnce] %systemdrive%\$OEM$\$1\$INSTALL\main_batch.cmd %systemdrive%\$OEM$\$1\$INSTALL\hotfixes.cmd %systemdrive%\$OEM$\$1\$INSTALL\applications.cmd Inside my "TEST.ISO", the structure is as follows: WXPFPP_EN -$OEM$ | --$1 | --$DRIVERS --$INSTALL | --APPLICATIONS --HOTFIXES --TOOLS --main_batch.cmd --hotfixes.cmd --applications.cmd The finished installation in VMware shows: MY COMPUTER | ---Local Disk (C:) | --$DRIVERS --$INSTALL | --main_batch.cmd --hotfixes.cmd --applications.cmd --HOTFIXES --TOOLS I noticed there is no $OEM$ or $1 folder on my local disk (C drive) on my vmware emualtion, perhaps there isnt supposed to be .........Im confused as to why windows cant see the path to my *.cmd files. Any ideas?
  7. Just curious as to what the dollar and percent sign do when attaching them to folder or path names, i.e. $INSTALL, or $1, and also %SYSTEMDRIVE% . I faithfully have followed the guide like a good monkey, without understanding parts of it. (I did do a quick search on google on this, but too much VBS and other stuff popped up). Anyone have a nice link that describes these things to noobs? Also, Im almost finished with my XP_CD and am trying to understand how I am supposed to extract my winrar (SFX) file with all of my apps in it when installing. I searched through this forum for "unrar.exe" and little is explained about the syntax and the extraction path, except that one poster said to extract it to the %userprofie%. Is this the best place for them? And how do I clean them up silently afterward? Honestly, i tried to piece these answers together for myself before asking. I expect to test my CD in a day or two....(crossing fingers)
  8. Regarding the Santa Cruz Sound Card....................... AaronXP, thank you for your suggestions. (I tried Auto-It, with no success) I did however find my "old" original CD that came with my Santa Cruz card and after a look inside I found the UNATTEND.EXE file. The CD is 599MB and loaded with crap, so I made a new folder and copied over only the things in it I thought I might need to install the drivers with the UNATTEND.EXE file. I trimmed it down to 25MB, and then winrar'd it down to 21MB. Good enough.
  9. My experience level so far is that Ive created a slipstreamed SP1 CD that works, and now am in the process of creating the Unattended Install portion. (Have most of it finished). I've tested different switches (none seem to work) and am having trouble finding out the command line switch options for: Turtle Beach Santa Cruz sound card Nero MPEG 2SVCD.EXE plug-in Webroot's Spysweeper I am a little confused on how to identify installer packages still. Some installers seem not to react to any of the switches that Ive tried from the Install Types page (http://www.MSFN.org/unattended/xp/applications.htm) on this site. Is there a freebie program that identifies installer types and lists the switches? Or possibly a way to "bust open" and .exe file that is not RAR'able? I've googled and searched for these questions already, with no luck.
×
×
  • Create New...