WINNT.SIF GuiRunOnce
#1
Posted 12 November 2005 - 04:15 PM
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!!!!!
#3
Posted 13 November 2005 - 03:21 AM
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
Posted 13 November 2005 - 04:45 AM
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
Posted 13 November 2005 - 02:09 PM
$OEM$
$1
drivers
install
Applications
OfficeXP
$$
$docs
$progs
#7
Posted 13 November 2005 - 04:36 PM
Maybe nothing though...???
Quote
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
Posted 13 November 2005 - 04:54 PM
Thanks
#9
Posted 13 November 2005 - 06:06 PM
HELP!!!!!!
#10
Posted 13 November 2005 - 06:44 PM
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
Posted 14 November 2005 - 04:43 AM
#12
Posted 14 November 2005 - 05:20 AM
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
Posted 16 November 2005 - 04:04 AM
oioldman, on Nov 14 2005, 12:20 PM, said:
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:

For more info just go to http://unattended.msfn.org/index.htm
#14
Posted 17 November 2005 - 01:09 PM
#15
Posted 17 November 2005 - 03:18 PM
#16
Posted 19 November 2005 - 08:22 PM
Any help would be greatly appreciated
#17
Posted 02 December 2005 - 03:27 PM
#18
Posted 02 December 2005 - 04:22 PM
Quote
correction: winnt.sif has no problems whatsoever interpreting environment variables.
%systemdrive% is perfectly fine, and recommended.
shark
#19
Posted 03 December 2005 - 04:14 AM
[GuiRunOnce] "%systemdrive%\install\start.cmd"
#20
Posted 05 December 2005 - 03:31 PM



Help

Back to top









