Resolution
===========
There will be an ini file in setup. Z\SQLsetup\x86 folder >> DefaultSetup.ini
which contains following entry like
;SQLSERVER2008 Configuration File
[SQLSERVER2008]
PID=”*****-*****-*****-*****-*****”
Just comment out the PID key by semi collen (;) and then copy the key and put that key during the installation. It should be like this
;SQLSERVER2008 Configuration File
[SQLSERVER2008]
;PID=”*****-*****-*****-*****-*****”
copy the PID key *****-*****-*****-*****-***** and paste during the installation.
===========
There will be an ini file in setup. Z\SQLsetup\x86 folder >> DefaultSetup.ini
which contains following entry like
;SQLSERVER2008 Configuration File
[SQLSERVER2008]
PID=”*****-*****-*****-*****-*****”
Just comment out the PID key by semi collen (;) and then copy the key and put that key during the installation. It should be like this
;SQLSERVER2008 Configuration File
[SQLSERVER2008]
;PID=”*****-*****-*****-*****-*****”
copy the PID key *****-*****-*****-*****-***** and paste during the installation.
Regards, Pradyothana DP http://www.dbainhouse.blogspot.in/ .Please Mark This As Answer if it solved your issue.