Dmitry Kolinchuk

Results 5 comments of Dmitry Kolinchuk

The "Selected file is not a Sitecore module package" message is defined in the "SIM.Tool.Windows.UserControls.Install.Modules.ModulesDetails.CustomButtonClick" method that is used when installing a package to Sitecore 9 and later, so this...

While developing, I found that the existing "Profile.ConnectionString" property that represents the existing connection string is widely used through code in the following places: ``` SIM.Tool.Base.EnvironmentHelper.CheckSqlServer SIM.Tool.Windows.Pipelines.Setup.SetupProcessor.Execute SIM.Tool.Windows.Pipelines.Setup.SetupWizardArgs.SetupWizardArgs SIM.Tool.Base.Profiles.ProfileManager.GetConnectionString ```...

Implementation details: 1. The button near the "Install Packages" button should be added. 2. This function should search for existing Solr cores based on the existing configuration of search indexes...

The "\SIM.Tool\Manifests\Standalone\Jetstream.manifest.xml" file has the following content in [SIM 1.1.7.0](https://github.com/Sitecore/Sitecore-Instance-Manager/releases/tag/release%2F1.17.0): ``` Sitecore Jetstream jet v4.0 32bit ```

This functionality is used in the "SIM.Products.ProductHelper.GetProductFullName" method, so it potentially can be considered for implementation.