Jump to content

Is this right?


RBCC

Recommended Posts

:thumbup [GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=4

OemSkipWelcome=1

DetachedProgram="%systemdrive%\install\t39.cmd"

If this isn't right please post the edited version so it will work. John

Link to comment
Share on other sites


No need to a tutorial. You just put the following line under [GuiUnattended] in WINNT.SIF:

DetachedProgram = "%SystemDrive%\Install\Utils\GUIstart.bat"

Let GUIstart.bat (or whatever name.bat) do whatever you want it to do at T-39.

In my situation, GUIstart.bat is in %SystemDrive%\Install\Utils.

Link to comment
Share on other sites

  • 1 month later...

Please Help!! :w00t:

This doesn't run detachedprogram, can someone please edit it? I have tried it with quotes and not, whats wrong :no::whistle::thumbup John

;SetupMgrTag

[Data]

AutoPartition=1

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=YES

TargetPath=\WINDOWS

[GuiUnattended]

DetachedProgram=%SYSTEMDRIVE%\install\t39.bat

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=4

OemSkipWelcome=1

[userData]

ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

FullName="John Marshall"

OrgName="Golden Computers"

ComputerName=*

[setupParams]

UserExecute = %SYSTEMDRIVE%\install\t9.BAT

[TapiLocation]

AreaCode=541

[RegionalSettings]

LanguageGroup=13,17,3,2,5,16,4,12,15,7,8,10,11,9,6,14,1

[setupMgr]

ComputerName0=Golden-28453

ComputerName1=Golden-00628

[branding]

BrandIEUsingUnattended=Yes

[Proxy]

Proxy_Enable=1

Use_Same_Proxy=1

HTTP_Proxy_Server=192.168.0.1:87

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

[WindowsFirewall]

Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode = 0

[GuiRunOnce]

%SYSTEMDRIVE%\Install\reboot.cmd

Link to comment
Share on other sites

GuiUnattended]
AdminPassword=123
EncryptedAdminPassword=NO
AutoLogon=No
AutoLogonCount=0
DetachedProgram = "%SystemDrive%\Install\Utils\GUIstart.bat"

You write your winnt.sif lie this you will aler instalation password -123- but when you whant use RunOnceEx.cmd your instalation will sot and you will need write 123 password

GuiUnattended]
AdminPassword=123
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=2
DetachedProgram = "%SystemDrive%\Install\Utils\GUIstart.bat"

Now will work bether do not stop.

[UserData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="John Marshall"
OrgName="Golden Computers"
ComputerName=*

Thi is not good

should be

[UserData]
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
FullName="John Marshall"
ComputerName=Somename
OrgName="Golden Computers"

Edited by Yurek3
Link to comment
Share on other sites

What about this idea
DetachedProgram = CMD.EXE
Arguments = "/C CALL or START whatever.BAT or another.CMD"

Thank you very much for your code. It works flawlessly for me.

What I have done is instead of putting all the expanded drivers in $oem$\$1\Drivers folder I have created a self extracting cab file encompassing all the drivers I need. Unlike M$ expand utility this executable automatically recreates directory structure also! The folder size has gone down from 75 mb to 45 mb. All the drivers are now available to the installer. I delete the executables & the .cmd file at the last stage of the installation.

I am now going to try the same trick with $Prog & $Doc folders to see if I can save further space.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 months later...

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