How to install 1c control. Correct installation of "1C: Enterprise

Installation of the 1C: Enterprise 8 platform

What is platform and configuration? How to install the 1C Enterprise 8 platform on your computer yourself. From simple to complex. Let's deepen our knowledge and consider all the steps to complete this task.

Basic concepts of 1C - Platform and Configuration

The accounting automation program 1C: Enterprise 8 can be divided into 2 closely interconnected blocks that interact with each other - configuration and platform... The platform manages the operation of the configuration, and the configuration, in turn, provides a description of the objects with which the user will work.

Let us explain in more detail - to run any 1C configuration (1C: Accounting 8, 1C: Trade Management 8, 1C: Salary and Personnel Management 8, 1C: Integrated Automation, 1C: Manufacturing Enterprise Management 8), the installation of the 1C Enterprise technological platform is always required. The platform is a runtime environment for configurations, and also provides capabilities and tools for making changes within a configuration.

The configuration, in turn, consists of objects (Directories: Nomenclature, Organizations, Warehouses; Documents: Receipt invoice, Buyer's order, Sales of goods and services; Reports: Sales, Gross Profit), which are programmatically interconnected and properly structured to automate the activities of a certain areas of application (trade, accounting, production).

That is why the installation of the 1C: Enterprise 8 program also consists of 2 parts: installation of the platform and installation of the configuration. Since the topic is voluminous, in this article we will consider part 1 - installing the platform.

Actions before installing the 1C: Enterprise 8 platform

Before installing the platform, you must familiarize yourself with system requirements... Namely, on your computer must be installed operating system at least Windows XP with SP3, and if Windows 7/8/10 is used, service packs for these systems are also required. Such requirements imply that your computer is up to date and works stably.

Where to download the 1C: Enterprise 8 platform?

The installation kit of the 1C: Enterprise 8 platform can be obtained only if you purchase any applied solution from 1C partners (for example, 1C Trade Management 8 or 1C: Accounting 8), officially separately version for complete installation platform you won't be able to download and buy. And even on the user support site, for those who have an information technology support agreement (ITS), you can only download versions of the platform update (the so-called shortened installation).

Educational version of the 1C: Enterprise 8 platform

For those who are unfamiliar with the 1C platform, Enterprise 1C provides a unique opportunity - download the training version on the site http://v8.1c.ru/edu. Kits are presented - 1C: Accounting 8 and 1C: Enterprise 8.3 Version for teaching programming. The version for teaching programming can be downloaded completely free of charge from the link - http://online.1c.ru/catalog/free/18610119, you just need to fill in the fields and the download link will come to your e-mail... Of course, this version has its limitations - it will not be possible to keep records of a real enterprise and submit reports, however, using this product will give you a real chance to evaluate the capabilities of a software product before purchasing it commercially. The process of installing a real 1C platform is practically no different, at the end you just need to install 1C security keys, which can be hardware (USB) or software (keys are distributed in envelopes and entered as a PIN code). Next, we will consider installing the educational version of the 1C platform on your computer.

The process of installing the 1C: Enterprise 8 platform

So, I think that you have already completed all the fields for the above download link, an email has come in and you have successfully downloaded the platform distribution kit! Well, then we begin the process of installing the 1C: Enterprise 8 platform. We will follow the installation process step by step:

  1. The first step is to unzip the downloaded EducFull83.rar file;
  2. Next, open the EducFull83 folder and the Autorun.exe file. Click the link - Select the components to be installed;
  3. Then select - Platform 1C: Enterprise 8.3;
  4. Welcome to the 1C Enterprise 8.3 installation program;
  5. Further, during the installation, there is the possibility of a custom installation, in this window we do not change the parameters, we leave everything as it is (here also on the tab “Interfaces in different languages” it is possible to install additional languages);

  6. In the next window, it is possible to change the installation path of the platform (this option may be required if the system disk With little space);
  7. Next, a window opens where the default interface language is set. As a rule, the value " System settings", Which can be manually changed;
  8. So, we have chosen all the necessary parameters, the platform is ready for installation, proceed and click the "Install" button and then the installation process begins, which installs the 1C application on the computer, after which a window appears, click the "Finish" button.

  9. Further from the menu Windows programs(or from the desktop) we find the program and launch 1C: Enterprise (educational version) and a window for launching infobases opens in front of us. Congratulations, you have successfully installed the 1C: Enterprise 8 platform on your computer!

These are the steps you need to take to install the 1C: Enterprise 8 platform. Perhaps all the steps you have taken will seem very difficult to you. Therefore, we offer qualified assistance in installing the program. To do this, you need to contact us at email address This adress Email protected from spambots. You need JavaScript enabled to view it. and order the service - "Installation of the 1C: Enterprise 8 platform".

Log in as a student

Exercises in the internal programming language 1C 8.3: installing 1C

If you have not read the introduction to the exercises, please read it:.

Installation 1C

To do the exercises, we need 1C 8.3 (not lower 8.3.13.1644 ) .

If you have 1C version 8.3 installed, use it. If not, download and install the educational version, which 1C releases specifically for educational purposes.

Exercise number 1: download and install educational version 1C 8.3.

After completing Exercise # 1, the following shortcut should appear on your desktop:

Exercise number 2: write a program in 1C 8.3, which, when launched, displays the phrase "Hello, World!"

Instructions for execution:

1. Start 1C.

2. A list of 1C databases has opened in front of you. As you can see, it is empty. Let's create a learning base in which we will program. Click the " Add".

3. Select " Creation of a new information base "and press the button" Further".

4. Select " Creating an infobase without configuration ..."and press the button" Further".

5. Specify " Training"and press the button" Further".

6. Specify any empty folder as the base directory (in in this case this is the "Training" folder in my documents). Click "Next".

7. Specify the authentication option " Select automatically", run mode" Fat client ". Do not specify anything for the 1C: Enterprise version, click the" Finish "button.

8. As you can see, the first database, which we have just created ourselves, has finally appeared in the list. Let's start writing some code. Click the " Configurator".

9. In the window that opens, select through the menu " Configuration"->"Open configuration".

10. In the panel that opens on the left, click right click mouse on the word " Configuration"and select from the list" Open a module of a managed application".

11. A window with an editor has opened.

12. Write the following code:

Report ("Hello World!");

13. Excellent! The program code is ready. Run it for execution. Through the menu " Debugging"->"Start debugging"(or key F5).

14. Answer the question in the affirmative.

15. After a second or two, 1C will start and the inscription "Hello, World!" Will appear in the window below.

You will have to do the following exercises yourself.

For students

Second module - the most difficult at school. If you haven’t programmed before, get ready for the fact that you will not be able to solve some of the problems the first time and without prompts.

Therefore, stop in time and ask the teacher if something is not clear even with prompts.

As a last resort, go through all the remaining modules of the school, and then return with renewed vigor to solving the problems of the second module.

Log in as a student

Log in as a student to access school materials

In the 1C language, many programs have been written for accounting, calculations and summary of information for various fields of activity. Before installing a specific data buza itself, you need to install the 1C Enterprise platform on your computer.

Installation is possible in several ways:
  • from the installation disc that comes with the purchase of the 1C software product;
  • from the ITS disk, if you have subscribed;
  • from the technical support site, also if you have a subscription.
To access the 1C technical support site, you need to register your software product, or if you are a 1C partner, enter your partner code and password. The site contains the latest updates, therefore this way recommended especially for those who deal with regulated reporting forms that must be relevant at the time of delivery. After successful registration, updates corresponding to your subscription will become available to you (exclusively for those software products that you purchased and registered). To install 1C, select "Technological platform 8.2", then from the list, click on latest version... Click on the link "Technological platform 1C: Enterprise for Windows", download the archive. Open the folder where the 1C distribution archive was downloaded, and unpack this file, for example, using the WinRAR archiver. The following instructions are suitable for any of the three installation methods. In the 1C distribution folder, find setup file set up with the 1C icon and run it. The installation wizard will prompt you to select the components to install, the language. If you want to install the program locally on your computer, leave standard settings... It is better not to change the path to the 1C folder, because when updates are installed, they will accumulate there and the program will automatically be able to select the desired configuration release. The system may require administrator rights to complete the installation, please confirm the permission.


When the 1C program is installed, an offer to install the protection driver will automatically fly out. Be sure to install it. Now you will need the included USB dongle. Connect it to your computer.


Check how it works installed program To do this, open “All Programs” through “Start”, then select 1C: Enterprise 8.2 and click on the 1C shortcut, or just double-click on this shortcut on the desktop. The 1C launch window will open with the message “The list of databases is empty, add a database?”, Refuse and close the dialog box.


Now you can set your configuration in the same way, for example, 1C: Accounting. Note that after installation, only the database template will be added, i.e. when 1C starts, the list of databases will still be empty. To add a database, click the “Add” button on the right and select the template you want, then several times in the proposed windows, click "Next", and when the installation is complete, "Finish". The list of databases will be replenished. Select a new database and click on the “1C: Enterprise” button on the right. The database will open, while it is empty, but ready to work.

Instructions

Software usually comes in a boxed version. The package must contain installation disc, disk of information technology support, book "1C". To install the platform, you need to find the autostart.exe or setup.exe file on the installation disk. After starting the installation file, a welcome window will appear. In this window, click "Next". Then press " Custom installation". It is better to leave all settings in this window by default. After clicking the "Next" button, the "Interface language by default" window will appear. You need to make a choice of language in the drop-down field. After selecting the interface language, click "Next". A message box "The program is ready to install" appears. In this window, select the "Install" button. The installation process will begin.

At the end of the installation, the program will offer to install the protection driver. Currently, 1C software products practically do not use a protection driver. Therefore, you need to uncheck the "Install protection driver" box and click "Next". An information window should appear with the message "Setup is complete." After installing the platform, a shortcut to the 1C program will appear on the desktop.

To install the configuration, you must run the installation disc again. In the opening window that appears, select "Configure Setup". In the welcome window, click "Next". A window will appear in which you need to write the path to the folder where the configuration templates will be stored. As a rule, configuration templates should be stored in the 1C folder. For example, the path might be C: \ Users \ Username \ AppData \ Roaming \ 1C \ 1Cv82 \ tmplts. The folder "1C" is created in the tmplts folder. A folder for storing the configuration will be automatically created in this folder. After specifying the path to the folder, you must click "Next". A window appears with the message "Configuration successfully installed".

To create an infobase on the desktop, you need to run the "1C: Accounting" shortcut. The launch window will appear with an empty list of infobases. In the launch window, select the "Add" button. In the window that appears, select "Create a new infobase". Click "Next". The following window will appear, in which you must select "Create an infobase from a template". Here you need to select the desired template and click "Next". The name of the infobase is entered in the next window. Click "Next". A window will appear in which you need to select the location where the infobase will be stored. After choosing a storage location, you must click "Next". The "Add infobase / group" window will appear. It is better to leave all parameters in this window by default. After clicking the Finish button, the infobase will appear in the list when the program is launched.

When you first start the 1C program, you need to get a license. If you have an internet connection, this can be done quickly and easily. In the “Obtain a license” window that appears, select “Obtain a license”. Fields for entering the kit number and pin code will appear. The registration of the kit will be made after entering this data.

To install the 1C 8.3 or 8.2 program, it is not necessary to have any special skills. It is necessary to separate concepts such as the 1C platform and configuration (for example, 1C Accounting). The 1C platform itself does not store data. It provides access to them and controls how the configuration works. The data itself is stored in the infobase. There can be several of them, and each configuration stores the structure and rules for processing this data.

You can install 1C 8.3 without a license, even at home. That's enough for that.

The installation folder contains many files, but you only need to run "setup.exe".

On all tabs except the Custom Install tab, click Next. It is advisable to select the first three components and the component "Interfaces in different languages" if necessary.

Our team provides services for consulting, setting up and implementing 1C.
You can contact us by phone +7 499 350 29 00 .
Services and prices can be seen on the link.
We will be glad to help you!


At the end of the installation, the program will install the protection driver by default (this flag can be cleared). It is recommended not to remove it, then all drivers will be installed automatically.

How to install the 1C configuration

To install the configuration, run the "setup.exe" file from the corresponding archive. Additional settings you do not need to contribute. Click "Next" until the configuration is installed. If there is not enough mass in the template directory, choose another one.

Adding a new infobase

After you have successfully installed the 1C platform and the required configuration, you can start adding a new infobase. Launch the "1C Enterprise" shortcut on your desktop.

Your list of infobases will be displayed in the window that opens. Click on the "Add" button.

If you are adding a new infobase, as in our example, select Create a new infobase. If the infobase was previously created, select another item.

The base can be created either from a template or an empty one. Due to the fact that we have already set the configuration earlier, the base will be created from the template. Select the appropriate template and click Next.

If the infobase already exists, then in the settings you will only need to specify its name and location.

For another visual instruction, see the video: