TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Windows Deployment

Notices

Database settings not being applied

Windows Deployment


Reply
 
Thread Tools Display Modes
Old 19-06-2008, 02:50 PM   #1
Richard R
Guest
 
Posts: n/a
Database settings not being applied

Hi

I can happily deploy a windows2008 image using litetouch and going through
the MDT 2008 deployment wizard. I was under the impression that if i entered
the details into the database, it would look up the machines dell tag or mac
address and enter custom details making the installation automatic (not
prompting for keyboard layouts, domain account etc). It is not ( I have
populated the database (not all fields though) but it still prompts for the
wizard details. have i missed something somewhere?


My bootstrap.ini is as follows:

[Settings]
Priority=Default

[Default]
DeployRoot=\\WDS-SERVER01\Distribution$

My customsettings.ini is as follows:

[Settings]
Priority=CPackages, CApps, CRoles, Locations, LSettings, LPackages, LApps,
LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles,
RSettings, RPackages, RApps, RAdmins, CSettings, CAdmins, Default
Properties=MyCustomProperty

[Default]
OSInstall=Y
SkipBDDWelcome=YES
KeyboardLocale=en-GB
UserDataLocation=NETWORK
SkipAppsOnUpgrade=YES
SkipCapture=NO
SkipAdminPassword=YES
SkipProductKey=YES

[CSettings]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=ComputerSettings
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR

[CAdmins]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=ComputerAdministrators
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR

[CPackages]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=ComputerPackages
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR
Order=Sequence

[CApps]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=ComputerApplications
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR
Order=Sequence

[CRoles]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=ComputerRoles
Parameters=UUID, AssetTag, SerialNumber, MacAddress
ParameterCondition=OR

[Locations]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=Locations
Parameters=DefaultGateway

[LSettings]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=LocationSettings
Parameters=DefaultGateway

[LPackages]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=LocationPackages
Parameters=DefaultGateway
Order=Sequence

[LApps]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=LocationApplications
Parameters=DefaultGateway
Order=Sequence

[LAdmins]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=LocationAdministrators
Parameters=DefaultGateway

[LRoles]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=LocationRoles
Parameters=DefaultGateway

[MMSettings]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=MakeModelSettings
Parameters=Make, Model

[MMPackages]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=MakeModelPackages
Parameters=Make, Model
Order=Sequence

[MMApps]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=MakeModelApplications
Parameters=Make, Model
Order=Sequence

[MMAdmins]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=MakeModelAdministrators
Parameters=Make, Model

[MMRoles]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=MakeModelRoles
Parameters=Make, Model

[RSettings]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=RoleSettings
Parameters=Role

[RPackages]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=RolePackages
Parameters=Role
Order=Sequence

[RApps]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=RoleApplications
Parameters=Role
Order=Sequence

[RAdmins]
SQLServer=127.0.0.1
Instance=SQLEXPRESS
Database=DeployDB
Netlib=DBMSSOCN
SQLShare=Distribution$
Table=RoleAdministrators
Parameters=Role




  Reply With Quote
Old 20-06-2008, 03:26 AM   #2
Newbie
 
Join Date: May 2008
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 n3w813 is an unknown quantity at this point
Re: Database settings not being applied

Your SQLServer parameter should equal your SQL server's name or IP address and not localhost (127.0.0.1)
n3w813 is offline   Reply With Quote
Old 20-06-2008, 05:00 AM   #3
NateL
Guest
 
Posts: n/a
RE: Database settings not being applied

On all of your entries, you list the SQLServer as 127.0.0.1. That is the
loopback IP address that refers to the local computer, so unless you changed
the IP address to the loopback in your posting in order to hide your
production IP address from the community, I would think that the IP would be
a major part of your issue.


NateL



"Richard R" wrote:

> Hi
>
> I can happily deploy a windows2008 image using litetouch and going through
> the MDT 2008 deployment wizard. I was under the impression that if i entered
> the details into the database, it would look up the machines dell tag or mac
> address and enter custom details making the installation automatic (not
> prompting for keyboard layouts, domain account etc). It is not ( I have
> populated the database (not all fields though) but it still prompts for the
> wizard details. have i missed something somewhere?
>
>
> My bootstrap.ini is as follows:
>
> [Settings]
> Priority=Default
>
> [Default]
> DeployRoot=\\WDS-SERVER01\Distribution$
>
> My customsettings.ini is as follows:
>
> [Settings]
> Priority=CPackages, CApps, CRoles, Locations, LSettings, LPackages, LApps,
> LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles,
> RSettings, RPackages, RApps, RAdmins, CSettings, CAdmins, Default
> Properties=MyCustomProperty
>
> [Default]
> OSInstall=Y
> SkipBDDWelcome=YES
> KeyboardLocale=en-GB
> UserDataLocation=NETWORK
> SkipAppsOnUpgrade=YES
> SkipCapture=NO
> SkipAdminPassword=YES
> SkipProductKey=YES
>
> [CSettings]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=ComputerSettings
> Parameters=UUID, AssetTag, SerialNumber, MacAddress
> ParameterCondition=OR
>
> [CAdmins]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=ComputerAdministrators
> Parameters=UUID, AssetTag, SerialNumber, MacAddress
> ParameterCondition=OR
>
> [CPackages]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=ComputerPackages
> Parameters=UUID, AssetTag, SerialNumber, MacAddress
> ParameterCondition=OR
> Order=Sequence
>
> [CApps]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=ComputerApplications
> Parameters=UUID, AssetTag, SerialNumber, MacAddress
> ParameterCondition=OR
> Order=Sequence
>
> [CRoles]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=ComputerRoles
> Parameters=UUID, AssetTag, SerialNumber, MacAddress
> ParameterCondition=OR
>
> [Locations]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=Locations
> Parameters=DefaultGateway
>
> [LSettings]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=LocationSettings
> Parameters=DefaultGateway
>
> [LPackages]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=LocationPackages
> Parameters=DefaultGateway
> Order=Sequence
>
> [LApps]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=LocationApplications
> Parameters=DefaultGateway
> Order=Sequence
>
> [LAdmins]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=LocationAdministrators
> Parameters=DefaultGateway
>
> [LRoles]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=LocationRoles
> Parameters=DefaultGateway
>
> [MMSettings]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=MakeModelSettings
> Parameters=Make, Model
>
> [MMPackages]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=MakeModelPackages
> Parameters=Make, Model
> Order=Sequence
>
> [MMApps]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=MakeModelApplications
> Parameters=Make, Model
> Order=Sequence
>
> [MMAdmins]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=MakeModelAdministrators
> Parameters=Make, Model
>
> [MMRoles]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=MakeModelRoles
> Parameters=Make, Model
>
> [RSettings]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=RoleSettings
> Parameters=Role
>
> [RPackages]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=RolePackages
> Parameters=Role
> Order=Sequence
>
> [RApps]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=RoleApplications
> Parameters=Role
> Order=Sequence
>
> [RAdmins]
> SQLServer=127.0.0.1
> Instance=SQLEXPRESS
> Database=DeployDB
> Netlib=DBMSSOCN
> SQLShare=Distribution$
> Table=RoleAdministrators
> Parameters=Role
>
>
>
>

  Reply With Quote
Old 26-06-2008, 08:32 PM   #4
Richard R
Guest
 
Posts: n/a
RE: Database settings not being applied

Hi

That seems sensible. I have changed the 127.0.0.1 address to the actuall ip
of the server. Still get the same thing though.

On another note, i seem to have broken the server a bit more. Since
installing the database i now get prompted to enter the name of the
deployment share (after entering keyboard language and before entering the
user credentials). What have i done? I have stripped down my bootstrap.ini
and custom.ini files as follows but still get this prompt:

Bootstrap.ini


User[Settings]
Priority=Default

[Default]
DeployRoot=\\WDS-SERVER01\Distribution$

customsettings.ini

[Settings]
Priority=Default
Properties=MyCustomProperty

[Default]
OSInstall=Y
UserDataLocation=NETWORK
SkipBDDWelcome=YES
KeyboardLocale=en-GB
SkipAppsOnUpgrade=YES
SkipCapture=NO
SkipAdminPassword=YES
SkipProductKey=YES




"NateL" wrote:

> On all of your entries, you list the SQLServer as 127.0.0.1. That is the
> loopback IP address that refers to the local computer, so unless you changed
> the IP address to the loopback in your posting in order to hide your
> production IP address from the community, I would think that the IP would be
> a major part of your issue.
>
>
> NateL
>
>
>
> "Richard R" wrote:
>
> > Hi
> >
> > I can happily deploy a windows2008 image using litetouch and going through
> > the MDT 2008 deployment wizard. I was under the impression that if i entered
> > the details into the database, it would look up the machines dell tag or mac
> > address and enter custom details making the installation automatic (not
> > prompting for keyboard layouts, domain account etc). It is not ( I have
> > populated the database (not all fields though) but it still prompts for the
> > wizard details. have i missed something somewhere?
> >
> >
> > My bootstrap.ini is as follows:
> >
> > [Settings]
> > Priority=Default
> >
> > [Default]
> > DeployRoot=\\WDS-SERVER01\Distribution$
> >
> > My customsettings.ini is as follows:
> >
> > [Settings]
> > Priority=CPackages, CApps, CRoles, Locations, LSettings, LPackages, LApps,
> > LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles,
> > RSettings, RPackages, RApps, RAdmins, CSettings, CAdmins, Default
> > Properties=MyCustomProperty
> >
> > [Default]
> > OSInstall=Y
> > SkipBDDWelcome=YES
> > KeyboardLocale=en-GB
> > UserDataLocation=NETWORK
> > SkipAppsOnUpgrade=YES
> > SkipCapture=NO
> > SkipAdminPassword=YES
> > SkipProductKey=YES
> >
> > [CSettings]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=ComputerSettings
> > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > ParameterCondition=OR
> >
> > [CAdmins]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=ComputerAdministrators
> > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > ParameterCondition=OR
> >
> > [CPackages]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=ComputerPackages
> > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > ParameterCondition=OR
> > Order=Sequence
> >
> > [CApps]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=ComputerApplications
> > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > ParameterCondition=OR
> > Order=Sequence
> >
> > [CRoles]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=ComputerRoles
> > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > ParameterCondition=OR
> >
> > [Locations]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=Locations
> > Parameters=DefaultGateway
> >
> > [LSettings]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=LocationSettings
> > Parameters=DefaultGateway
> >
> > [LPackages]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=LocationPackages
> > Parameters=DefaultGateway
> > Order=Sequence
> >
> > [LApps]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=LocationApplications
> > Parameters=DefaultGateway
> > Order=Sequence
> >
> > [LAdmins]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=LocationAdministrators
> > Parameters=DefaultGateway
> >
> > [LRoles]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=LocationRoles
> > Parameters=DefaultGateway
> >
> > [MMSettings]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=MakeModelSettings
> > Parameters=Make, Model
> >
> > [MMPackages]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=MakeModelPackages
> > Parameters=Make, Model
> > Order=Sequence
> >
> > [MMApps]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=MakeModelApplications
> > Parameters=Make, Model
> > Order=Sequence
> >
> > [MMAdmins]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=MakeModelAdministrators
> > Parameters=Make, Model
> >
> > [MMRoles]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=MakeModelRoles
> > Parameters=Make, Model
> >
> > [RSettings]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=RoleSettings
> > Parameters=Role
> >
> > [RPackages]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=RolePackages
> > Parameters=Role
> > Order=Sequence
> >
> > [RApps]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=RoleApplications
> > Parameters=Role
> > Order=Sequence
> >
> > [RAdmins]
> > SQLServer=127.0.0.1
> > Instance=SQLEXPRESS
> > Database=DeployDB
> > Netlib=DBMSSOCN
> > SQLShare=Distribution$
> > Table=RoleAdministrators
> > Parameters=Role
> >
> >
> >
> >

  Reply With Quote
Old 26-06-2008, 08:32 PM   #5
NateL
Guest
 
Posts: n/a
RE: Database settings not being applied

What's the "User" in front of "[Settings]" in your bootstrap.ini?


NateL

"Richard R" wrote:

> Hi
>
> That seems sensible. I have changed the 127.0.0.1 address to the actuall ip
> of the server. Still get the same thing though.
>
> On another note, i seem to have broken the server a bit more. Since
> installing the database i now get prompted to enter the name of the
> deployment share (after entering keyboard language and before entering the
> user credentials). What have i done? I have stripped down my bootstrap.ini
> and custom.ini files as follows but still get this prompt:
>
> Bootstrap.ini
>
>
> User[Settings]
> Priority=Default
>
> [Default]
> DeployRoot=\\WDS-SERVER01\Distribution$
>
> customsettings.ini
>
> [Settings]
> Priority=Default
> Properties=MyCustomProperty
>
> [Default]
> OSInstall=Y
> UserDataLocation=NETWORK
> SkipBDDWelcome=YES
> KeyboardLocale=en-GB
> SkipAppsOnUpgrade=YES
> SkipCapture=NO
> SkipAdminPassword=YES
> SkipProductKey=YES
>
>
>
>
> "NateL" wrote:
>
> > On all of your entries, you list the SQLServer as 127.0.0.1. That is the
> > loopback IP address that refers to the local computer, so unless you changed
> > the IP address to the loopback in your posting in order to hide your
> > production IP address from the community, I would think that the IP would be
> > a major part of your issue.
> >
> >
> > NateL
> >
> >
> >
> > "Richard R" wrote:
> >
> > > Hi
> > >
> > > I can happily deploy a windows2008 image using litetouch and going through
> > > the MDT 2008 deployment wizard. I was under the impression that if i entered
> > > the details into the database, it would look up the machines dell tag or mac
> > > address and enter custom details making the installation automatic (not
> > > prompting for keyboard layouts, domain account etc). It is not ( I have
> > > populated the database (not all fields though) but it still prompts for the
> > > wizard details. have i missed something somewhere?
> > >
> > >
> > > My bootstrap.ini is as follows:
> > >
> > > [Settings]
> > > Priority=Default
> > >
> > > [Default]
> > > DeployRoot=\\WDS-SERVER01\Distribution$
> > >
> > > My customsettings.ini is as follows:
> > >
> > > [Settings]
> > > Priority=CPackages, CApps, CRoles, Locations, LSettings, LPackages, LApps,
> > > LAdmins, LRoles, MMSettings, MMPackages, MMApps, MMAdmins, MMRoles,
> > > RSettings, RPackages, RApps, RAdmins, CSettings, CAdmins, Default
> > > Properties=MyCustomProperty
> > >
> > > [Default]
> > > OSInstall=Y
> > > SkipBDDWelcome=YES
> > > KeyboardLocale=en-GB
> > > UserDataLocation=NETWORK
> > > SkipAppsOnUpgrade=YES
> > > SkipCapture=NO
> > > SkipAdminPassword=YES
> > > SkipProductKey=YES
> > >
> > > [CSettings]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=ComputerSettings
> > > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > > ParameterCondition=OR
> > >
> > > [CAdmins]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=ComputerAdministrators
> > > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > > ParameterCondition=OR
> > >
> > > [CPackages]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=ComputerPackages
> > > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > > ParameterCondition=OR
> > > Order=Sequence
> > >
> > > [CApps]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=ComputerApplications
> > > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > > ParameterCondition=OR
> > > Order=Sequence
> > >
> > > [CRoles]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=ComputerRoles
> > > Parameters=UUID, AssetTag, SerialNumber, MacAddress
> > > ParameterCondition=OR
> > >
> > > [Locations]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=Locations
> > > Parameters=DefaultGateway
> > >
> > > [LSettings]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=LocationSettings
> > > Parameters=DefaultGateway
> > >
> > > [LPackages]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=LocationPackages
> > > Parameters=DefaultGateway
> > > Order=Sequence
> > >
> > > [LApps]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=LocationApplications
> > > Parameters=DefaultGateway
> > > Order=Sequence
> > >
> > > [LAdmins]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=LocationAdministrators
> > > Parameters=DefaultGateway
> > >
> > > [LRoles]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=LocationRoles
> > > Parameters=DefaultGateway
> > >
> > > [MMSettings]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=MakeModelSettings
> > > Parameters=Make, Model
> > >
> > > [MMPackages]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=MakeModelPackages
> > > Parameters=Make, Model
> > > Order=Sequence
> > >
> > > [MMApps]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=MakeModelApplications
> > > Parameters=Make, Model
> > > Order=Sequence
> > >
> > > [MMAdmins]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=MakeModelAdministrators
> > > Parameters=Make, Model
> > >
> > > [MMRoles]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=MakeModelRoles
> > > Parameters=Make, Model
> > >
> > > [RSettings]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=RoleSettings
> > > Parameters=Role
> > >
> > > [RPackages]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=RolePackages
> > > Parameters=Role
> > > Order=Sequence
> > >
> > > [RApps]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=RoleApplications
> > > Parameters=Role
> > > Order=Sequence
> > >
> > > [RAdmins]
> > > SQLServer=127.0.0.1
> > > Instance=SQLEXPRESS
> > > Database=DeployDB
> > > Netlib=DBMSSOCN
> > > SQLShare=Distribution$
> > > Table=RoleAdministrators
> > > Parameters=Role
> > >
> > >
> > >
> > >

  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 08:46 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional