I need to hide the product key page while installing SQL server 2012 enterprise edition
I was trying to use the following command
Setup.exe /ACTION=Install /FEATURES=SQL /INSTANCENAME=Intuition /PID=<My product Key.
/IACCEPTSQLSERVERLICENSETERMS
The product key was applied , but the install screen is being shown with the Product key i have provided and it is in editable mode.
Is there any way i can hide this SQL server product key page ?
The reason is we are including SQL setup in our application and as per Microsoft policy we should not reveal the product key to user. If we are able to hide this from installing page , we can hide the installation command in some exe.
Note : Customers need fulfledged versions so we can't install SQLExpress.