MSFN Forum: WINNT.SIF - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

WINNT.SIF GuiRunOnce Rate Topic: -----

#1 User is offline   dukeminus 

  • Group: Members
  • Posts: 7
  • Joined: 12-November 05

  Posted 12 November 2005 - 04:15 PM

Hi,

I am creating a Win2000 Unattended DVD with Office XP. I was succeful with everything until the Unattended installation reboots. I get the error that the system cannot fint 'C:\install\start.cmd or any of it's components.
During the installation phase everything goes smoothly, I have the install folder on yhe root of C with all of the applications and everything. I can run the start.cmd manualy and it works fine. Why won't the command execute during 2000 reboot?

Please help, this is driving me crazzzzyyyyy!!!!!


#2 User is offline   Satu 

  • Group: Members
  • Posts: 9
  • Joined: 16-November 04

Posted 12 November 2005 - 06:18 PM

can u post the files winnt.sif, .cmd..

#3 User is offline   dukeminus 

  • Group: Members
  • Posts: 7
  • Joined: 12-November 05

Posted 13 November 2005 - 03:21 AM

Start.cmd
ECHO.
ECHO Installing OfficeXP
ECHO Please wait...
start/wait %systemdrive%\install\applications\officexp\setup.exe TRANSFORMS=%systemdrive%\install\applications\officexp\Unattended.mst /qb-


Winnt.sif
;SetupMgrTag
[Data]
UnattendedInstall=Yes
MSDosInitiated=No
AutoPartition=1

[Unattended]
UnattendMode=FullUnattended
UnattendSwitch=Yes
OemSkipEula=Yes
OemPreinstall=yes
TargetPath=\WINDOWS
FileSystem=*
AutoActivate=Yes
Repartition=yes

[GuiRunOnce]
%systemdrive%\install\start.cmd

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=No
AutoLogon=yes
AutoLogonCount=1
OEMSkipRegional=1
TimeZone=35
OEMSkipWelcome=1

[UserData]
ProductID=Xxxx-KBxxD-xxxKQ-K36XB-Xxxxxx
FullName=user1
OrgName=user1
ComputerName=COMPUTER-01

[Display]
Xresolution=800
YResolution=600

[LicenseFilePrintData]

[TapiLocation]
CountryCode=1
AreaCode=617

[RegionalSettings]

[MassStorageDrivers]

[OEMBootFiles]

[OEM_Ads]

[SetupMgr]

[Identification]
JoinWorkgroup=workgroup

[Networking]
InstallDefaultComponents=No

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
INFID=*

[NetClients]
MS_MSClient=params.MS_MSClient

[params.MS_MSClient]
RPCSupportForBanyan=No

[NetServices]
MS_SERVER=params.MS_SERVER

[params.MS_SERVER]

