I've got the following in my wix file - however when the create database 
happens on the database only NDF1 is in the actual create database command.
 
<SqlFileSpec Id="MDF" Name="MyDB_Data0" 
Filename="H:\MSSQL.1\DATA\MyDB_Data0.MDF" Size="5MB" GrowthSize="0MB"/>         
<SqlFileSpec Id="NDF1" Name="MyDB_Data1" 
Filename="H:\MSSQL.1\DATA\MyDB_Data1.NDF" Size="10MB" GrowthSize="0MB"/>     
<SqlFileSpec Id="NDF2" Name="MyDB_Data2" 
Filename="I:\MSSQL.1\DATA\MyDB_Data2.NDF" Size="10MB" GrowthSize="0MB"/>       
Is this the correct syntax?  Why is only the last sqlfilespec being applied but 
the NDF1 as well?  Thanks!
 
Gurpal
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to