Question
I'm attempting to install Tizen SDK on Windows Server 2012 R2 Datacenter edition, but the installer fails with the following errors:
- Cannot start Tizen SDK Install Manager
- Cannot find the file in the repository (package server might be updating)
Environment details:
- Server: Windows RDS server (for multiple developer logins)
- Hardware:
- Quad-Core Xeon E3-1230 v2 3.3-3.7 GHz
- 64 GB DDR3 ECC RAM
- 2x1000GB SATA drives
- Windows Server 2012 R2 Datacenter
I need guidance on properly setting up this environment for Tizen development.
Answer
Problem Understanding
The user is encountering installation issues with Tizen SDK on Windows Server 2012, specifically with package repository access and installer startup problems.
Solution Methods
-
Use Tizen Studio Instead:
- The Tizen SDK Manager is outdated. Install Tizen Studio (the current IDE) from the official website.
- Download link: https://developer.samsung.com/tizen/tizen-studio
-
Check System Requirements:
- Verify your system meets the minimum requirements for Tizen Studio:
- Windows 7/8/10 (64-bit) or Windows Server 2012/2016/2019
- 4GB RAM (8GB recommended)
- 5GB available disk space
- Verify your system meets the minimum requirements for Tizen Studio:
-
Network Configuration:
- Ensure your server has proper internet access to download packages
- Check firewall settings to allow Tizen Studio installer access
-
Clean Installation:
- Remove any previous Tizen SDK installations
- Download the latest Tizen Studio installer
- Run installer as administrator
Additional Tips
- For multi-developer environments, consider using Tizen Studio's CLI tools for automation
- If repository issues persist, try changing the package server mirror in Tizen Package Manager
- For Windows Server environments, ensure all required dependencies (.NET Framework, Visual C++ Redistributable) are installed