Jump to content

unattended setup win.ini and win.com missing?


Recommended Posts

I have a question during setup I got these 2 error messages in vmware 5.0 "win.ini and win.com missing" :realmad: and I don't know how this is possible sinced I followed each procedure mentioned to the letter? can you please help

2nd question I have is that the programs that I want to start automaticly after the setup has finished did not start after rebooting how can I make it work that it's installing during setup and finishes up when I'm login on the first time?

thanks for your coop and feedback

Paul

Edited by paulus4605
Link to comment
Share on other sites


okay, try to change the vmware machine's emulated mode ... (When you set you want to use Windows XP as system and if you install Windows 98 , the system hang ....)

and what windows install ? unattended mode ?

Edited by sonic
Link to comment
Share on other sites

I have as system windows professional and even when I get these error messages setup continues after skipping the file

and after that the system is functioning as normal

and yes it's a windows unattended tryout.

this is my winnt.sif file without the serial ofcourse :whistle:

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

Repartition =Yes

[GuiUnattended]

AdminPassword=""

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=105

OemSkipWelcome=1

[userData]

ProductKey=

FullName="Paul"

OrgName="Prive"

ComputerName=*

[Display]

BitsPerPel=32

Xresolution=1024

YResolution=768

[RegionalSettings]

LanguageGroup=1

SystemLocale=00000813

UserLocale=00000813

InputLocale=0813:00000813

[identification]

JoinWorkgroup=Thuis

[Networking]

InstallDefaultComponents=Yes

[GuiRunOnce]

%systemdrive%\install\power.cmd

another question what do I have to do to make windows installing everything without my interferance and what do I need to do that I don't get the user screen at the beginning asking me what users are using the computer

thanks for your help

Paul

Link to comment
Share on other sites

Can you post a screenshot of the error ? I'm not able to image this error !

For full unattented, read the big http://unattended.msfn.org/ article.

But to skip the users creation you need to set this

UnattendSwitch=Yes
OemPreinstall=Yes
OemSkipEula=Yes
WaitForReboot=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1

I have include options for no wait time at each reboot ...

Edited by sonic
Link to comment
Share on other sites

Sonic

I'm sorry just got a popup that win.ini can't be copied with the following choise skip, abort and continue the same message I got with win.com

thanks for the modifications

Paul

Sonic

I'm sorry just got a popup that win.ini can't be copied with the following choise skip, abort and continue the same message I got with win.com

thanks for the modifications

Paul

Link to comment
Share on other sites

@cluberti I'm running setup from a cd

@sonic

the only modifications I did was slipstreaming windows xp professional with service pack 1 & 2 adding office 2003 and skype to see if everything was working ok (did this on purpose to see if I understood the procedures correctly before I start building a dvd with all the applications that I want on it)

these are the only modifications I did

and under the install folder I have my batch.cmd to start installing the applications after windows is finished installing

at this the batch file looks like this

cmdow @ /HID

@Echo Off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installeren van Programma's" /f

REG ADD %KEY%\010 /VE /D "skype 1.4" /f

REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\applications\skype\SkypeSetup.exe /VERYSILENT /SP-" /f

REG ADD %KEY%\020 /VE /D "Microsoft Office 2003 Professional" /f

REG ADD %KEY%\020 /V 1 /D "%systemdrive%\install\applications\Office2003PRO\SETUP.EXE TRANSFORMS=Unattended.MST /qb-" /f

exit

thanks again for all your help

Paul

Link to comment
Share on other sites

no, I don't think about winnt.sif ...

The first part of the windows installation is text based ... some files are copied to the hard disk and the list of these files are listed in the TXTSETUP.SIF, so post your txtsetup.sif ... or look if win.ini or win.com are listed in your txtsetup.sif ...

Moreover, you don't update any existing windows ?!

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