I am using the custom setup iss file for unattended install. In the iss file I have the following:
[SetupTypeSQL-0]
szDir=d:MSSQL7
Result=303
szDataDir=databaseFiles

When I run the unattended install, a set of directories like data, log etc are created under d:databasefiles. Is there a way to create only the database files under the d:databasefiles and the rest of the directories be under d:mssql7

Thanks
Sriram