[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

#4 User is offline   drscouse 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 03-January 04

Posted 13 November 2005 - 04:45 AM

Just to confirm, although reading your post it should be...

The Install folder is in the OEM/$1 folder on your cd???

This post has been edited by drscouse: 13 November 2005 - 04:47 AM


#5 User is offline   dukeminus 

  • Group: Members
  • Posts: 7
  • Joined: 12-November 05

Posted 13 November 2005 - 02:09 PM

The OEM on the DVD is has follows:
$OEM$
$1
drivers
install
Applications
OfficeXP
$$
$docs
$progs

#6 User is offline   dukeminus 

  • Group: Members
  • Posts: 7
  • Joined: 12-November 05

Posted 13 November 2005 - 04:27 PM

Has anyone else ever had this problem?

#7 User is offline   drscouse 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 03-January 04

Posted 13 November 2005 - 04:36 PM

Maybe a stab in the dark.. Im not sure... Does the winnt.sif get done in order, the only difference I can see, is that my GUIRUNONCE is a lot further down the list...???

Maybe nothing though...???

Quote

[TapiLocation]CountryCode=44
AreaCode=023

[GuiRunOnce]
"%windir%\system32\RunOnceEx.cmd"

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[NetAdapters]
Adapter1=params.Adapter1

[params.Adapter1]
Connectionname="ADSL Router"
NetCardAddress=XXXXXXXXXXXX

[params.MS_TCPIP]
AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
SpecificTo=Adapter1
DHCP=YES
WINS=no
NetBIOSOptions=0


It looks ok otherwise....

Even here http://www.unattende...al/examples.htm in the sample winnt.sif, it is the last entry..??

If it does execute in some sequence, it would appear you are trying to run it before any accounts are even created... as I said, Im not entireyl sure, just an observation...!!

Good look

This post has been edited by drscouse: 13 November 2005 - 04:42 PM


#8 User is offline   dukeminus 

  • Group: Members
  • Posts: 7
  • Joined: 12-November 05

Posted 13 November 2005 - 04:54 PM

Like you said....Just a try. I am going to move the GuiRunOnce command down the list. I will post the results.

Thanks

#9 User is offline   dukeminus 

  • Group: Members
  • Posts: 7
  • Joined: 12-November 05

Posted 13 November 2005 - 06:06 PM

I have changed the location of the guirunonce location. I still get the same error after final reboot. Cannot find C:\install.start.cmd or any of it's components.

HELP!!!!!!

#10 User is offline   cyberloner 

  • OCMania.com
  • PipPipPipPip
  • Group: Members
  • Posts: 535
  • Joined: 19-July 05

Posted 13 November 2005 - 06:44 PM

start/wait %systemdrive%\install\applications\officexp\setup.exe TRANSFORMS=%systemdrive%\install\applications\officexp\Unattended.mst /qb-

that is the problem i think...

should be

start/wait %systemdrive%\\install\applications\\officexp\\setup.exe TRANSFORMS=Unattended.mst /qb-

Office know where is your Unattended.mst if run in same directory...
need double \\ else use
"%systemdrive%\install\applications\officexp\setup.exe "

something like that...

#11 User is offline   drscouse 

  • Member
  • PipPip
  • Group: Members
  • Posts: 237
  • Joined: 03-January 04

Posted 14 November 2005 - 04:43 AM

Lol.. should really learn to read posts better.. never saw the start.cmd info...doh!!!!

#12 User is offline   oioldman 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 967
  • Joined: 16-April 04
  • OS:Windows 7 x64

Posted 14 November 2005 - 05:20 AM

just a couple of quick things =>
1; is the install folder created on c: and does it contain your start.cmd?
2; is the applications folder level with install folder or inside - as your .cmd is calling for apps to be inside

#13 User is offline   --=ddSHADOW=-- 

  • --=ddSHADOW=--
  • PipPip
  • Group: Members
  • Posts: 209
  • Joined: 08-August 04

Posted 16 November 2005 - 04:04 AM

View Postoioldman, on Nov 14 2005, 12:20 PM, said:

just a couple of quick things =>
1; is the install folder created on c: and does it contain your start.cmd?
2; is the applications folder level with install folder or inside - as your .cmd is calling for apps to be inside


1. install folder is created on you %systemdrive% where your windows folder is present
2. cmdlines.txt , RunOnceEx.cmd and regtweaks.reg needs to be in $OEM$ folder

Example:
Posted Image

For more info just go to http://unattended.msfn.org/index.htm

#14 User is offline   natan770 

  • Junior
  • Pip
  • Group: Members
  • Posts: 90
  • Joined: 17-November 05

Posted 17 November 2005 - 01:09 PM

winnt.sif does not know about %systemdrive%. Give a letter.

http://www.windowsdream.com

#15 User is offline   Elc0chin0 

  • Newbie
  • Group: Members
  • Posts: 19
  • Joined: 02-November 05

Posted 17 November 2005 - 03:18 PM

Does anyone know where to put the Default Gatway in the winnt.sif file and what that syntax is for win2000 unattended install?

#16 User is offline   dukeminus 

  • Group: Members
  • Posts: 7
  • Joined: 12-November 05

Posted 19 November 2005 - 08:22 PM

Like I stated earlier this is my first attempt at doing an unattended install with Win2000. I have posted the start.cmd and the guirunonce command line. Am I supposed to have anything else. Am I missing anythig?

Any help would be greatly appreciated

#17 User is offline   wraithe 

  • Group: Members
  • Posts: 3
  • Joined: 02-December 05

Posted 02 December 2005 - 03:27 PM

Okay I have an issue.. this is my first time making an unattended install and the basics are easy but I ran into issues on the intermediate section where it refers to winnt.sif This file doesn't seem to exist on my CD anywhere nor does a copy of winnt.si_ The only file that resembles any of this is a file in the I386 folder called Unattended.txt. Where does one go from here?

#18 User is offline   Shark007 

  • Repackaging Specialist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,154
  • Joined: 07-January 04

Posted 02 December 2005 - 04:22 PM

natan770 wrote:

Quote

winnt.sif does not know about %systemdrive%. Give a letter.


correction: winnt.sif has no problems whatsoever interpreting environment variables.

%systemdrive% is perfectly fine, and recommended.

shark

#19 User is offline   benners 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 692
  • Joined: 29-December 03

Posted 03 December 2005 - 04:14 AM

You need to enclose the commands in quotes for the GUIRunOnce section, try
[GuiRunOnce]
"%systemdrive%\install\start.cmd"


#20 User is offline   wraithe 

  • Group: Members
  • Posts: 3
  • Joined: 02-December 05

Posted 05 December 2005 - 03:31 PM

Well nevermind.. i found out... i somehow completely missed the unattended portion of first beginners section and there it says ti name it from unattended.txt to winnt.sif.

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy