Silent Installation in Microsoft Windows

Hello Everyone, I am new in this community and I am working on pycharm IDE. I am confused to install and setting up of slient installation in my system. Can anyone tell me?

Hi @aartiyadav . Here is the Solution. to use the JetBrains Pycharm IDE software for the python code and it also used to write HTML code etc… After Downloading the software and to work with boltiot you have to run the following commands in Command Prompt(Run as a Administrator) inorder to download the BoltIot library file.

Type the following:

Step 1: Check Python is installed or not;
C:\WINDOWS\system32>python --version
Python 3.8.0

Step 2: Check Pip installed or not;
C:\WINDOWS\system32>pip --version
pip 19.3.1 from c:\program files\python38\lib\site-packages\pip (python 3.8)

Step 3: Install Pip;
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Type the Command:
python get-pip.py

Step 4: Install BoltIot Library file
pip install boltiot

You can copy the above commands and paste in Command Prompt. Hope Your problem is solved. This is the alternative way to Digital Ocean Droplet and also for the Ubuntu Server.

First download the latest version of python(Welcome to Python.org

) 2.x or 3.x .

Now run the application in your pc. Now a window is popped out asking that to set the the path autompatically or manually (I think setting the path automatically is better ) click on the check box and click next next next installation is finished.

To check whether python is installed or not open CMD(command prompt) and type python it show the version name if not installed it show python is not recognised as internal or external command.

To execute program

  1. open notepad/notepad++/sublime

2.write your script

3.save the script with filename(file name depends on you).py

4.now open CMD and go to the file location where you have saved the program

5.now execute youy program by giving CMD filename.py

Windows SDK for Windows 7 and .NET Framework 4 (Windows SDK v7.1) can be installed in Silent Mode.

Windows SDK v7.1 should be installed before Visual Studio 2010 SP1 (service pack 1) if the installation process is in Silent Mode.

Supported Operating Systems x86 and x64 platforms:

  • Windows XP SP3

  • Windows 2003 Server

  • Windows 2003 Server R2

  • Windows 2008

  • Windows 2008 R2

  • Windows Vista

  • Windows 7

Other prerequisites: .NET Framework 2.0.

The EULA (End User License Agreement) is available in the Release Notes. Using the silent installation does not negate this agreement. Review to ensure compliance.

In order to silently install download the ISO version of the SDK and extract the files. Using the web setup is not supported for silent installation.

The command to perform silent install: setup.exe -q -params:ADDLOCAL=ALL.

The .NET Framework 4 is required to install all components in the SDK. If .NET Framework 4 is not installed, the following components will not be installed:

Compilers

Intellisense & Reference Assemblies

.NET Development Tool

Microsoft Help System

All other components will still install as long as .NET Framework 2.0 is installed prior to installing the SDK.

The installation will fail if Visual Studio 2010 SP1 is installed on the system. No error will be presented during install. You can determine that the installation failed would either by reviewing the SDK setup logfile or through failing functionality. The workaround is to uninstall Visual Studio 2010 SP1 before installing the SDK.

Regards,
Bruce