Jump to content

tr4ck

Member
  • Posts

    26
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by tr4ck

  1. This is what I have for mirc:

    description.10 = MIRC

    command.10 = mkdir c:\progra~1\mirc

    selected.10 = 1

    description.10.0 = MIRC Copy Files

    command.10.0 = xcopy.exe /e %SRCDRIVE%\appz\mirc c:\progra~1\mirc

    selected.10.0 = 1

    hidden.10.0 = 1

    description.10.1 = MIRC Register

    command.10.1 = regedit.exe /s %SRCDRIVE%\appz\mirc\mirc.reg

    selected.10.1 = 1

    hidden.10.1 = 1

    It always errors on mkdir. What am I doing wrong?

    And for ad-aware I have:

    description.1 = Ad Aware

    command.1 = %SRCDRIVE%\appz\aawsepro.exe /s

    selected.1 = 1

    command.1.0 = taskkill.exe /IM hh.exe /F

    hidden.1.0 = 1

    command.1.1 = taskkill.exe /IM Ad-Aware.exe /F

    hidden.1.1 = 1

    the taskkill doesn't seem to be working as I still got prompted for updates and the help file still loads.

    Can someone please help?

    Thanks.

  2. Disabled fast user switching and its still the same thing. When it first tries to login it says "Vishal" as the username but it doesn't login me in saying the password is incorrect. But if I type "Administrator" and no password I can login in fine. And when I type "net user" in a command prompt it displays the "Administrator" account but not the "Vishal" account. Anything else I should check for?

  3. I can't seem to login into my XP. I created a unattended iso using nlite and I created a oobeinfo.ini file for a user.

    Here is my winnt.sif:

    [Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    FileSystem=*

    UnattendSwitch="yes"

    WaitForReboot="No"

    Repartition=No

    OemPnPDriversPath="Drivers\graphics"

    DriverSigningPolicy=Ignore

    KeyboardLayout="US"

    [GuiUnattended]

    AdminPassword=*

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=4

    OemSkipWelcome=1

    [userData]

    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

    FullName="Vishal"

    OrgName=""

    ComputerName=Home

    [Display]

    BitsPerPel=16

    Xresolution=1024

    YResolution=768

    Vrefresh=75

    [TapiLocation]

    CountryCode=107

    Dialing=Tone

    AreaCode=604

    [RegionalSettings]

    LanguageGroup=1

    Language=00000409

    [branding]

    BrandIEUsingUnattended=Yes

    Home_Page=http://www.google.ca/

    Search_Page=http://www.google.ca/

    [Proxy]

    Proxy_Enable=0

    Use_Same_Proxy=1

    [identification]

    JoinWorkgroup=WORKGROUP

    [Networking]

    InstallDefaultComponents=No

    [NetAdapters]

    Adapter1=params.Adapter1

    [params.Adapter1]

    INFID=*

    [NetProtocols]

    MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]

    DNS=Yes

    UseDomainNameDevolution=No

    EnableLMHosts=Yes

    AdapterSections=params.MS_TCPIP.Adapter1

    [params.MS_TCPIP.Adapter1]

    SpecificTo=Adapter1

    DHCP=Yes

    WINS=No

    NetBIOSOptions=0

    [shell]

    DefaultThemesOff = Yes

    [GuiRunOnce]

    %systemdrive%\install\start.cmd

    I also have a autologin.reg file:

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

    "DefaultUserName"="Vishal"

    "DefaultPassword"=""

    "AutoAdminLogon"="1"

    After XP installs and I try to login, I get a login error message and I can't login in. Anyone got any ideas?

  4. Hi. I have my oobeinfo.ini in $OEM$\$$\System32\oobe. In it I have 1 user:

    [userInfo]

    Identity000="Vishal"

    I tested my unattended cd with vmware, when it tries to autologin it says "the system could not log you in" when I hit ok it logs me in as "Administrator".

    In $OEM$ I got CMDLINES.TXT which calls autologin.reg whose contents are:

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

    "DefaultUserName"="Vishal"

    "DefaultPassword"=""

    "AutoAdminLogon"="1"

    Here are the contents of my winnt.sif file:

    [Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    UnattendMode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    TargetPath=\WINDOWS

    FileSystem=*

    UnattendSwitch="yes"

    WaitForReboot="No"

    Repartition=No

    OemPnPDriversPath="drivers\graphics"

    DriverSigningPolicy=Ignore

    KeyboardLayout="US"

    [GuiUnattended]

    AdminPassword=*

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    TimeZone=4

    OemSkipWelcome=1

    [userData]

    ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

    FullName="Vishal"

    OrgName=""

    ComputerName=Home

    [Display]

    BitsPerPel=16

    Xresolution=1024

    YResolution=768

    Vrefresh=75

    [TapiLocation]

    CountryCode=107

    Dialing=Tone

    AreaCode=604

    [RegionalSettings]

    LanguageGroup=1

    Language=00000409

    [branding]

    BrandIEUsingUnattended=Yes

    Home_Page=http://www.google.ca/

    Search_Page=http://www.google.ca/

    [Proxy]

    Proxy_Enable=0

    Use_Same_Proxy=1

    [identification]

    JoinWorkgroup=WORKGROUP

    [Networking]

    InstallDefaultComponents=No

    [NetAdapters]

    Adapter1=params.Adapter1

    [params.Adapter1]

    INFID=*

    [NetProtocols]

    MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]

    DNS=Yes

    UseDomainNameDevolution=No

    EnableLMHosts=Yes

    AdapterSections=params.MS_TCPIP.Adapter1

    [params.MS_TCPIP.Adapter1]

    SpecificTo=Adapter1

    DHCP=Yes

    WINS=No

    NetBIOSOptions=0

    [shell]

    DefaultThemesOff = Yes

    [GuiRunOnce]

    %systemdrive%\install\start.cmd

    Am i missing something or is it something i'm doing wrong?

    Thanks for the help.

  5. I used nlite to slipsteam sp2 and make a reduced ISO. I used vmware to test the iso. After the files are copied and the system first reboots to gui mode, I get this blue screen error "Process1_initialization_failed." Does anyone know what this is?

×
×
  • Create New...