Menu
Sites
Language
Installing SDK failed in windows 7

I'm trying to install Tizen SDK in windows 7.

Its showing error as:

"fatal error occurred while executing install script(certificate-generator package)".

I tried both Network Installation  & SDK Image Installation .Both showing the same error.

Responses

5 Replies
Raghu Kona

Can you please share the logs from  %LOCALAPPDATA%\.installmanager\install-log.

Regards,

Raghu Kona

Lakshmi Grandhi

From log it looks like problem with "xcopy", check whether PATH enviorment variables points to xcopy.

 

Try solutions provided in the the link

http://stackoverflow.com/questions/17273427/xcopy-is-not-recognized-as-an-internal-or-external-command-operable-program-or

 

Alex Tritt

I have the same problem (the log has the xcopy thing) but I'm still confused at what to do :(

Do I have to use comand line or something? - I couldn't pick it up from the link.

Sorry, I'm a complete n00b

Alexander AVSukhov

Hello,

You need to find the directory where the xcopy.exe is stored and add this directory to the "Path" system variable (Control Panel -> System and Security -> System -> Advanced system settings -> Advanced -> Environment Variables)

 

Alex Tritt

Thanks, it worked, but now I have a new problem. I'll search around first though :D