SqlFileSpec Element

WiX Help

SqlFileSpec Element

Description

File specification for a Sql database.

Windows Installer references
None
Parents
SqlDatabase
Inner Text
None
Children
None
Attributes
Name Type Description Required
Id String ID of the file specification. Yes
Filename String Specifies the operating-system file name for the database file. Yes
GrowthSize String Specifies the growth increment of the database file. The GrowthSize setting for a file cannot exceed the MaxSize setting.  
MaxSize String Specifies the maximum size to which the database file can grow.  
Name String Specifies the logical name for the database file.  
Size String Specifies the size of the database file. When a Size is not supplied for a database file, SQL Server uses the size of the primary file in the model database.  
See Also
Wix Schema