Hi,
I want to install MS SQL Server 2008 as prerequisite. In Prerequisites/Setup Files tab I have selected the exe and added additional files of SQL Server. The main installer is "EXE setup with resources next to it"
In Silent(No UI) text field, I have entered "/ConfigurationFile="ConfigurationFile.ini"", to install with a configuration file. This configuration file is also in additional files list. But when i launch exe, it opens default installation steps and does not see conf file. The original command is "setup.exe /ConfigurationFile= ConfigurationFile.ini" taken from MSDN site.
I have tried "setup.exe /ConfigurationFile="ConfigurationFile.ini"" , "/ConfigurationFile="C:\ConfigurationFile.ini"" (absolute path) and other combinations but it did not work. I could not give file reference from "Files and Folders" menu and cannot give extraction path since there is none.
I think the problem is because of command line, I have looked http://www.advancedinstaller.com/forums ... 07&start=0, but no luck.
What is the correct syntax and way of achieving silent install of SQL Server 2008?