I need to perform a silent install of SQL Express 2012 (x64 only) within my application's installer. The only feature I am installing is:
/FEATURES=SQLENGINE
This is the top level directory tree of the installer:
- 1033_ENU_LP
- PCUSOURCE
- redist
- resources
- x64
Can I eliminate any of these directories from the install package, such as "redist"?
Thanks.